.image-principale-projet{
	position:relative;
	width:100%;
	overflow: hidden;
	/*border-radius:16px;*/
}

.image-principale-projet img{
	position:absolute;
	left:0;
	width:100%;
	height:auto;
	top:50%;
	bottom: 50%;
	transform: translate(0%, -50%);
}

.tag-group{
	margin-top:16px;
	display:block;
	align-items: center;
	line-height:normal;
}

.liste-projet{
	list-style-type:disc;
	line-height:28px;
	max-width: 600px;
}

.liste-projet li{
	list-style-type:disc;
	margin-left:16px;
	padding:4px;
}

.tag-group li{
	display:inline-block;
	height:16px;
	margin: 0px 16px 8px 0px;
}

.tag-group li span{
	font-family: Bricolage Grotesque;
    font-weight: 400;
    font-style: normal;
	color: #6B6A68;
	font-size:16px;
	line-height: 16px;
}

.image-fullwidth-projet{
	/*border-radius:16px;*/
	width:100%;
	height:auto;
}

.video-fullwidth-projet{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-fullwidth-projet iFrame{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.projet-2grid{
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
  	align-items: flex-start;
}

.image-2grid{
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
	/*border-radius:16px;*/
}

.projet-3grid{
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
  	align-content: flex-start;
}

.image-3grid{
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
	/*border-radius:16px;*/
}

.projet-4grid{
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
  	align-content: flex-start;
}

.image-4grid{
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
	/*border-radius:16px;*/
}

.projet-textimage{
	width:100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	align-items:auto;
  	align-content: flex-start;
  	gap:32px;
}

.image-textimage{
	width: 100%;
	height: auto;
	/*border-radius:16px;*/
}

/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
	.image-4grid, .image-4grid-vide{flex:45%;min-width:45%;}
	.image-3grid, .image-3grid-vide{flex:100%;min-width:100%;}
	.image-2grid, .image-2grid-vide{flex:100%;min-width:100%;}
	.projet-4grid, .projet-3grid, .projet-2grid {gap:8px;}
	.image-principale-projet {height:30vh;}
	.image-textimage {flex:100%;min-width:100%;}
	.text-textimage {flex:100%;min-width:100%;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 601px) {
	.image-4grid, .image-4grid-vide{flex:18%;min-width:18%;}
	.image-3grid, .image-3grid-vide{flex:45%;min-width:45%;}
	.image-2grid, .image-2grid-vide{flex:45%;min-width:45%;}
	.projet-4grid, .projet-3grid, .projet-2grid {gap:16px;}
	.image-principale-projet {height:35vh;}
	.image-textimage {max-width:600px;}
	.text-textimage {flex:100%;min-width:100%;}
}
/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) {
	.image-4grid, .image-4grid-vide{flex:18%;min-width:18%;}
	.image-3grid, .image-3grid-vide{flex:29%;min-width:29%;}
	.image-2grid, .image-2grid-vide{flex:45%;min-width:45%;}
	.projet-4grid, .projet-3grid, .projet-2grid {gap:16px;}
	.image-principale-projet {height:35vh;}
	.image-textimage {max-width:600px;}
	.text-textimage {flex:100%;min-width:100%;}
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
	.image-4grid, .image-4grid-vide{flex:18%;min-width:18%;}
	.image-3grid, .image-3grid-vide{flex:29%;min-width:29%;}
	.image-2grid, .image-2grid-vide{flex:45%;min-width:45%;}
	.projet-4grid, .projet-3grid, .projet-2grid {gap:16px;}
	.image-principale-projet {height:40vh;}
	.image-textimage {flex:53%;min-width:53%;}
	.text-textimage {flex:43%;min-width:43%;}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
	.image-4grid, .image-4grid-vide{flex:18%;min-width:18%;}
	.image-3grid, .image-3grid-vide{flex:29%;min-width:29%;}
	.image-2grid, .image-2grid-vide{flex:45%;min-width:45%;}
	.projet-4grid, .projet-3grid, .projet-2grid {gap:16px;}
	.image-principale-projet {height:40vh;}
	.image-textimage {flex:53%;min-width:53%;}
	.text-textimage {flex:43%;min-width:43%;}
}