/* @override
	http://euroconcepts2011.local/css/euroconcepts.css
	http://2011.euroconcepts.eu/css/euroconcepts.css
	http://en.euroconcepts.eu/css/euroconcepts.css
	http://www.euroconcepts.eu/css/euroconcepts.css
	http://euroconcepts2011.local/css/euroconcepts.min.css
	https://www.euroconcepts.eu/css/euroconcepts.min.css
	https://en.euroconcepts.eu/css/euroconcepts.min.css
	http://euroconcepts2011.local/css/euroconcepts.min.css?*
	http://euroconcepts2011.local:8080/css/euroconcepts.min.css?*
	https://en.euroconcepts.eu/css/euroconcepts.min.css?* */


@charset "UTF-8";
/* CSS Document */

:root {
	--largeur-full: 1160px;
	--largeur-main: 890px;
	--largeur-side: 270px;
	--hauteur-menu: 262px;
	--lien-couleur: #1fb3e6;
}


@media (max-width:1280px) {

	:root {
		--largeur-full: 1080px;
		--largeur-main: 810px;
		--hauteur-menu: 245px;
	}
}

@media (max-width:1200px) {
	:root {
		--largeur-full: 990px;
		--largeur-main: 720px;
		--hauteur-menu: 223px;
	}
}

@media (max-width:1100px) {
	:root {
		--largeur-full: 900px;
		--largeur-main: 630px;
		--hauteur-menu: 210px;
	}
}

html, body {
	background-color: black;
	color: white;
	font: 16px Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizelegibility;
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0;
	box-sizing: border-box;
}
body {
	padding-top: 54px;
}

html.popup body {
	background-color: inherit;
	color: inherit;
}

* , * :before, * :after {
    box-sizing: inherit;
}


h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}

/* @group CONTENT */
#content {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 0;
}
/* @end */



/* @group TOP */
#top {
	position: relative;
	width: var(--largeur-full);
	margin: 0 auto;
	z-index: 2;
}
#titre {
	position: relative;
	top: 0;
	width: var(--largeur-main);
	text-align: right;
	left: 0;
	padding: 26px 0;
	background: url(images/top-background-2.png) no-repeat -1px -1px #555555;
	color: #fff;
	background-size: 100% 100%;
}
/*#titre a img {
	margin-right: 27px;
	margin-bottom: 31px;
	color: #fff;
}*/
.logo-euroconcepts.logo-euroconcepts-titre {
	width: 408px;
	height: 31px;
	margin-right: 27px;
	margin-bottom: 27px;
	color: yellow;
	vertical-align: top;
}
@media (max-width:1100px) {
	.logo-euroconcepts.logo-euroconcepts-titre {
		width: 348px;
	}
}
#titre p {
	padding-right: 30px;
	color: yellow;
	font-size: 17px;
	text-shadow: 1px 1px 2px #000000;
}
#logo {
	position: absolute;
	top: -54px;
	left: 0;
	margin-left: 12px;
	z-index: 1;
}


/* @end */


/* @group MENU */
#menu_top {
	position: absolute;
	width: 100%;
	z-index: 3;
	left: 0;
	top: 0;
}

#menu_top p.menu_top_right {
	position: relative;
	width: var(--largeur-full);
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	top: -7px;
}

#menu {
	position: relative;
	background-color: #000;
}
#menu_inner {
	position: relative;
	width: var(--largeur-full);
	margin-right: auto;
	margin-left: auto;
	background-color: #23678b;
	height: var(--hauteur-menu);
}
#menu_visuel {
	width: var(--largeur-main);
	height: var(--hauteur-menu);
	position: relative;
	overflow: hidden;
	display: flex;
}
#menu_content {
	display: block;
	position: absolute;
	right: 0;
	width: var(--largeur-side);
	height: auto;
	z-index: 3;
	bottom: var(--hauteur-menu);
	text-align: right;
	background: url(images/menu-ombre-b.png) repeat-x 0 bottom #1d5573;
}


#menu_content span.txt a {
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
	text-align: center;
	width: 135px;
	float: left;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000000;
}

#menu_content span.txt.selected a {
	color: white;
}
#menu_content span.txt a:hover {
	color: yellow;
	background-color: #1b4a63;
}

#menu_content span.txt.selected a:hover {
	color: red;
}
#menu_projets {
	position: absolute;
	top: 0;
	right: 0;
	height: var(--hauteur-menu);
	background: url(images/menu-bleu-deg.png) repeat-y -1px;
}

#menu_projets span.txt {
	display: block;
	width: var(--largeur-side);
}
#menu_projets span.txt a {
	display: block;
	text-align: right;
	padding: 15px 20px 15px 10px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	text-shadow: 1px 1px 2px #000000;
}

#menu_projets span.txt.selected a {
	color: #fff;
	background-color: #1d5573;
}
#menu_projets span.txt a:hover {
	color: yellow;
	background-color: #18465f;
}
#menu_projets span.txt.selected a:hover {
	color: red;
}
div.visuel {
	height: var(--hauteur-menu);
	position: relative;
	overflow: hidden;
	flex: 1 1 auto;
}
div.visuel.visuel1 {
	width: 249px;
}
div.visuel.visuel2 {
	width: 243px;
}
div.visuel.visuel3 {
	width: 138px;
}

#page_principale form div table.contact tbody tr td p {
	text-align: right;
	font-size: 12px;
}

/*div.visuel.selected a strong {
	color: yellow;
}*/
div.visuel a {
	position: relative;
	display: block;
	text-align: right;
	background-color: white;
	text-decoration: none;
}
div.visuel a img {
	position: relative;
	display: block;
	width: auto;
	height: calc(var(--hauteur-menu) - 36px);
}


#menu_visuel div.visuel a strong img {
	float: none;
	position: absolute;
	right: 0;
	top: 0;
}

div.visuel a strong {
	position: relative;
	display: block;
	clear: right;
	height: 44px;
	padding-top: 10px;
	overflow: hidden;
	color: white;
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;
	background-color: #23678b;
	font-size: 16px;
	z-index: 10;
}
div.visuel a:hover strong {
	color: yellow;
}
div.visuel:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: var(--hauteur-menu);
	z-index: 10;
	background: url(/css/images/menu-ombre-g.png) repeat-y;
}

* html div.visuel div.visuel-ombre {
	background-image: none;
}
div.download {
	text-align: left;
	padding-left: 30px;
}
div.download a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
div.download a img {
	vertical-align: middle;
	margin-right: 15px;
}
div.download a:hover {
	font-weight: 600;
}
/* @end */


/* @group PAGE */

#page {
	position: relative;
	width: var(--largeur-full);
	margin-right: auto;
	margin-left: auto;
	background: url(/css/images/page_background2.png) repeat-x #141414;
	padding-bottom: 0;
	display: flex;
}
#page_principale {
	width: var(--largeur-main);
	vertical-align: top;
	margin: 0;
	padding: 20px 0;
	position: relative;
}

#page_principale p, #page_principale ul, #page_principale ol, #page_principale h1, #page_principale h2, #page_principale h3 {
	margin: 0 20px 5px;
	padding: 0;
}
#page_principale h1 {
	color: var(--lien-couleur);
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000000;
	margin-bottom: 10px;
}
#page_principale h2 {
	color: var(--lien-couleur);
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000000;
	margin-bottom: 10px;
}
#page_principale ul {
	margin-bottom: 15px;
}
#page_principale li {
	margin: 0 0 3px 40px;
	font-size: 14px;
	color: #ededed;
	line-height: 1.4em;
	text-align: justify;
}



#page_principale a {
	color: var(--lien-couleur);
	text-decoration: none;
}
#page_principale a:hover {
	text-decoration: underline;
}
#page_principale li strong {
	font-weight: bold;
	font-style: normal;
	/*color: var(--lien-couleur);*/
	text-shadow: 1px 1px 2px #000000;
	text-transform: uppercase;
}
#page_principale li strong a {
	color: var(--lien-couleur);
}
#page_principale p {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-align: justify;
}
#page_principale p strong {
	font-weight: bold;
	font-style: normal;
	/*color: #1fb3e6;*/
	text-shadow: 1px 1px 2px #000000;
	text-transform: uppercase;
}
.logo-euroconcepts {
	display: inline-block;
	width: 13.3em;
	height: 1em;
	background-color: currentColor;
	vertical-align: -0.08em;
	-webkit-mask: url(/images/euroconcepts.svg) center / contain no-repeat;
	mask: url(/images/euroconcepts.svg) center / contain no-repeat;
}
#page_principale p strong.min {
	text-transform: none;
}
#page_principale p.intro {
	font-size: 16px;
	margin-bottom: 20px;
}

#page_principale form div table.contact tbody tr td p.ast {
	text-align: left;
	margin-left: 0;
	margin-top: 4px;
}

#page_principale p.intro strong {
	/*color: #1fb3e6;*/
	text-shadow: 1px 1px 2px #000000;
}
#page_bandeau {
	display: table-cell;
	width: var(--largeur-side);
	vertical-align: top;
	margin: 0;
	padding: 0 0 20px;
	position: relative;
	background: url(images/page_d_background.png) -1px #333333;
	font-size: 12px;
	color: gray;
	text-align: center;
}
* html div#page_bandeau {
	position: absolute;
	top: 0;
	right: 0;
	clear: left;
	z-index: 0;
}
#page_bandeau ul.legende li {
	list-style-type: none;
	text-align: left;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	color: silver;
	padding-left: 18px;
	position: relative;
}
#page_bandeau ul.legende li span {
	text-shadow: 0 0 2px #000000;
	color: #1fb2e5;
	position: absolute;
	left: 0;
	font-size: 9px;
	display: block;
	padding: 2px;
	top: 0;
}
div.presse a img{
	margin: 0 10px 10px 0;
}
div.stabilup a {
	display: block;
	height: 221px;
	width: 140px;
	background-color: white;
	margin: 0 10px 0 0;
	overflow: hidden;
}
#page div.presse, #page div.stabilup {
	margin: 20px 0 0 20px;
}
#page div.presse h2, #page div.stabilup h2 {
	margin: 0 20px 14px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 7px;
}
#page div.presse h2 em, #page div.stabilup h2 em {
	font-size: 12px;
	color: #79c8e3;
	text-transform: none;
}
.presse-list {
	column-count: 3;
	column-gap: 26px;
}
.presse-item {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	break-inside: avoid;
}
.presse-list > a.presse-item img,
.presse-item > a:not(.translation-link) img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}
#page_principale .presse-item a.translation-link {
	display: block;
	margin-top: 8px;
	color: white;
}
.presse-item .translation-link img {
	margin: 0 4px 0 0;
	position: relative;
	top: 5px;
}
#page div.presse p, #page div.stabilup p {
	float: left;
	margin: 0 0 10px;
}
#page div.presse p a {
	color: #cae7f1;
	text-transform: capitalize;
}
.configurations {
	margin: 20px 0 0 20px;
}
.configurations h2 {
	margin: 0 20px 14px 0!important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 7px!important;
}
.configurations h2 em {
	font-size: 12px;
	color: #79c8e3;
	text-transform: none;
}
.configuration-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
	gap: 18px 16px;
	padding-right: 20px;
}
.configuration-list figure {
	margin: 0;
}
.configuration-list a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 214px;
	background-color: #fff;
	overflow: hidden;
}
.configuration-list img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 221px;
	margin: 0;
}
.configuration-list figcaption {
	margin-top: 8px;
	color: #cae7f1;
	font-size: 13px;
	line-height: 1.25;
	text-align: center;
}
*+html #page_principale { display: block; float: left; }
* html #page_principale { display: block; float: left; }

#page_bandeau iframe {
	position: relative;
	z-index: 0;
}

.home-logos {
	padding-top: 20px;
}

.home-logos a {
	display: block;
	margin-bottom: 24px;
}

.home-logos img {
	display: inline-block;
	height: auto;
}

div.enquete {
	background-color: #23678a;
	color: #ffffff;
	padding: 12px 0 6px;
	margin: 20px;
}

div#page_principale div.enquete p {
	padding: 0 15px 10px 15px;
	margin: 0;
	line-height: 1.4em;
}
div#page_principale div.enquete p a {
	color: #fff;
}

.infos {
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	line-height: 2em;
	color: #d7d7d7;
	padding-top: 1.5em;
}
.infos a, .infos b {
	color: #fff;
	text-decoration: none;
}

.img_tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-right: 20px;
	margin-top: 20px;
}
.img_tab .case {
	width: 31%;
	margin-bottom: 20px;
}
.img_tab .case img {
	display: block;
	width: 100%;
	height: auto;
}
.img_tab .case strong {
	font-weight: 400;
	display: block;
	padding-top: 10px;
	font-size: 14px;
}
.mobile-feature-video {
	display: none;
}
/* @end */


/* @group FORM */
.form-group {
	margin-bottom: 4px;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.form-group * {
	box-sizing: inherit;
}

.form-group label {
	display: block;
	text-align: left;
	padding-right: 1rem;
	font-size: 15px;
	padding-top: 0.5rem;
	margin-bottom: 6px;
	margin-top: 8px;
	line-height: 1.3;
}
.form-group label strong {
	color: #1fb3e6;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.35;
}


.form-group .submit-group {
	text-align: right;
	/*flex: 1 1 auto;
	max-width: calc(100% - 210px - 1rem);*/
	margin-top: 1rem;
}

.submit-group input[type="submit"] {
	margin-left: auto;
	padding: 12px 16px;
	background-color: #1fb3e6;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
}

.submit-group input[type="submit"]:hover {
	background-color: #45a049;

}
form .ast {

	width: auto;
	font-size: 15px;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.35;
}
form .ast small {
	font-size: inherit;
}
.form-group .ast strong {
	color: #1fb3e6;
}

/* @end */

/* @group FOOT */


#contact {
	position: relative;
	width: var(--largeur-full);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #143a4f;
	color: white;
}
#contact p {
	color: white;
	font-size: 12px;
}
#contact a {
	color: white;
}
#contact p .nom_societe {
	color: #f8e600;
}
/* @end */





/* @group Divers */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.inline {
	display: inline;
	float: none;
}
.vh { border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px!important;
}
/* @end */



/* @group Mobile */

@media (max-width: 900px) {
	:root {
		--largeur-full: 100%;
		--largeur-main: 100%;
		--largeur-side: 100%;
		--hauteur-menu: auto;
	}

	html,
	body {
		overflow-x: hidden;
	}

	body {
		padding-top: 0;
		font-size: 16px;
		line-height: 1.5;
	}

	img,
	iframe,
	video {
		max-width: 100%;
	}

	#content,
	#top,
	#menu_inner,
	#page,
	#contact,
	#menu_top p.menu_top_right {
		width: 100%;
		max-width: 100%;
	}

	#top {
		display: flex;
		align-items: center;
		min-height: 118px;
		padding: 12px 14px;
		background: url(images/top-background-2.png) no-repeat center #555555;
		background-size: 100% 100%;
	}

	#logo {
		position: relative;
		top: auto;
		left: auto;
		flex: 0 0 86px;
		margin: 0 14px 0 0;
	}

	#logo img {
		display: block;
		width: 86px;
		height: auto;
	}

	#titre {
		flex: 1 1 auto;
		width: auto;
		min-width: 0;
		padding: 0;
		background: none;
		text-align: left;
	}

	.logo-euroconcepts.logo-euroconcepts-titre {
		display: block;
		width: min(100%, 360px);
		height: 28px;
		margin: 0 0 12px;
	}

	#titre p {
		padding-right: 0;
		font-size: 14px;
		line-height: 1.25;
	}

	#menu_top {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 33.333%;
		margin-top: -50px;
		margin-left: auto;
		background-color: transparent;
		z-index: 4;
	}

	#menu_top p.menu_top_right {
		top: auto;
		width: 100%;
		height: 50px;
		padding: 7px 14px 7px 8px;
		text-align: center;
		background-color: #1d5573;
	}

	#menu_top img {
		width: 36px;
		height: 36px;
	}

	#menu_inner {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	#menu_visuel {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		height: auto;
		overflow: visible;
	}

	div.visuel,
	div.visuel.visuel1,
	div.visuel.visuel2,
	div.visuel.visuel3 {
		width: auto;
		height: auto;
		min-width: 0;
	}

	div.visuel:after {
		display: none;
	}

	div.visuel a {
		height: 100%;
		text-align: left;
	}

	div.visuel a img {
		width: 100%;
		height: clamp(86px, 26vw, 150px);
		object-fit: cover;
	}

	div.visuel a strong {
		min-height: 44px;
		height: auto;
		padding: 8px;
		font-size: 13px;
		line-height: 1.15;
		text-align: left;
	}

	#menu_content {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		background: #1d5573;
	}

	#menu_content span.txt a {
		width: 33.333%;
		padding: 14px 8px;
		font-size: 14px;
	}

	#menu_projets {
		display: none;
	}

	#menu_projets span.txt {
		flex: 1 1 33.333%;
		width: auto;
	}

	#menu_projets span.txt a {
		min-height: 54px;
		padding: 12px 8px;
		text-align: center;
		font-size: 13px;
		line-height: 1.2;
	}

	#page {
		display: block;
		background-size: auto 120px;
	}

	#page_principale {
		width: 100%;
		padding: 20px 0 14px;
	}

	#page_principale p,
	#page_principale ul,
	#page_principale ol,
	#page_principale h1,
	#page_principale h2,
	#page_principale h3 {
		margin-right: 18px;
		margin-left: 18px;
	}

	#page_principale p,
	#page_principale li {
		font-size: 15px;
		line-height: 1.55;
		text-align: left;
	}

	#page_principale h1 {
		font-size: 21px;
		line-height: 1.2;
	}

	#page_principale h2 {
		font-size: 17px;
		line-height: 1.25;
	}

	#page_bandeau {
		display: block;
		width: 100%;
		padding: 18px 0 24px;
		border-top: 1px solid #23678b;
		background: linear-gradient(to bottom, #242424 0, #333333 22px, #333333 100%);
	}

	#page_bandeau img {
		max-width: calc(100% - 36px);
		height: auto;
	}

	#page_bandeau ul.legende {
		margin: 0 18px;
	}

	#page_bandeau ul.legende li {
		margin-right: 0;
		margin-left: 0;
		font-size: 13px;
		line-height: 1.35;
	}

	.home-logos {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
		padding: 22px 18px 4px;
	}

	.home-logos a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 108px;
		margin: 0;
		padding: 8px;
		background-color: #fff;
	}

	.home-logos img {
		width: 100%;
		max-width: 178px;
		max-height: 100px;
		object-fit: contain;
	}

	#page div.presse,
	#page div.stabilup,
	.configurations {
		display: flex;
		flex-wrap: wrap;
		gap: 14px;
		margin: 20px 18px 0;
	}

	#page div.presse h2,
	#page div.stabilup h2,
	.configurations h2 {
		flex: 1 0 100%;
		margin: 0 0 14px;
	}

	.presse-list {
		flex: 1 0 100%;
		column-gap: 18px;
	}

	#page div.stabilup p {
		float: none;
		flex: 1 1 190px;
		margin: 0;
	}

	div.presse a img,
	div.stabilup a img {
		max-width: 100%;
		height: auto;
		margin: 0 0 10px;
	}

	.presse-list > a.presse-item img,
	.presse-item > a:not(.translation-link) img,
	.presse-item .translation-link img,
	.configuration-list img {
		margin: 0;
	}

	.configuration-list {
		flex: 1 0 100%;
		grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
		gap: 16px 14px;
		padding-right: 0;
	}

	div.stabilup a {
		width: 140px;
		max-width: 100%;
		margin-right: 0;
	}

	.img_tab {
		gap: 16px;
		justify-content: flex-start;
		padding-right: 18px;
		padding-left: 18px;
	}

	.img_tab .case {
		width: calc(50% - 8px);
		margin-bottom: 0;
	}

	.mobile-feature-video {
		display: block;
		margin: 20px 18px 0;
		padding: 18px 0 20px;
		border-top: 1px solid #23678b;
		border-bottom: 1px solid #23678b;
		text-align: center;
	}

	.mobile-feature-video > a {
		display: block;
	}

	.mobile-feature-video img {
		max-width: 100%;
		height: auto;
	}

	.mobile-feature-video .download {
		padding: 14px 0 0;
		text-align: left;
	}

	.mobile-feature-video .download a {
		display: inline-block;
	}

	.mobile-feature-video + .presse {
		margin-top: 20px;
	}

	#page.page-sliding-system #page_bandeau {
		display: none;
	}

	.form-group {
		padding-right: 18px;
		padding-left: 18px;
	}

	.infos,
	div.download {
		padding-right: 18px;
		padding-left: 18px;
	}

	#contact {
		padding-right: 18px;
		padding-left: 18px;
	}
}

@media (max-width: 520px) {
	#top {
		min-height: 104px;
		padding: 10px 12px;
	}

	#logo {
		flex-basis: 72px;
		margin-right: 12px;
	}

	#logo img {
		width: 72px;
	}

	.logo-euroconcepts.logo-euroconcepts-titre {
		height: 23px;
		margin-bottom: 8px;
	}

	#titre p {
		font-size: 13px;
	}

	#menu_visuel {
		grid-template-columns: 1fr;
	}

	div.visuel a {
		display: grid;
		grid-template-columns: 42% 58%;
	}

	div.visuel a img {
		height: 94px;
	}

	div.visuel a strong {
		display: flex;
		align-items: center;
		min-height: 94px;
		padding: 10px 12px;
		font-size: 15px;
	}

	#menu_projets {
		display: none;
	}

	#menu_projets span.txt,
	#menu_projets span.txt a {
		width: 100%;
	}

	#menu_projets span.txt a {
		min-height: 0;
		padding: 12px 18px;
		text-align: left;
		font-size: 14px;
	}

	#page_principale li {
		margin-left: 30px;
	}

	.presse-list {
		column-count: 2;
		column-gap: 14px;
	}

	.presse-item {
		margin-bottom: 14px;
	}

	.configuration-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.configuration-list a {
		min-height: 0;
	}

	.configuration-list img {
		width: 100%;
		max-height: none;
	}

	.img_tab .case {
		width: 100%;
	}
}

/* @end */
