
@media only screen and (max-width:1024px) {
.MyContent #MyHeader .FloatingBox {
	left: 50%;
	width: calc(50% - 120px);
}
}

@media only screen and (max-width:1023px) {
.MyContent #MyHeader .FloatingBox {
	left: auto;
	width: auto;
}
}
.MyContent img {
	float: none!important;
}

@media only screen and (max-width:1249px) {
.MyContent {
	overflow: hidden;
}
}

@media only screen and (max-width:1023px) {
.MyContent .FullWidthBanner img {
	    margin-left: -10%;
    max-width: 1600px;
    width: 200%;
}
}

.MyContent #MyHeader .green{
	color:#85a11e;
		font-family: "Gotham SSm book A", "Gotham SSm book B",'Gotham Book', Helvetica, Arial, sans-serif;
		font-size:16px;
		padding-bottom:10px;
		display:block;
	
}
/*-----------------------------------------*/
.MyContent #MyGreenArguments .green-block {
	border-color: #00856c;
	color: #000;
}
.MyContent #MyGreenArguments .green-block .picto img {
	background-color: #00856c;
	border-radius: 50%;
}
.MyContent #MyGreenArguments .green-block p.title {
	color: #00856c;
}
.MyContent #MyGreenArguments .green-block p.text span::before {
	content: "• ";
	color: #00856c;
}

@media only screen and (max-width:761px) {
.MyContent #MyGreenArguments {
	margin-top: 30px;
}
}
/*-----------------------------------------*/
.MyContent #MyContentInsideBox {
	padding-top: 120px;
	background-image:url(lovenaturebox/background.jpg);
}
@media only screen and (max-width:1023px) {
.MyContent #MyContentInsideBox {
	padding-top: 30px;
}
.MyContent #MyContentInsideBox .wrapper > div{
	display:flex;
	flex-direction:column-reverse;
	width:calc(100% - 40px)!important;
	padding:20px;
}
.MyContent #MyContentInsideBox .wrapper .InlineBlock{
	width:auto;
	display:block;
	margin:0;
	padding:0;
}
/*.MyContent #MyContentInsideBox .wrapper .InlineBlock br{
	display:none;

}*/
}

.MyContent #MyContentInsideBox h2 {
	color: #00856c;
	padding-top: 0px;
}

/*-----------------------------------------*/
@media only screen and (max-width:1023px) {
.MyContent #MyClarinsBoxOwner {
	margin-top: 30px;
}
}

@media only screen and (max-width:761px) {
.MyContent #MyClarinsBoxOwner {
	margin-top: 0px;
}
}

@media only screen and (max-width:761px) {
#MyRoutineInsideBox .jcarousel-pagination {
	bottom: auto;
	top: 350px;
}
}

@media only screen and (max-width:761px) {
.MyContent p.btn-link a {
	display: bock;
}
}

.MyContent #MyInfosBlock {
	margin-top: 0px;
	padding-top: 30px;
}

@media only screen and (max-width:1023px) {
.MyContent #MyInfosBlock {
	padding-top: 40px;
}
}

@media only screen and (max-width:761px) {
.MyContent #MyInfosBlock {
	width: calc(100% - 20px);
}
}
.MyContent #MyClarinsBlock .routine li.Selected p.packshot::before {
	left: calc(50% - 20px);
}

.MyContent #MyClarinsBlock .routine h4 {
	display: none;
}
.MyContent #MyClarinsBlock .routine p.text {
	display: none;
}
.MyContent #MyClarinsBlock .routine p.box-name {
	display: none;
}
.MyContent #MyClarinsBlock .routine li.Selected p.packshot::before {
	left: calc(50% - 20px);
}
.MyContent #MyClarinsBlock .routine p.price {
	display: none;
	padding-top: 10px;
	padding-bottom: 20px;
}
.MyContent #MyClarinsBlock .routine p.btn-link {
	display: none;
}

@media only screen and (max-width:761px) {
.MyContent #MyClarinsBlock .jcarousel-pagination {
	bottom: auto;
	left: 50%;
	margin: 10px 0 0;
	padding-top: 10px;
	position: absolute;
	top: -10px;
	transform: translate(-50%, 0px);
}
.MyContent #MyClarinsBlock p.title {
	margin-top: 30px;
}
}

@media only screen and (max-width:620px) {
.MyContent #MyClarinsBlock .jcarousel-pagination {
	top: 10px;
}
}
.MyContent #MyClarinsBlock .routine li.Selected p.text {
	min-height: 10px!important;
}
.MyContent #MyHeader p.mentions {
	font-size: 11px!important;
	opacity: 0.5;
	position: absolute!important;
	bottom: 10px;
	left: 40px;
	margin: 0px!important;
}

@media only screen and (max-width:1023px) {
.MyContent #MyHeader p.mentions {
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin: 0px!important;
}
}
.MyContent #MyContentInsideBox p.mentions {
	font-size: 11px!important;
	opacity: 0.5;
	position: absolute!important;
	bottom: 10px;
	right: 10px;
	margin: 0px!important;
}


/*DTWPH*/
@media (min-width: 762px) and (max-width: 768px) {
	.MyContent #MyGreenArguments .green-block {
		min-height: 370px !important;
	} 
}