@import 'gadget.css';

body,
html {
	font-family: 'Open Sans', sans-serif;
	line-height: 230%;
	box-sizing: border-box;

}

a {
	color: #000000;
	text-decoration: none;
}

@media screen and (max-width: 750px) {
	.disparitus {
		display: none;
	}
}

.detail1 {
	color: blue;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.detail2 {
	display: none;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.menuspace {
	min-height: 70px;
	max-height: 70px;
}

.space {
	padding: 50px;
}

.fullspace {
	width: 100%;
	height: 100%;
}

.comarea {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	place-content: start flex-start;
	justify-content: space-evenly;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
}


.newscomarea {
	overflow: hidden;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	place-content: start flex-start;
	justify-content: space-evenly;
	align-items: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
}

.buttonBlock {
	padding: 0px 10px 20px 10px;
}

.comblock {
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

.combutton {
	width: 400px;
	height: 150px;
	background-color: #FFFFFF;
	/* border:1px solid #526991; */
	overflow: hidden;
	-moz-border-radius: 10px;
	/* FF1+ */
	-webkit-border-radius: 10px;
	/* Saf3-4 */
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	padding: 0px 10px 20px 10px;
}

.combutton:hover {
	background-color: #E3E3E7;
	cursor: pointer;
}

.comblock2 {
	text-align: center;
	vertical-align: middle;
	/* height:500px; */
	width: 700px;
	margin: 10px;
}

.comtext {
	text-align: center;
	vertical-align: middle;
	font-size: 50px;
	padding: 10px;
	flex: 1;
	height: 50%;
	padding: 0 50 0 50;
	color: white;
}

.comnote {
	height: 1px;
	font-size: 20px;
}

.comimage {
	max-width: 1024px;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: flex;
}

.trend {
	background: url(/images/trend.png);
	background-size: cover;
}

.browser {
	padding: 80px 0px 0px 0px;
	/* height: 250px; */
	background: url(/images/browsebck.png);
	background-size: cover;
	border-bottom: thin solid #FFFFFF;
	background-color: rgb(55, 55, 55);
	border-radius: 60px 60px 0px 0px;
}

/* usage : <div class='heading-frame' style='background: #333 url(/images/bangse.png); background-size:cover; color: white;width:800px;height:400px;'><H2 contenteditable="true">Donner de l'autonomie aux utilisateurs<br>au travers d'un portail d?di? anim? par un chatbot</H2></div> */
.heading-frame {
	display: grid;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
	grid-template-columns: max-content auto;
	grid-template-rows: auto max-content;
	background-size: cover;
	padding: 2rem;
}

.heading-frame:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid white;
	grid-row: 1 / 2;
	border-right: none;
	border-bottom: none;
}

.heading-frame:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid white;
	grid-row: 1 / span 2;
	border-left: none;
}

.heading-frame h2 {
	margin: 1rem 1rem -.5rem 0;
	/* font-family: 'Pragati Narrow', sans-serif; */
	font-size: 2rem;
	max-width: 100%;
}

/* @media screen and (max-width: 920px){ */
/* .comimage { */
/* max-width:300px; */
/* position: relative; */
/* overflow:hidden; */
/* height:100%; */
/* display:flex; */
/* }} */

.loioi {
	visibility: visible;
	max-width: 45% !important
}

.comcontent {
	width: 400px;
	background-color: #FFFFFF;
	border: 1px solid #526991;
	overflow: hidden;
	border-color: #526991;
	-moz-border-radius: 20px;
	/* FF1+ */
	-webkit-border-radius: 20px;
	/* Saf3-4 */
	border-radius: 20px;
}

.comtableimage {
	overflow: hidden;
	width: 100%;
	height: 100px;
}

.comtable {
	border-spacing: 0px;
}

.comtable thead th {
	/* border-bottom: 1px solid #526991; */
	color: #000000;
	white-space: normal;
	text-align: left;
	padding: 0px;
	height: 100px;
}

.comtable tbody th {
	height: 1px;
	font-weight: bold;
	font-size: 24px
}

.comtable td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.comtable:hover {
	background-color: #E3E3E7;
	cursor: pointer;
}

.footerarea {
	width: 28%;
	display: flex;
	place-content: flex-start;
	align-items: flex-start;
}

.footerblock {
	min-width: 400px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	flex: 1;
}

.wallarea {
	width: 100%;
	display: flex;
	/* flex-wrap: wrap;  */
	align-items: stretch;
	place-content: flex-start;
	justify-content: center;
}

.wallblock1 {
	padding: 80px;
	max-width: 500px;
	text-align: center;
	vertical-align: middle;
	flex: 1;
}

.wallblock2 {
	text-align: center;
	vertical-align: middle;
	flex: 1;
}

.wallblock3 {
	text-align: center;
	vertical-align: middle;
	flex: 1;
	position: relative;
	left: 50%;
}

.wallblock4 {
	text-align: center;
	vertical-align: middle;
	flex: 1;
	position: relative;
	right: 50%;
}

.wallblock5 {
	padding: 50px;
	text-align: center;
	vertical-align: middle;
}

.walllegendtitle {
	font-weight: bold;
	font-size: 24px;
}

.walllegendtext {
	font-size: 16px;
}

.walllegendimage {
	overflow: hidden;
	height: 170px;
}

.wallimage {
	height: 100px;
	box-shadow: 0px 0px 10px #d1d1d1;
	-webkit-box-shadow: 0px 0px 10px #d1d1d1;
	-moz-box-shadow: 0px 0px 10px #d1d1d1;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.wallimage100 {
	height: 100px;
	width: 100%;
}

.wallcontent {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.walltitle {
	background-color: #000000;
	opacity: 0.8;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.walltext {
	background-color: white;
	opacity: 0.8;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.walloption {
	font-size: 18px;
	margin-left: 5%;
	width: 90%;
	background-color: white;
	opacity: 0.8;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: black;
	font-weight: bold;
	border: 1px solid #526991;
}

.walloptioncontent {
	padding: 0px;
	border-spacing: 0px;
}

.walloptioncontent th {
	width: 100px;
	padding-top: 20px;
}

.walloptioncontent td {
	text-align: left !important;
}

.walloptioncontent .note {
	font-size: 12px;
}

.walloption:hover {
	background-color: #E3E3E7;
	cursor: pointer;
}

.walltable {
	width: 100%;
	height: 100%;
	border-spacing: 0px;
}

.walltable th {
	border-spacing: 0px;
	height: 1px;
}

.walltable td {
	border-spacing: 0px;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 1400px) {
	.wallarea {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		place-content: flex-start;
		justify-content: center;
	}

	.wallblock1 {
		text-align: center;
		vertical-align: middle;
		flex: 1;
	}

	.wallblock2 {
		text-align: center;
		vertical-align: middle;
		flex: 1;
	}

	.wallblock3 {
		text-align: center;
		vertical-align: middle;
		flex: 1;
		position: relative;
		right: 0%;
		left: 0%;
	}

	.wallblock4 {
		text-align: center;
		vertical-align: middle;
		flex: 1;
		position: relative;
		right: 0%;
		left: 0%;
	}


	.walllegendtitle {
		font-weight: bold;
		font-size: 30px;
	}

	.walllegendtext {
		font-size: 20px;
	}

	.wallimage {
		overflow: hidden;
		width: 600px;
		box-shadow: 0px 0px 10px #d1d1d1;
		-webkit-box-shadow: 0px 0px 10px #d1d1d1;
		-moz-box-shadow: 0px 0px 10px #d1d1d1;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;
	}

	.wallcontent {
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
	}

	.walltitle {
		background-color: #000000;
		opacity: 0.8;
		width: 100%;
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
	}

	.walltext {
		background-color: white;
		opacity: 0.8;
		font-size: 18px;
		color: black;
		font-weight: bold;
	}

	.walloption {
		font-size: 18px;
		margin-left: 5%;
		width: 90%;
		background-color: white;
		opacity: 0.8;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		color: black;
		font-weight: bold;
		border: 1px solid #526991;
		box-shadow: 5px 5px 5px #526991;
	}

	.walloptioncontent {
		padding: 0px;
		border-spacing: 0px;
	}

	.walloptioncontent th {
		width: 100px;
		padding-top: 20px;
	}

	.walloptioncontent td {
		text-align: left !important;
	}

	.walloptioncontent .note {
		font-size: 12px;
	}

	.walloption:hover {
		background-color: #E3E3E7;
		cursor: pointer;
	}

	.walltable {
		width: 100%;
		height: 100%;
		border-spacing: 0px;
	}

	.walltable th {
		border-spacing: 0px;
		height: 1px;
	}

	.walltable td {
		border-spacing: 0px;
		text-align: center;
		vertical-align: middle;
	}
}

.thumbnail {
	width: 30px;
	height: 30px;
	background-size: contain;
	background-position: 50% 50%;
	display: inline-block;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	/* clip-path:ellipse(50% 50%); */
	/* border:1px solid #526991; */
}

.thumbnail2 {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: 50% 50%;
	display: inline-block;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	/* clip-path:ellipse(50% 50%); */
	/* border:1px solid #526991; */
}

.value {
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #526991;
	-moz-border-radius: 10px;
	/* FF1+ */
	-webkit-border-radius: 10px;
	/* Saf3-4 */
	border-radius: 10px;
	width: 20%;
	height: 60%;
}

.index {
	background-color: #fff;
}

h1 {
	font-size: 30px;
	margin: 0px;
	text-align-last: center;
	line-height: 120%;
}

h2 {
	font-size: 24px;
	margin: 0px;
	text-align-last: center;
	font-weight: normal;
}

#contenu {
	background-color: white;
}


#carousel {
	width: 100%;
	height: 500px;
	text-align: center;
}

#carouselImage {
	text-align: center;
	position: absolute;
	z-index: 1;
	display: block;
	width: 100%;
}

#carouselImageTexte {
	height: 320px;
}

#carouselTexte {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 2;
}

.rslides {
	height: 800px;
	text-align: center;
}

.choix>h1 {
	background: #0092d4;
	color: white;
	font-size: 20px;
	margin: 0px;
	padding: 0px, 0px, 0px;
	text-align-last: left;
}

#contenu {
	padding: 0px;
	vertical-align: top;
	width: 90%;
}

video {
	width: 100%;
	height: 100%;
}

.fermer {
	position: absolute;
	text-align: center;
	top: 0%;
	right: 0%;
	z-index: 2;
}

#texte {
	color: black;
	clear: both;
}

.citation {
	background: var(--main-site-color);
	color: white;
	border-radius: 30px 30px 0px 0px;
	box-shadow: inset 0px 0px 20px 1px white;
}

.plateforme {
	background: #526991;
	color: white;
}

nav {
	position: fixed;
	top: 0;
	z-index: 999;
	transition: ease-in 250ms;
	background-color: #ffffff;
	width: 100vw;
	opacity: 0.95;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#plate,
#tableauOffres {
	margin-top: 65px;
}

nav>ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

nav li {
	list-style-type: none;
}

nav>ul>li {
	float: left;
	position: relative;
}

nav a {
	display: inline-block;
	text-decoration: none;
}

nav>ul>li>a {
	padding: 15px 30px 0px 30px;
	color: #000;
	font-size: 16px;
}

.imagemenue {
	display: none;

}

@media screen and (max-width: 1025px) {
	.disparitus {
		display: none;
	}
}

@media screen and (max-width: 1415px) {
	.imagemenue {
		height: 22px;
	}
}

@media screen and (max-width: 1350px) {
	nav>ul>li>a {
		padding: 10px 20px 5px 20px;
		color: #000;
		font-size: 16px;

	}

	.imagemenue {
		height: 22px;
	}
}

nav li:hover .sub-menu {
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 100000;
}

h1 {
	font-size: 40px;
	line-height: 120%;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

.menutitle {
	font-weight: bold;
	font-size: 20px;
}

.menutitle:hover {
	opacity: 1;
}

.sub-menu {
	display: none;
}

nav input[type=checkbox] {
	display: none;
}

nav input[type=checkbox]:checked~ul {
	display: block;
}

.menu-mobile {
	display: none;
}

.menu-web {
	display: none;


}

#tablefinalite {
	border-collapse: collapse;
}

#finalite {
	border: 1px solid black;
}

.span1 {
	width: 8.3%;
}

.span2 {
	width: 16.6%;
}

.span3 {
	width: 25%;
}

.span4 {
	width: 33.3%;
}

.span5 {
	width: 41.6%;
}

.span6 {
	width: 50%;
}

.span7 {
	width: 83.3%;
}

.span8 {
	width: 66.6%;
}

.span9 {
	width: 75%;
}

.span10 {
	width: 83.3%;
	margin-left: 10%;
}

.span11 {
	width: 91.6%;
}

.span12 {
	width: 100%
}

.parallax {
	/* The image used */
	background-image: url("images/topnews3.png");

	/* Set a specific height */
	min-height: 88%;
	width: 100%;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: 0% 30px;
	background-repeat: no-repeat;
	background-size: contain;
}

article {
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	max-width: 90%;
}

img {
	max-width: 100% !important;
}

.footer {
	background-color: #526991;
	color: #fff;
	line-height: 60%;
}

.footer ul {
	text-align: right;
	padding: 15px;
	margin-top: 0px;
}

.listfooter {
	display: block;
	/* Make the links appear below each other */
	padding: 2.5px;
	/* Add some padding */
	text-decoration: none;
	/* Remove underline from links */
	text-align: left;
}

.footer li {
	display: inline;
	list-style: none;
	/* pour enlever les puces sur IE7 */
	margin: 10px;
	color: #fff;
}

#A3,
#A1 {
	background-color: #f2f2f2;
}

#A3>article {
	background-color: white;
	margin-right: 15px;
	margin-left: 15px;
	max-width: inherit;
}

#A1>article {
	background-color: white;
	margin-right: 15px;
	margin-left: 15px;
	max-width: inherit;
}

.footer li a {
	color: #fff;
	line-height: 159%;
}

#buttonbleu {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	width: 160px;
	height: 40px;
	color: #fff;
	background: #526991;
}

.button {
	font-size: 14px;
	font-weight: bold;
	background-color: #526991;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-align: middle;
	white-space: nowrap;
	padding: 5px 20px 5px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

input,
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
}

#options input {
	width: inherit;
}



form label {
	padding: 12px 12px 12px 0;
	display: inline-block;
	color: var(--main-site-color);
	font-weight: bold;
}

form label a {
	color: var(--main-site-color);
}

.help-required {
	color: red;
}

.blockfeature {
	padding: 0 2rem 2rem;
	padding-bottom: 0rem;
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f2f2f2;
}

.featureblock {
	position: relative;
	top: -20px;
	max-width: 20%;
}

.featureblockcontent {
	padding: 0px 20px 20px 20px;
}

.featureimg {
	overflow: hidden;
	width: 100%;
	height: 80px;
	background: #ffffff;
}

.featuretext {
	padding: 0px 10px 10px 10px;
	background: white;
	height: 550px;
	overflow: auto;
	text-align: justify;
}

.featuretext h1,
h2,
h3 {
	margin: 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.featuretext b {
	color: var(--main-site-color)
}

.featuretext ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
}

select:invalid {
	color: gray;
}

#boutondelaVideo {
	display: block;
	background-color: inherit;
	color: var(--main-site-color);
	width: 10%;
	border: hsl(from color h s l);
	outline: none;
	text-align: left;
	cursor: pointer;
}

#boutondelaVideo button {
	text-align: right;
	color: white;
	background-color: var(--main-site-color);
	padding: 5px;
	font-size: 20px;
	border: 1px solid white;
}

#plateOrdi {
	display: flex;
}

#plateTel,
#tableauOffresTel {
	display: none;
}

/* Nouvelles r?gles si la fen?tre fait au plus 1024px de large */

.videodiv {
	padding: 20px 0px 20px 0px;
	width: 100%;
	background: url(/images/gss-gerersesservices-by-atep-videobck.png);
	background-size: cover;
}

.video {
	max-width: 1024px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid black;
	height: auto;
	margin: 0 auto;
	position: relative;
	background: black;
	/* box-shadow: 2px -2px 5px 5px #777777; */
}

.videostart {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	/* Safari and Chrome */
	-moz-transform: translate(-50%, -50%);
	/* Firefox */
	-ms-transform: translate(-50%, -50%);
	/* IE 9 */
	-o-transform: translate(-50%, -50%);
	/* Opera */
	cursor: pointer;
}

@media screen and (max-width: 1400px) {
	.thumbnail {
		width: 40px;
		height: 40px;
	}

	* .comcontent {
		width: 300px;
	}

	.comtableimage {
		height: 60px
	}

	.comtable thead th {
		height: 60px;
	}

	.comtable tbody th {
		font-size: 20px;
	}

	.comtable tbody td {
		font-size: 16px;
	}

	.comtext {
		text-align: center;
		vertical-align: middle;
		font-size: 40px;
		padding: 10px;
		flex: 1;
	}

	.walltitle {
		font-size: 18px;
	}

	.wallblock {
		height: 300px;
		min-width: 300px;
	}

	.walloption {
		font-size: 15px;
	}

	.walloptioncontent th {
		width: 80px;
		padding-top: 16px;
	}

	h1 {
		font-size: 40px;
		text-align: center;
		vertical-align: top
	}
}

@media screen and (max-width: 1150px) {
	body {
		font-size: 15px;
	}

	.loioi {
		visibility: hidden;
		opacity: 0;
		max-width: 10% !important;
	}

	.thumbnail {
		width: 30px;
		height: 30px;
	}

	* .container {
		width: 100%;
	}

	.container p {
		padding: 20px;
	}

	.container h1,
	h3 {
		padding: 20px 20px 0px 20px;
	}

	section {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	.comtable tbody th {
		font-size: 18px;
	}

	.comtable tbody td {
		font-size: 14px;
	}

	.comtext {
		text-align: center;
		vertical-align: middle;
		font-size: 30px;
		padding: 10px;
		flex: 1;
	}

	.wallblock {
		height: 200px;
		min-width: 400px;
	}

	.walltitle {
		font-size: 14px;
	}

	.walloption {
		font-size: 14px;
	}

	.walloptioncontent th {
		width: 60px;
		padding-top: 10px;
	}

	h1 {
		font-size: 30px;
		text-align: center;
		line-height: 120%;
		vertical-align: top
	}

	#boutondelaVideo button {
		visibility: hidden;
	}


	.parallax {
		background-position: 0% 100px;
	}

	#carouselImage {
		text-align: center;
		display: block;
	}

	#carouselImageTexte {
		height: 250px;
	}

	#plateOrdi,
	#tableauOffres {
		display: none;
	}

	#plateTel,
	#tableauOffresTel {
		display: flex;
	}

	.descriptionTel {
		background-color: white;
		color: #526991;
	}

	article {
		margin: 0px auto;
		width: 100%;
	}

	.span12 {
		width: 100% !important;
		margin: 0%;
	}

	.menu-mobile {
		display: block;
		color: #000000;
		background-color: #fff;
		text-align: center;
		padding: 12px 0;
	}

	.menu-web {
		display: none;
	}

	nav ul {
		display: none;
	}

	nav ul li,
	nav ul li a {
		width: 100%;
		text-align: center;
		padding: 0px;
	}

	nav ul li,
	nav ul li:hover a {
		padding: 10px 0px 10px 0px;
	}

	nav li:hover .sub-menu {
		display: block;
		position: static;
	}

	.menutitle:hover {
		border-top: 0px solid transparent;
		opacity: 0.85;
	}

	#A3>article {
		margin-top: 15px;
		margin-right: 0px;
		margin-left: 0px;
	}

	#A1>article {
		margin-top: 15px;
		margin-right: 0px;
		margin-left: 0px;
	}

	#logofullsize {
		display: none;
	}

	#logonav,
	#homenav {
		display: none;
	}

	#homemobi {
		display: block;
	}

	/* Caption text */
	.textslide {
		color: #f2f2f2;
		font-size: 11px;
		padding: 8px 12px;
		position: absolute;
		bottom: 15%;
		width: 100%;
		text-align: center;
	}

	.footer li {
		display: block;
		list-style: none;
		/* pour enlever les puces sur IE7 */
		color: #fff;
	}

	.footer ul {
		text-align: center;
	}

	.newsblock {
		max-width: 50%;
	}

	.featureblock {
		max-width: 33%;
	}

	/* price */
	.columns {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.thumbnail {
		width: 20px;
		height: 20px;
		border: 0px;
	}


	.newsblock {
		max-width: 100%;
	}

	.featureblock {
		max-width: 100%;
	}

	.space {
		padding: 10px
	}

	.menuspace {
		min-height: 90px;
		max-height: 90px;
	}

	.comtable tbody th {
		font-size: 16px;
	}

	.comtable tbody td {
		font-size: 12px;
	}

	.comtext {
		text-align: center;
		vertical-align: middle;
		font-size: 20px;
		padding: 10px;
		flex: 1;
	}

	.walltitle {
		font-size: 16px;
	}

	.walloption {
		font-size: 12px;
	}

	.walltext {
		font-size: 14px;
	}

	.walloptioncontent th {
		width: 50px;
		padding-top: 10px;
	}

	.walloptioncontent .note {
		font-size: 8px;
	}

	h1 {
		font-size: 20px;
		text-align: center;
		line-height: 120%;
		vertical-align: top
	}
}

table {
	width: 100%;
}

#menu {
	float: left;
	width: 10%;
	background-color: #526991;
}

#tableauOffresTel button {
	display: block;
	background-color: inherit;
	color: white;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
}

button {
	background: inherit;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
}

#tableauOffresTel button.active {
	background-color: #526991;
}

#tableauOffresTel {
	flex-direction: column;
	float: center;
	width: 100%;
	background-color: var(--main-site-color)
}

#menu button {
	display: block;
	background-color: inherit;
	color: white;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
}

#menu button.active {
	font-weight: bold;
}

#menuTel {
	float: center;
	width: 100%;
	background-color: var(--main-site-color);
}

#menuTel button {
	display: block;
	background-color: inherit;
	color: white;
	padding: 22px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: center;
	cursor: pointer;
}

#menuTel button.active {
	background-color: #526991;
}

.choix {
	float: left;
	width: 100%;
	height: 100%;
	display: none;
}

#image {
	height: 100%;
	width: 50%;
}

#tableauOffres {
	position: relative;
	height: 1030px;
	margin: 20px;
}

.legende {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.legendetitre {
	text-align: left;
	color: var(--main-site-color);
	font-size: 50px;
	text-indent: 50px;
	margin-bottom: 8px;
}

.legendetext,
.legendelast {
	background-color: #777777;
	color: white;
	border-radius: 10px;
	font-size: 18px;
	box-shadow: 2px -2px 5px 5px #777777;
}

.legendelast {
	height: 100px;
}

.contenutext {
	position: absolute;
	z-index: 2;
	width: inherit;
	max-width: 80%;
	margin-right: -50px;
	border-spacing: 50px 0px;
	right: 0%;
	margin-top: 11px;
}

.col,
.last {
	text-align: center;
}

.last {
	border-radius: 0px 0px 10px 10px;
	border-bottom: 1px solid var(--main-site-color);
}

.contenutext tfoot td {
	border-radius: 0px 0px 10px 10px;
	font-size: 25px;
	height: 70px;
	box-shadow: inset 0px 0px 10px 1px white;
	text-align: center;
	background-color: var(--main-site-color);
	width: 20%;
	opacity: 1;
}

.contenutext tfoot td a {
	color: white;
	text-decoration-line: none;
}

.contenutext th {
	border-radius: 10px 10px 0px 0px;
	font-size: 25px;
	height: 70px;
	box-shadow: inset 0px 0px 10px 1px white;
	background-color: var(--main-site-color);
	color: white;
	width: 20%;
}

#prestationssup {
	position: absolute;
	z-index: 2;
	margin-top: 930px;
	border-radius: 10px 10px 10px 10px;
	font-size: 25px;
	height: 70px;
	box-shadow: inset 0px 0px 10px 1px white;
	background-color: var(--main-site-color);
	text-align: center;
	border: none;
	outline: none;
	width: 25%;
}

#prestationssup a {
	color: white;
	text-decoration-line: none;
}

#retour {
	border-radius: 10px 10px 10px 10px;
	font-size: 15px;
	height: 40px;
	box-shadow: inset 0px 0px 5px 1px white;
	background-color: var(--main-site-color);
	text-align: center;
	border: none;
	outline: none;
	width: 70px;
}

#retour a {
	color: white;
	text-decoration-line: none;
}

.contenutext td {
	opacity: 0.7;
	background-color: white;
	color: var(--main-site-color);
	border-left: 1px solid var(--main-site-color);
	border-right: 1px solid var(--main-site-color);
	height: 57.5px;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}

.overlay2 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin-top: 8%;
	margin-left: 23%;
	margin-right: 23%;
	padding: 1%;
	background: #fff;
	border-radius: 5px;
	width: 50%;
	height: 70%;
	position: relative;
}

.popup h2 {
	margin-top: 0;
	color: #333;
	/* font-family: Tahoma, Arial, sans-serif; */
}

.popup .close {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.popup .close:hover {
	color: #06D85F;
}

.popup .content {
	height: 85%;
	width: 100%;
	overflow: auto;
}

@media screen and (max-width: 1200px) {
	.overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
		visibility: hidden;
	}

	.overlay2 {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
	}

	.overlay:target {
		visibility: visible;
		opacity: 1;
	}

	.popup {
		margin-top: 15%;
		margin-left: 23%;
		margin-right: 23%;
		padding: 1%;
		background: #fff;
		border-radius: 5px;
		width: 50%;
		height: 70%;
		position: relative;
	}

	.popup h2 {
		margin-top: 0;
		color: #333;
		/* font-family: Tahoma, Arial, sans-serif; */
	}

	.popup .close {
		position: bottom;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #333;
	}

	.popup .close:hover {
		color: #06D85F;
	}

	.popup .content {
		height: 80%;
		width: 100%;
		overflow: auto;
	}
}

@media screen and (max-width: 700px) {
	.overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
		visibility: hidden;
		opacity: 0;
	}

	.overlay2 {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
		opacity: 0;
	}

	.overlay:target {
		visibility: visible;
		opacity: 1;
	}

	.popup {
		margin-top: 20%;
		margin-left: 23%;
		margin-right: 23%;
		padding: 1%;
		background: #fff;
		border-radius: 5px;
		width: 50%;
		height: 70%;
		position: relative;
	}

	.popup h2 {
		margin-top: 0;
		color: #333;
		/* font-family: Tahoma, Arial, sans-serif; */
	}

	.popup .close {
		position: bottom;
		font-size: 30px;
		font-weight: bold;
		text-decoration: none;
		color: #333;
	}

	.popup .close:hover {
		color: #06D85F;
	}

	.popup .content {
		height: 70%;
		width: 100%;
		overflow: auto;
	}
}

.conteneur {
	display: flex;
	justify-content: center;
	align-items: center;

}

.social {
	position: relative;
	background-color: rgba(255, 255, 255, 255);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;

}

.social img {
	width: 30px;
	height: 30px;
}

/* .fond_twi, .fond_ytb, .fond_face,.fond_li,.fond_wa{ */
/* top: 40px; */
/* z-index: 1; */
/* display: block; */
/* height: 40px; */
/* width: 40px; */
/* position: absolute; */
/* transition:0.5s; */
/* } */
.fond_twi {
	background-color: #00acee;
}

.fond_ytb {
	background-color: #c4302b;
}

.fond_face {
	background-color: #3b5998;
}

.fond_li {
	background-color: #0e76a8;
}

.fond_wa {
	background-color: #E60023;
}

.social:hover .fond_twi {
	top: 0;
}

.social:hover .fond_ytb {
	top: 0;
}

.social:hover .fond_face {
	top: 0;
}

.social:hover .fond_li {
	top: 0;
}

.social:hover .fond_wa {
	top: 0;
}

.sommaire {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	background-color: #f3f3f3;
}

.theme {
	display: block;
	color: #666;
	text-align: left;
	padding: 14px 16px;
	text-decoration: none;
	float: left;
}

.theme:hover:not(.active) {
	background-color: #ddd;
}


.price {
	font-size: 40px;
}

.tabloffre {
	border: 0px solid gray;
	border-collapse: collapse;
	background: white;
	border-collapse: separate;
	border-spacing: 0px;
	/* border-radius: 14px; */
	width: 70%;
	margin: 25px 0px 25px 15%;
	text-align: center;

}


.tabloffre TH {
	width: 50px;
	height: 50px;
	border-bottom: 1px solid black;
	background: white;
	color: black;
	text-align: left;
}

.tabloffre td {
	width: 25% !important;
	background: white;
	width: 100px;
	color: black;
	border: 1px solid black !important;
	text-align: center;

}

.tabloffre1 {
	border: 0px solid gray;
	border-collapse: collapse;
	background: white;
	border-collapse: separate;
	border-spacing: 0px;
	width: 80%;
	margin: auto;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;

}

/* .tabloffre1 tr { */
/* border: 1px solid #cae8ff; */
/* } */

.tabloffre1 TH {
	width: 100px;
	height: 50px;
	border: 10px;
	color: black;
	border-bottom: 1px solid black;

	margin: auto;
}

.tabloffre1 td {
	background: white;
	color: black;
	border: 0px solid black;
	text-align: center;
}

.arrondie {
	border-bottom-right-radius: 14px;

}

.arrondie2 {
	border-bottom-left-radius: 14px;
}

.Boutonsaas {
	text-align: center;
	border: 1px solid black;
	border: 1;
	line-height: 2.5;
	padding: 0 20px;
	font-size: 1rem;
	text-align: center;
	border-radius: 10px;
	background-color: white;
	height: 100px;
	width: 200px;
}

/* accordeon */
.container2 {
	width: 100%;
	max-width: 1500px;
	margin: 50px auto;
}

button.accordion {
	width: 100%;
	background-color: white;
	border: 1px solid black;
	outline: none;
	text-align: left;
	padding: 15px 20px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.2s linear;
	color: black;
}

/* button.accordion:hover{ */
/* background-color: #ddd; */
/* } */

.accordion-content {
	padding: 0 20px;
	background-color: white;
	border-bottom: 1px solid #9E9E9E;
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out;
}

.marge {
	padding-top: 2.5%;
}

.arrondieaccord1 {
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}

.arrondieaccord2 {
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

.reglagetdaccordion {
	width: 60px;
	height: 62px;
}

.flyer {
	font-size: 20px;

	margin: 0px;
	text-align: left;
	background: white;
	color: black;
}

.imanews {
	height: 250px;
	width: 350px;
	min-height: 250px;
	min-width: 350px;

}

.selectoroffre {
	float: left;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	width: 10%;
	overflow: hidden;
}


.selectoroffre button {
	display: flex;
	background-color: inherit;
	color: black;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: none;
	outline: none;
	/* text-align: left; */
	cursor: pointer;
	transition: 0.3s;
	/* font-size: 17px; */
}


.selectoroffre button:hover {
	background-color: #ddd;
}


.selectoroffre button.active {
	background-color: #ccc;
}

.selectoroffrecontent {
	background: white;
	/* float: left; */
	/* padding: 0px 12px; */
	border: 1px solid #ccc;
	align-content: center;
	display: flex;
}

.texteblue {
	color: #cae8ff;
}

.selectableauul {
	display: flex;
	align-items: center;
	padding: 0px;
}

.selectableauli1 {
	width: 50%;
	height: 45px;
	margin-bottom: 0;
	display: flex;
	align-items: stretch;
	position: relative;
	top: 1px;
	background: white;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

.selectableauli2 {
	width: 50%;
	height: 45px;
	margin-bottom: 0;
	display: flex;
	align-items: stretch;
	position: relative;
	top: 1px;
	background: #9E9E9E;
	border-top-right-radius: 14px;
	border-top-left-radius: 14px;
}

.selectableaua {
	margin: auto;

}

.buttonevaluationbud {
	height: 20%;
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	color: #cae8ff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 5px;
	border: 1px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* min-heigth: 30px; */
}

.selectsimu {
	width: 40%;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	color: #cae8ff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 15px;
	border: 1px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* min-heigth: 30px; */
}

.hide {
	display: none;
	color: gray;
	font-style: italic;
}

.hide2 {
	display: none;
}

.hide3 {
	display: none;
}

.show {
	display: block;
	color: gray;
	font-style: italic;
}

.show2 {
	display: block;
	color: red;
	font-style: bold;
	max-width: 5%;
	margin: 0px;
}

.show3 {
	display: block;
	color: red;
	font-style: bold;
}

.active2 {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background-color: #cae8ff;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 15px;
	border: 1px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* min-heigth: 30px; */
}

.desactiver {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	background-color: white;
	color: #cae8ff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 15px;
	border: 1px solid black;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* min-heigth: 30px; */
}

.inputnombre {
	display: block;
	font: 1rem 'Fira Sans', sans-serif;
}

.simuzone {
	max-width: 200px;
	text-align: right;
	font-size: 25px;
}

.simuzone2 {
	max-width: 70%;
}

.imaccordion {
	width: 25px;
	height: 25px;
}

.voirplus {
	font-weight: bold;
	color: #cae8ff;
}

.block2colorRight {
	background: linear-gradient(-45deg, #526991 32%, #cae8ff 32%);
	width: 100%;
	position: relative;
}

.block2colorRight .image {
	width: 60%;
	padding-top: 25px;
	left: 25px;
}

.block2colorRight .content {
	width: 25%;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 200%;
}

.block2colorRight .content .title {
	font-size: 250%;
}

.block2colorLeft {
	background: linear-gradient(45deg, #526991 32%, #cae8ff 32%);
	width: 100%;
	position: relative;
}

.block2colorLeft .image {
	width: 60%;
	padding-top: 25px;
	padding-left: 40%;
}

.block2colorLeft .content {
	position: absolute;
	width: 25%;
	color: #FFFFFF;
	top: 50%;
	left: 10px;
	font-size: 200%;
}

.block2colorLeft .content .title {
	font-size: 250%;
}


@media screen and (max-width: 2400px) {
	.block2colorRight {
		background: linear-gradient(-45deg, #526991 32%, #cae8ff 32%);
		width: 100%;
		position: relative;
	}

	.block2colorRight .image {
		width: 60%;
		padding-top: 25px;
		left: 25px;
	}

	.block2colorRight .content {
		width: 25%;
		color: #FFFFFF;
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 180%;
	}

	.block2colorRight .content .title {
		font-size: 200%;
	}

	.block2colorLeft {
		background: linear-gradient(45deg, #526991 32%, #cae8ff 32%);
		width: 100%;
		position: relative;
	}

	.block2colorLeft .image {
		width: 60%;
		padding-top: 25px;
		padding-left: 40%;
	}

	.block2colorLeft .content {
		position: absolute;
		width: 25%;
		color: #FFFFFF;
		top: 50%;
		left: 10px;
		font-size: 180%;
	}

	.block2colorLeft .content .title {
		font-size: 200%;
	}

	.simuzone {
		max-width: 35%;
		text-align: right;
		font-size: 25px;
	}

	.simuzone2 {
		max-width: 70%;
	}

	.wallblock1 {
		padding: 60px;
	}

	.walllegendtitle {
		font-size: 20px;
	}

	.walllegendtext {
		font-size: 18px;
	}

	.footerBlock {
		min-width: 200px;
	}

	.browser {
		background-color: rgb(55, 55, 55);
		padding: 20px 0px 10px 0px;
	}

	.combutton {
		width: 400px;
		height: 150px;
	}
}

@media screen and (max-width: 1665px) {
	.block2colorRight {
		background: linear-gradient(-45deg, #526991 32%, #cae8ff 32%);
		width: 100%;
		position: relative;
	}

	.block2colorRight .image {
		width: 60%;
		padding-top: 25px;
		left: 25px;
	}

	.block2colorRight .content {
		width: 25%;
		color: #FFFFFF;
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 120%;
	}

	.block2colorRight .content .title {
		font-size: 200%;
	}

	.block2colorLeft {
		background: linear-gradient(45deg, #526991 32%, #cae8ff 32%);
		width: 100%;
		position: relative;
	}

	.block2colorLeft .image {
		width: 60%;
		padding-top: 25px;
		padding-left: 40%;
	}

	.block2colorLeft .content {
		position: absolute;
		width: 25%;
		color: #FFFFFF;
		top: 50%;
		left: 10px;
		font-size: 120%;
	}

	.block2colorLeft .content .title {
		font-size: 200%;
	}

	.simuzone {
		max-width: 35%;
		text-align: right;
		font-size: 25px;
	}

	.simuzone2 {
		max-width: 70%;
	}

	.wallblock1 {
		padding: 60px;
	}

	.walllegendtitle {
		font-size: 20px;
	}

	.walllegendtext {
		font-size: 18px;
	}

	.footerBlock {
		min-width: 200px;
	}

	.browser {
		background-color: rgb(55, 55, 55);
		padding: 20px 0px 10px 0px;
	}

	.combutton {
		width: 400px;
		height: 150px;
	}
}

@media screen and (max-width: 1420px) {
	.comimage {
		max-width: 800px;
		position: relative;
		overflow: hidden;
		height: 100%;
		display: flex;
	}

	.block2colorRight {
		background: linear-gradient(-45deg, #526991 32%, #cae8ff 32%);
		width: 100%;
		position: relative;
	}

	.block2colorRight .image {
		width: 60%;
		padding-top: 25px;
		left: 25px;
	}

	.block2colorRight .content {
		width: 25%;
		color: #FFFFFF;
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 100%;
	}

	.block2colorRight .content .title {
		font-size: 150%;
	}

	.block2colorLeft {
		background: linear-gradient(45deg, #526991 30%, #cae8ff 30%);
		width: 100%;
		position: relative;
	}

	.block2colorLeft .image {
		width: 60%;
		padding-top: 25px;
		padding-left: 40%;
	}

	.block2colorLeft .content {
		position: absolute;
		width: 25%;
		color: #FFFFFF;
		top: 50%;
		left: 10px;
		font-size: 100%;
	}

	.block2colorLeft .content .title {
		font-size: 150%;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	.simuzone {
		max-width: 35%;
		text-align: right;
		font-size: 25px;
	}

	.simuzone2 {
		max-width: 70%;
	}

	.wallblock1 {
		padding: 60px;
	}

	.walllegendtitle {
		font-size: 20px;
	}

	.walllegendtext {
		font-size: 18px;
	}

	.footerBlock {
		min-width: 200px;
	}

	.browser {
		background: url();
		background-color: rgb(55, 55, 55);
		padding: 20px 0px 10px 0px;
	}

	.combutton {
		width: 400px;
		height: 150px;
	}
}

@media screen and (max-width: 1235px) {
	.comimage {
		max-width: 700px;
		position: relative;
		overflow: hidden;
		height: 100%;
		display: flex;
	}

	.block2colorRight {
		background: linear-gradient(-45deg, #526991 32%, #cae8ff 32%);
		width: 100%;
		position: relative;
	}

	.block2colorRight .image {
		width: 60%;
		padding-top: 25px;
		left: 25px;
	}

	.block2colorRight .content {
		width: 25%;
		color: #FFFFFF;
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 100%;
	}

	.block2colorRight .content .title {
		font-size: 150%;
	}

	.block2colorLeft {
		background: linear-gradient(45deg, #526991 30%, #cae8ff 30%);
		width: 100%;
		position: relative;
	}

	.block2colorLeft .image {
		width: 60%;
		padding-top: 25px;
		padding-left: 40%;
	}

	.block2colorLeft .content {
		position: absolute;
		width: 25%;
		color: #FFFFFF;
		top: 50%;
		left: 10px;
		font-size: 100%;
	}

	.block2colorLeft .content .title {
		font-size: 150%;
	}
}

@media screen and (max-width: 1160px) {
	.comimage {
		max-width: 500px;
		position: relative;
		overflow: hidden;
		height: 100%;
		display: none;
	}

	.block2colorRight {
		background: linear-gradient(-45deg, #526991 30%, #cae8ff 30%);
		width: 100%;
		position: relative;
	}

	.block2colorRight .image {
		width: 60%;
		padding-top: 25px;
		left: 25px;
	}

	.block2colorRight .content {
		width: 25%;
		color: #FFFFFF;
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 90%;
	}

	.block2colorRight .content .title {
		font-size: 150%;
	}

	.block2colorLeft {
		background: linear-gradient(45deg, #526991 30%, #cae8ff 30%);
		width: 100%;
		position: relative;
	}

	.block2colorLeft .image {
		width: 60%;
		padding-top: 25px;
		padding-left: 40%;
	}

	.block2colorLeft .content {
		position: absolute;
		width: 25%;
		color: #FFFFFF;
		top: 50%;
		left: 10px;
		font-size: 90%;
	}

	.block2colorLeft .content .title {
		font-size: 150%;
	}

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 20px;
	}

	.simuzone {
		max-width: 35%;
		text-align: right;
		font-size: 25px;
	}

	.simuzone2 {
		max-width: 70%;
	}

	.wallblock1 {
		padding: 60px;
	}

	.walllegendtitle {
		font-size: 18px;
	}

	.walllegendtext {
		font-size: 16px;
	}

	.footerBlock {
		min-width: 200px;
	}

	.browser {
		background: url();
		background-color: rgb(55, 55, 55);
		padding: 20px 0px 10px 0px;
	}

	.combutton {
		width: 400px;
		height: 130px;
	}
}

@media screen and (max-width: 900px) {
	h1 {
		font-size: 22px;
	}

	h2 {
		font-size: 16px;
	}

	.simuzone {
		max-width: 35%;
		text-align: right;
		font-size: 25px;
	}

	.simuzone2 {
		max-width: 40%;
	}

	.wallblock1 {
		padding: 40px;
	}

	.walllegendtitle {
		font-size: 16px;
	}

	.walllegendtext {
		font-size: 14px;
	}

	.footerBlock {
		min-width: 200px;
	}

	.browser {
		background: url();
		background-color: rgb(55, 55, 55);
		padding: 20px 0px 10px 0px;
	}

	.combutton {
		width: 240px;
		height: 100px;
	}

	.featuretext h1,
	h2,
	h3 {
		padding: 0px 0px 0px 0px;
	}

	.block2colorRight {
		background: linear-gradient(-45deg, #526991 35%, #cae8ff 35%);
		width: 100%;
		position: relative;
	}

	.block2colorRight .image {
		width: 60%;
		padding-top: 25px;
		left: 25px;
	}

	.block2colorRight .content {
		width: 30%;
		color: #FFFFFF;
		position: absolute;
		top: 50%;
		right: 10px;
		font-size: 80%;
	}

	.block2colorRight .content .title {
		font-size: 150%;
	}

	.block2colorLeft {
		background: linear-gradient(45deg, #526991 35%, #cae8ff 35%);
		width: 100%;
		position: relative;
	}

	.block2colorLeft .image {
		width: 60%;
		padding-top: 25px;
		padding-left: 40%;
	}

	.block2colorLeft .content {
		position: absolute;
		width: 30%;
		color: #FFFFFF;
		top: 50%;
		left: 10px;
		font-size: 80%;
	}

	.block2colorLeft .content .title {
		font-size: 150%;
	}

}

@media screen and (max-width: 700px) {
	h1 {
		font-size: 18px;
	}

	h2 {
		font-size: 14px;
	}

	.simuzone {
		max-width: 35%;
		text-align: right;
		font-size: 25px;
	}

	.simuzone2 {
		max-width: 70%;
	}

	.wallblock1 {
		padding: 30px;
	}

	.walllegendtitle {
		font-size: 14px;
	}

	.walllegendtext {
		font-size: 12px;
	}

	.footerBlock {
		min-width: 250px
	}

	.browser {
		background: url();
		background-color: rgb(55, 55, 55);
		padding: 20px 0px 10px 0px;
	}

	.combutton {
		width: 240px;
		height: 100px;
	}

	.featuretext h1,
	h2,
	h3 {
		padding: 0px 0px 0px 0px;
	}

	.footer ul {
		padding: 0px;
	}


	.comarea {
		overflow: hidden;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-height: 100px !important;

		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

		place-content: start flex-start;
		justify-content: space-evenly;
		align-items: stretch;
		-ms-flex-align: stretch;
		-webkit-align-items: stretch;
		-webkit-box-align: stretch;
	}

	.block2colorRight {
		width: 100%;
		position: relative;
	}

	.block2colorRight .image {
		position: static;
		background: #cae8ff;
		width: 100%;
		padding: 0px;
	}

	.block2colorRight .content {
		position: static;
		background: #526991;
		width: 100%;
		color: #FFFFFF;
	}

	.block2colorRight .content .title {
		font-size: 150%;
	}

	.block2colorLeft {
		width: 100%;
		position: relative;
	}

	.block2colorLeft .image {
		position: static;
		background: #cae8ff;
		width: 100%;
		padding: 0px;
	}

	.block2colorLeft .content {
		position: static;
		background: #526991;
		width: 100%;
		color: #FFFFFF;
	}

	.block2colorLeft .content .title {
		font-size: 150%;
	}
}

@media screen and (max-width: 500px) {
	body {
		margin: 0px;
	}

	h1 {
		font-size: 16px;
	}

	h2 {
		font-size: 12px;
	}

	.simuzone {
		max-width: 35%;
		text-align: right;
		font-size: 25px;
	}

	.simuzone2 {
		max-width: 70%;
	}

	.walllegendtitle {
		font-size: 12px;
	}

	.walllegendtext {
		font-size: 10px;
	}

	.browser {
		background: url();
		background-color: rgb(55, 55, 55);
		padding: 20px 0px 10px 0px;
	}

	.combutton {
		width: 200px;
		height: 90px;
	}

	.featuretext h1,
	h2,
	h3 {
		padding: 0px 0px 0px 0px;
	}

	.footer ul {
		padding: 0px;
	}
}

.button-solution {
	font-size: 120%;
	background-color: #2F5597;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	text-align: middle;
	white-space: nowrap;
	padding: 0% 2% 0% 2%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 2.5%;
	font-size: 18px;
}

.text-bleu-contact {
	font-size: 180%;
	color: #2F5597;
	text-align: center;
}

.Contact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.img-text-contact {
	margin-left: 4%;
	margin-top: 10%;
	text-align: center;
}

.margine-contact {
	padding: 0% 7% 0% 10%;
}

.space {
	padding: 50px;

}

.marge {
	padding-top: 2.5%;
}

.style-condition-summary {
	margin-bottom: 4%;
	margin-top: 4%;
	margin-left: 10%;
}

.title {
	font-size: 20px;
	margin-right: 20%;
	margin-left: 20%;
}


.text-bleu-offre {
	font-size: 200%;
	color: #2F5597;
}

@media screen and (max-width: 1665px) {
	.text-bleu-offre {
		font-size: 200%;
		color: #2F5597;
		line-height: 120%;
	}
}

.koekoaindex-div-2-1 {
	text-align: center;
	font-size: 35px;
	padding: 40px 10% 50px 10%;
	position: relative;
	display: inline-block;
}

.titre-accueil-left {
	font-weight: bold;
	width: 100%;

}

.text-accueil-left {
	margin-right: 33%;
}

.text-accueil {
	text-align: end;
	margin-left: 35%;
}

.titre-accueil {
	text-align: end;
	/* font-weight: bold; */
}

.equilibretext {
	padding-left: 25%;
	padding-right: 25%
}

.imagemenue {
	height: 22px;
}


.menu a.active {
	position: relative;
	color: black;
}

.menu a.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: black;
}

.flex-container {
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #F1FAFF;
	border-radius: 10px;
}

.flex-item {
	flex: 1;
	margin: 0 10px;
	padding: 20px;
	border-radius: 10px;
	border-radius: 10px;
}