<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width:761px) {
	.MyContent .Transversal-Push {
		max-width: 325px;
		margin: 0 auto;
	}
	.MyContent .Desktop{
		display:none;
	}
	.MyContent .Mobile{
		display:block;
	}
	.MyContent .MyBlock .GreenNumber{
		font-size:50px;
		line-height:1em;
	}
	.MyContent .MyBlock .BreakCol{
		display:none;
	}
	.MyContent .MyBlock .GreenText{
		font-size:16px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-01 {
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-01 .Background {
		height:250px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-01 .Background img{
		height: 100%;
		width: auto;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-01 .Content {
		position: relative;
		left: auto;
		transform: none;
		right: auto;
		margin: 0;
		top: auto;
		width: 100%;
		height: auto;
		bottom: auto;
		padding:30px 20px;
	}

	.MyContent .Menu{
		width: 100%;
		margin:0 auto;
		display:block;
		height:auto;
	}
	.MyContent .Menu .MenuLink{
		height: 68px;
	}
	.MyContent .Menu .MenuLink a,
	.MyContent .Menu .MenuLink span{
		padding-right:50px;
		line-height:1.2em;
		background-image: url(img/arrow.png);
		background-position: right 10px center;
		background-repeat: no-repeat;
	}
	
	#DEV-DURABLE-2020-ECO-CONCEPTION-02{
		position: relative;
		background-color: transparent;
		z-index: 1;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Background{
		height: 100%;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Background img{
		height: 100%;
		width: auto;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Content{
		height: auto;
		position: relative;
		left: auto;
		top: auto;
		padding: 30px;
		margin: 30px;
		display: flex;
		width: calc(100% - 60px);
		text-align: center;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Title{
		order:1;
		width:100%;
		margin:10px 0;    
		margin-bottom: 20px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-02 .Text{
		order:4;
		width:100%;	margin:10px 0;
		padding-top: 0;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-02 .GreenNumber {
		order:2;	width:100%;
	} 
	#DEV-DURABLE-2020-ECO-CONCEPTION-02 .GreenText {
		order:3;	width:100%;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-03{
		max-width:700px;
		width:auto;
		padding:20px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-04{
		height:auto;
		max-width:970px;
		padding:0px;
		align-items:center;
		padding-bottom:20px;
	}
	
	#DEV-DURABLE-2020-ECO-CONCEPTION-04 .Picture{ 
		width: auto;
		margin:30px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-04 .Picture img{ 
		max-width:100%;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Background{
	 height:650px;
	 overflow: hidden;
	 position: relative;
	}	
	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Background::after{
		content:" ";
		background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
		position:absolute;
		height:200px;
		bottom:0;
		left:0;
		width:100%;
	}	
	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Background img{
		margin-left: -260px;
		margin-top: -40px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .HollowBox{
	    text-align: center;
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .HollowBox .Title{
		font-size: 25px;
		max-width: 250px;
		margin: 0 auto;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .HollowBox .Text{
		font-size: 25px;
		padding:0 20px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Content{
		top: auto;
		left: auto;
		right: auto;
		position: relative;
		margin: 20px;
		width: auto;
		height: auto;
		margin-top: -200px;
		padding: 20px;
		text-align: center;
	}

	#DEV-DURABLE-2020-ECO-CONCEPTION-05 .Content .Citation{
		padding-right:0px;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-06{
		margin:0 20px;
		width:calc(100% - 40px);
		min-height: 1px;
	
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-06 .VideoLink{
	    height: 170px;
		max-width: 375px;
		width:100% - 40px;

	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-06 .VideoLink img{
		height:100%;
		width:auto;
		position:absolute;
		left:50%;
		transform: translateX(-50%);
		max-width:unset;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-07{
		width: auto;
		max-width: calc(100% - 40px);
		display:block;
		margin:20px auto;
	}

	#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Content{
		padding:20px;
		flex-direction: column;
		display:flex;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Picture {
		position: relative;
		left:auto;
		top:auto;
		margin:-20px;
		transform: none;
		order:3;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-07 .ArgumentsSlider{
		width:calc(100% - 40px);
		flex-basis:unset;
	}
	#DEV-DURABLE-2020-ECO-CONCEPTION-07 .Picture img{
		max-width:100%;
	}

	#DEV-DURABLE-2020-INGREDIENTS-01 .Background::before{
		width:177px;
		height:177px;
		top:125px;
		left:50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: 2;
	}
	#DEV-DURABLE-2020-INGREDIENTS-01 .Background::after{
		width: 120px;
		height: 120px;
		top: 123px;
		left: 50%;
		transform:  translateX(-50%) translateY(-50%);
		z-index: 3;
	}
	
	#DEV-DURABLE-2020-INGREDIENTS-01  .Background {
		height:250px;
		overflow:hidden;
	}
	#DEV-DURABLE-2020-INGREDIENTS-01 .Background img{
		height: 100%;
		width: auto;
		transform: translateX(-8%) scale(1.5);
	}
	#DEV-DURABLE-2020-INGREDIENTS-01  .Content {
		position: relative;
		left: auto;
		transform: none;
		right: auto;
		margin: 0;
		top: auto;
		width: 100%;
		height: auto;
		bottom: auto;
		padding:30px 20px;
	}

	#DEV-DURABLE-2020-INGREDIENTS-01 .Content{
	    padding: 0px;
    margin: 20px;
    width: auto;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02{
		width: calc(100% - 40px);
		margin: 20px;
		box-sizing: border-box;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02 .Content{
		display:block;
		text-align: center;
		padding-bottom:0;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02 .GreenBlock {
		flex-basis: 100%;
		text-align: center;
		padding-bottom: 0px;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02 .GreenText, #DEV-DURABLE-2020-INGREDIENTS-02 .GreenNumber {
	    margin-right: 40px;
    margin-left: 40px;
    text-align: center;
	}

	#DEV-DURABLE-2020-INGREDIENTS-02 .Text{
		flex-basis: 100%;
    text-align: center;
    padding: 20px;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02 .Wrapper {
		flex-basis: 50%;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02 .Herbier{
		max-width:600px;
		margin-top:0;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02 .Herbier-Item {
		margin-top: -50px;
	}
	#DEV-DURABLE-2020-INGREDIENTS-02 .IngredientVisual img{
		transform:translateX(-50%) scale(0.8) ;
		transform-origin: bottom center;
	}

	#DEV-DURABLE-2020-INGREDIENTS-02 .BtnLink{
		margin-bottom:40px;
		margin-top:0px;
	}
	#DEV-DURABLE-2020-INGREDIENTS-03 {
	   margin-bottom:0;
	   background-color:#eaeab9;
	   z-index:3;
	}
	#DEV-DURABLE-2020-INGREDIENTS-03 .Background {
	    display:none;
	}
	#DEV-DURABLE-2020-INGREDIENTS-03 .Content {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 20px;
		padding-bottom:80px;
	}

	#DEV-DURABLE-2020-INGREDIENTS-03 .Content::after {
		left:-20px;
		top: -10px;
	}	
	#DEV-DURABLE-2020-INGREDIENTS-03 .Content::before {
	    right: -20px;
		top: auto;
		bottom: -60px;
	}	
	


	#DEV-DURABLE-2020-INGREDIENTS-04 {
		width: auto;
		max-width: 910px;
		margin-bottom: -252px;
		padding-bottom: 40px;
	}

	#DEV-DURABLE-2020-INGREDIENTS-04 .Background img{
		height: 450px;
		max-width: unset;
	}
	#DEV-DURABLE-2020-INGREDIENTS-04 .Content{
		width: calc(100% - 40px);
		left: 20px;
		top: 40px;
		text-align: center;
	}
	#DEV-DURABLE-2020-INGREDIENTS-05{
		width: auto;
		margin: 0 20px;
		flex-direction: column-reverse;
		padding:0;
	}	
	#DEV-DURABLE-2020-INGREDIENTS-05::before {
		content: " ";
		background-image: url(img/feuille-5.png);
		position: absolute;
		left:-10px;
		bottom: -250px;
		width: 80px;
		height: 100px;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#DEV-DURABLE-2020-INGREDIENTS-05 .Text{
		margin-bottom:10px;
	}
	#DEV-DURABLE-2020-INGREDIENTS-05 .Logo {

		margin-left: auto;
		margin-right: auto;
	}
	#DEV-DURABLE-2020-INGREDIENTS-05 .Content{
		flex-basis: unset;
		width:100%;
		text-align: center;
		margin:0;
	}
	#DEV-DURABLE-2020-INGREDIENTS-05 .Content:last-child{
		padding:20px;
		box-sizing: border-box;
	}
	#DEV-DURABLE-2020-INGREDIENTS-05 .Wrapper{
		padding:20px;
		position: relative;
		bottom:auto;
	}
	#DEV-DURABLE-2020-INGREDIENTS-06 {
		max-width: unset;
		padding: 20px;
		overflow: visible;
		padding-top: 0;
		width: 100%;
		box-sizing: border-box;
		z-index:4;
	}
	#DEV-DURABLE-2020-INGREDIENTS-06 .Citation {
		margin: 0;
		color: #85b128;
		font-style: italic;
		font-family: ClarinsRegular,Clarins;
		font-size: 20px;
		line-height: 1.2em;
		text-align: left;
		padding: 20px;
		padding-left: 40px;
		position: relative;
		margin-top: 50px;
		min-height:90px;
	}
	#DEV-DURABLE-2020-INGREDIENTS-06 br{
		display:none;
	}
	#DEV-DURABLE-2020-INGREDIENTS-06::before{
		right:5px;
		bottom: 180px;
	}	
	#DEV-DURABLE-2020-INGREDIENTS-07 {
	    margin: 0 20px;
    width: calc(100% - 40px);
	}
	#DEV-DURABLE-2020-INGREDIENTS-07 .Title {
		font-size: 35px;
		margin-bottom: 30px;
	}
	#DEV-DURABLE-2020-INGREDIENTS-07 .VideoLink{
	    height: 170px;
		max-width: 375px;
		width:calc(100% - 40px);

	}
	#DEV-DURABLE-2020-INGREDIENTS-07 .VideoLink img{
		height:100%;
		width:auto;
		position:absolute;
		left:50%;
		transform: translateX(-50%);
		max-width:unset;
	}
}</pre></body></html>