/* ============================ *
 * DERCOS WORKS FOR ME 2018
 * ============================ */
.breadcrumb-container .breadcrumb .breadcrumb-item a,
.breadcrumb-container .breadcrumb .breadcrumb-item span{
	color:#fff;
	}
.breadcrumb-container .breadcrumb .breadcrumb-item svg{
	fill:#fff;
	}	

.ope_dercos_worksforme .obj_prod-bloc.formulation .obj_carrousel{margin:40px auto 80px;}


/* obj_articles */
.obj_articles{
	margin:auto auto 50px;
	max-width:400px;
	}
.obj_articles .title_string{
	margin-bottom:0;
	}
.obj_articles .item{
	padding:0 15px;
	}
.obj_articles .obj_carrousel .nav .prev{left:0;}
.obj_articles .obj_carrousel .nav .next{right:0;}
.obj_articles .obj_article{
	max-width:calc(100vw - 50px);
    margin:30px auto 0 auto;
	}
.obj_articles .obj_article figure{
	display:block;
	}
.obj_articles .obj_article img{
	display:block;
    max-width:100%; height:auto;
	}
.obj_articles .obj_article .ctn_txt{
	padding:35px 40px 45px;
    background:#fff;
	}
.obj_articles .obj_article h3{
	margin:0 0 5px;
    font-size:1.75em;
	line-height:1.05555em;
	font-weight:600;
	}
.obj_articles .obj_article p{
	font-size:0.9375em;
    line-height:1.6em;
	}
.obj_articles .obj_article .ctn_btn{
	margin:25px 0 0;
	}

@media screen and (min-width:768px) {
    .obj_articles{
	    max-width:640px;
	    }
    .obj_articles .obj_article{
	    max-width:365px;
	    }
    .obj_articles .obj_carrousel .nav .prev{left:auto; right:100%;}
    .obj_articles .obj_carrousel .nav .next{right:auto; left:100%;}
}
@media screen and (min-width:980px) {
    .obj_articles{
	    max-width:1210px;
	    }
}

/* BANNER */
.obj_banner{
	background:url('../images/v_banner-dercos-mobile.jpg') center top repeat-y;
	background-size:100% auto;
	position:relative;
	overflow:hidden;
	}
.obj_banner .logo img{
	max-width:100%;
	}	
/*	
.obj_banner .ctn_txt{
	position:absolute;
	z-index:1;
	top:50%; left:50%;
	text-align:center;
	transform:translate(-50%,-50%);
	}
*/
.obj_banner .ctn_txt{
	padding:50px 25px 25px;
	text-align:center;
	}
.obj_banner .ctn_txt .claim{
	font-size:1em;
	font-weight:400;
	letter-spacing:.08em;
	line-height:.9em;
	margin:0 0 12px;
	text-transform:uppercase;
	} 	
.obj_banner .ctn_txt .claim strong{
	font-size:1.825em;
	font-weight:600;
	letter-spacing: normal;
	}	
.obj_banner .ctn_txt .claim span{
	margin-left:5px;
	}	
.obj_banner .ctn_txt .title{
	display:inline-block;
	position:relative;
	margin:30px 0 32px;
	padding:0 20px;
	font:1.5em/1.68em 'Calibre';
	font-weight:100;
	color:#fff;
	background:rgba(191,7,9,0.6);
	}
.obj_banner .ctn_txt .title span{
	position:relative;
	z-index:1;
	}
.obj_banner .ctn_txt p{
	font-size:1.625em;
	font-weight:100;
	color:#fff;
	}
.obj_banner .ctn_txt p strong{
	font-weight:700;
	}	
.obj_banner .ctn_btn {
	padding:40px 0 0;
	}
.obj_banner .ctn_btn .button{
	border-color:#bf0709;
	}
.obj_banner .ctn_btn .button:hover{
	color:#bf0709;
	}
.obj_banner .ctn_btn .button .btn-bg{
	background-color:#bf0709;
	}
.obj_banner .mention{
	color:#fff;
	font-size:.8125em;
	line-height:1.2em;
	padding:0 25px 25px;
	text-align:center;
	}	

@media screen and (min-width:360px){
	.obj_banner .ctn_txt .title{
		font-size:2em;
		}
}	

@media screen and (min-width:641px){
	.obj_banner{
		background:url('../images/v_banner-dercos.jpg') center top no-repeat;
		background-size:auto;
	}
}

@media screen and (min-width:768px){
	.obj_banner .ctn_txt .title{
		font-size:3.125em;
		padding:0 30px;
		}
	.obj_banner .ctn_txt .title:before{
		height:104px;
		}
	.obj_banner .ctn_btn {
		padding-top:15px;
		}	
	.pg_product .obj_banner .ctn_btn {
		display:none;
		}
}

@media screen and (min-width:980px){
	.obj_banner {
		height:580px;
		}
	.obj_banner .ctn_txt{
		padding-top:150px;
		}
	.obj_banner .mention{
		bottom:-10px;
		position:absolute;
		width:100%;
		z-index:2;
		}	
}

/* BEFORE AFTER */
.obj_before-after {
	position : relative;
	display:block;
	margin:0 auto;
	}
.obj_before-after .ctn_figure {
	position : relative;
	width : 100%;
	height : auto;
	margin : 0 auto;
	z-index : 1;
	}

.obj_before-after figure {
	width : 100%;
	height : auto;
	overflow : hidden;
	z-index : 1;
	}
.obj_before-after figure + figure { 
	position:  absolute;
	top:0; left:0;
	width : 0;
	height : 100%;
	}
.obj_before-after figure + figure:before,
.obj_before-after figure + figure:after { 
	display:block; content:'';
    position:  absolute;
	right:0;
	width : 0;
	height : calc(67% - 64px);
    z-index:1;
	border-right:3px solid rgba(228,228,228,.3);
	}
.obj_before-after figure + figure:before{ 
	top:0;
	}
.obj_before-after figure + figure:after { 
	bottom:0;
	}

.obj_before-after figure img {
	display:block;
	width : auto;
	max-width : 100%;
	}
.obj_before-after figure + figure img { 
	position:absolute;
	left:0;
	max-height : 100%;
	max-width : none !important;
	display:block;
	}

.obj_before-after .ctn_slider { 
	position:absolute;
	top:0; left:0; bottom:0; right:0;
	z-index:10;
	}

.obj_before-after .slider {
	position:absolute;
	top:0; left:0; bottom:0; right:0;
	}

.obj_before-after .ui-slider {
	position : relative;
	height : 100%;
	overflow : hidden;
	}

.obj_before-after .ui-slider-handle {
	position : absolute;
	width : 64px; 
	height : 64px; 
	margin : -32px 0 0 -32px;
	border-radius:50%;
	background : rgba(228,228,228,.3);
	outline:none;
	}
.obj_before-after .ui-slider-horizontal .ui-state-default {
	top : 50%;
	/*right : 0*/
	}
.obj_before-after .ui-slider-handle span{
	display:block;
	position:absolute;
	top:50%; left:50%;
	}
.obj_before-after .ui-slider-handle:before,
.obj_before-after .ui-slider-handle:after{
	display:block; content:"";
	width:10px; height:10px;
	position:absolute; top:50%; left:50%;
	-webkit-transform-origin:center center;
		-ms-transform-origin:center center;
			transform-origin:center center;
	-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
			transform:rotate(45deg);
	}
.obj_before-after .ui-slider-handle:before{
	margin:-5px 0 0 -15px;
	border-bottom:3px solid #fff;
	border-left:3px solid #fff;
	}
.obj_before-after .ui-slider-handle:after{
	margin:-5px 0 0 0px;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	}
	
/* FILTERS */
.obj_filters{
	padding:20px 10px 20px;
	text-align:center;
	background:#e4e4e4;
	}
.obj_filters .btn_filters{
	display:block;
	margin:0 auto 10px;
	border:1px solid #bcbcbc;
	width:40px; height:40px;
	background:url('../images/btn_filters.png') no-repeat center center;
	}
.ctn_filters .btn_close{
	margin:15px auto 0;
	width:40px; height:40px;
	position:relative;
	}
.ctn_filters .btn_close:before,
.ctn_filters .btn_close:after{
	display:block; content:'';
	position:absolute;
	top:50%; left:50%;
	background:#1d1d1b;
	transform:rotate(45deg);
	}
.ctn_filters .btn_close:before{
	width:14px; height:2px;
	margin:-1px 0 0 -7px;
	}
.ctn_filters .btn_close:after{
	width:2px; height:14px;
	margin:-7px 0 0 -1px;
	}
.obj_filters p{
	font-weight:100;
	}
.ctn_filters{
	display:none;
	text-align:center;
	padding:0 30px;
	}
.ctn_filters p{
	margin:0 0 30px;
	font-size:1.125em;
	line-height:1.16em;
	font-weight:100;
	}
.ctn_filters.opened{
	display:block;
	position:fixed;
	top:0; left:0; right:0; height:100%;
	z-index:2000;
	background:#e4e4e4;
	}
.form.filters{
	margin:0 auto;
	width:100%;
	max-width:1180px;
	display:table;
	}
.form.filters .container{
	margin:0 0 10px;
	}
.form.filters .container > span{
	display:block; width:100%;
	min-width:180px;
	text-align:left;
	}
.form.filters .container.select{
	padding:0 5px;
	}
.form.filters .container.select [role="combobox"]{
	padding-right:2em;
	border-color:#c5c5c5;
	font-size:1em;
	}
.form.filters .container.select [role="combobox"]:after{
	right:15px;
	}
.form.filters .container.radio{
	margin:0 0 20px;
	}
.form.filters .container.radio label{
	display:inline-block;
	font-size:0.9375em;
	color:#000;
	}
.form.filters .container.radio > label{
	color:#6f6f6f;
	}
.form.filters .container.radio .input-radio{
	display:inline-block;
	font-size:0.9375em;
	color:#000;
	margin:5px 0 5px 10px;
	}
.form.filters .container.radio [role="radio"]{
	width:20px; height:20px;
	margin-top:-5px;
	border-radius:0;
	border-color:#c5c5c5;
	}
.form.filters .container.radio [role="radio"]:after{
	width:14px; height:14px;
	margin:-7px 0 0 -7px;
	border-radius:0;
	background:#bf0709;
	}
.form.filters .ctn_btn{
	padding:10px 0 0;
	}
.form.filters .button{
	border-color:#bf0709;
	}
.form.filters .button:hover{
	color:#bf0709;
	}
.form.filters .button .btn-bg{
	background:#bf0709;
	}
.form.filters .button.reset{
	border-color:#c5c5c5;
	}
.form.filters .button.reset:hover{
	color:#c5c5c5;
	}
.form.filters .button.reset .btn-bg{
	background:#c5c5c5;
	}
	
@media screen and (min-width:768px){
	.obj_filters{
		padding:35px 0 55px;
		}
	.ctn_filters{
		display:block;
		padding:0;
		}
	.obj_filters .btn_filters{
		display:none;
		}
	.obj_filters p{
		margin:0 0 15px;
		font-size:1.625em;
		line-height:1.16em;
		}
	.form.filters > div{
		display:table-cell;
		vertical-align:middle;
		}
	.form.filters .container.radio{
		margin:0 0 10px;
		}
	.form.filters .ctn_btn{
		padding:0 0 0 20px;
		text-align:left;
		width:100px;
		}
    .form.filters .ctn_btn + .ctn_btn {
	    padding-left:10px;
	    }
}
	
	
/* MOSAIQUE */
.obj_list_tiles{
	position:relative;
	text-align:center;
	font-size:0;
	background:#232323;
	overflow:hidden;
	}
.obj_list_tiles:before{
	display:block; content:'';
	position:absolute;
	z-index:5;
	top:0; 
	left:50%;
	position:absolute;
	width: 0; height: 0;
	margin:0 0 0 -10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e4e4e4 transparent transparent transparent;
	}
.obj_list_tiles .ctn_list{
	position:relative;
	width:100%;
	/*left:50%;
	transform:translateX(-50%);*/
	}
.obj_tile{
	display:inline-block;
	position:relative;
	width:33.3333%; 
	height:0;
	padding-bottom:33.3333%;
	z-index:0;
	font-size:16px;
	}
.obj_tile.no_testimony {
	width:100%;
	}
.obj_tile.no_testimony p {
	line-height:1em;
    color:#fff;
    font-size:1em;
    padding: 10% 10% 0 10%;
	}
.obj_tile.open{
	z-index:10;
	}
.obj_tile .ctn_tile{
	position:absolute;
	width:100%; 
	height:100%;
	overflow:hidden;
	transition:all 0.2s;
	}
.obj_tile .pic{
	display:block;
	position:absolute;
	z-index:1;
	top:0; left:0;
	width:100%; 
	height:100%;
	overflow:hidden;
	transition:all 0.2s;
	cursor:pointer;
	}
.obj_tile.right .pic{
	right:0; left:auto;
	}
.obj_tile .pic:before{
	display:block; content:'';
	position:absolute;
	z-index:1;
	top:0; 
	left:0;
	width:100%; 
	height:100%;
	background:rgba(0,0,0,.5);
	transition:all 0.2s;
	}
.obj_tile.open .pic:before{
	opacity:0;
	}
.obj_tile .pic img{
	position:absolute;
	top:0; 
	left:0;
	overflow:hidden;
	transition:all 0.2s;
	max-width:100%;
	}
.obj_tile .detail{
	display:block;
	position:absolute;
	z-index:0;
	top:0; 
	right:0;
	width:192px; 
	height:192px;
	background:#bf0709;
	transition:all 0.2s;
	text-align:left;
	}
.obj_tile.right .detail{
	left:0; 
	right:auto;
	}
.obj_tile.open .detail{
	height:222px;
	opacity:1;
	}
.obj_tile .detail .txt{
	position:absolute;
	left:0; 
	bottom:0; 
	width:100%;
	padding:20px 20px 30px 35px;
	color:#fff;
	}
.obj_tile .detail .txt .title{
	font-size:1.625em;
	line-height: 0.769em;
	font-weight:100;
	}
.obj_tile .detail .txt p{
	margin:4px 0 0;
	}
.obj_tile .detail .txt strong{
	font-weight:700;
	}
.obj_tile .detail .ctn_btn{
	margin:25px 0 0;
	}

@media screen and (min-width:641px){
	/*.obj_list_tiles .ctn_list{ 
		width:768px; 
		}*/
	.obj_tile{
		width:192px; 
		height:192px;
		padding-bottom:0;
		}
	.obj_tile .pic{
		width:222px; 
		height:222px;
		}
}
@media screen and (min-width:768px){
	/*.obj_list_tiles .ctn_list{ 
		width:1152px;
		}*/
	.obj_tile.open .ctn_tile{
		position:absolute;
		width:414px; 
		height:222px;
		margin:-15px 0 0 -15px;
		}
	.obj_tile.right.open .ctn_tile{
		margin:-15px 0 0 -207px;
		}
	.obj_tile.open .pic:after{
		display:block; 
		content:'';
		width:80px; 
		height:12px;
		position:absolute;
		left:calc(100% + 2px); 
		top:20%;
		background:url(../images/v_deco-title.png) no-repeat center center / contain;
		transform:rotate(90deg);
		transform-origin:0 0;
		}
	.obj_tile.right.open .pic:after{
		right:80%; left:auto;
		top:40%;
		transform:rotate(90deg) scale(1,-1);
		transform-origin:center;
		}
    .obj_tile.no_testimony p {
	    line-height:192px;
	    padding: 0;
	    font-size: 1.5em;
	    }
}
@media screen and (min-width:1152px){
	/*.obj_list_tiles .ctn_list{ 
		width:1560px; 
		}*/
}
@media screen and (min-width:1560px){
	/*.obj_list_tiles .ctn_list{ 
		width:1920px; 
		}*/
}
	
/* POPIN */
.popin.dercosworksforme{
	padding-top:0;
	}
.popin.dercosworksforme p{
	font-size:1em;
	line-height:1.33333em;
	color:#000;
	}
.popin.dercosworksforme .title{
	width:50%;
	margin:0 0 5px;
	padding:25px 0 0;
	font-size:2.5em;
	line-height:1em;
	color:#bf0709;
	font-weight:100;
	}
.popin.dercosworksforme .subtitle{
	color:#bf0709;
	}
.popin.dercosworksforme hr{
	display:block; content:"";
	width:80px; height:12px;
	margin:13px 0 4px;
	border:none;
	background:url(../images/v_deco-title.png) no-repeat center center / contain;
	}
.popin.dercosworksforme strong{
	font-weight:600;
	}
.popin.dercosworksforme .col{
	position:relative;
	}
.popin.dercosworksforme .col.left{
	padding:65px 8% 30px;
	background:#e4e4e4;
	}
.popin.dercosworksforme .testimony{
	position:relative;
	}
.popin.dercosworksforme .testimony .pic{
	position:absolute;
	right:0; top:0;
	display:inline-block;
	width:50%;
	padding:0 0 0 8px;
	}
.popin.dercosworksforme .testimony .pic img{
	max-width:100%;
	}
.popin.dercosworksforme .testimony .txt{
	display:inline-block;
	}
.popin.dercosworksforme .txt .subtitle{
	width:50%;
	}
.popin.dercosworksforme .txt .subtitle + .subtitle{
	min-height:42px;
	}
.popin.dercosworksforme .testimony .cta-container{
	position:relative;
	display:inline-block;
	margin:0 0 30px;
	width:100%; text-align:right;
	}
.popin.dercosworksforme .testimony .button.naked{
	margin:0;
	padding:0 0 0 30px;
	color:#000000;
	}
.popin.dercosworksforme .testimony .button.naked .btn-bg{
	display:none;
	}
.popin.dercosworksforme .videos .col{
	padding:30px 0 0;
	}
.popin.dercosworksforme .videos img{
	display:block;
	max-width:100%;
	}
.popin.dercosworksforme .videos p{
	margin:0 0 10px;
	}
.popin.dercosworksforme .videos p em{
	font-style:italic;
    font-size:0.875em;
    color:#8c8c8c;
	}

.popin.dercosworksforme .videos .before_after{
	position: relative;
	height:0; padding-bottom:60.3%;
	}
.popin.dercosworksforme .videos .before_after img{
	position: absolute;
	top:0; left:0;
	width:100%; height:100%;
	}		
.videos .ctn_player{
	position: relative;
	max-width:315px;
	width:100%;
    overflow:hidden;
	height:0; padding-bottom:60.3%;
	background:rgba(0,0,0,.5);
	}	
.videos .ctn_player img{
	display:block;
    position:absolute;
    top:50%; left:50%;
	max-width:100%;
	height:auto;
            transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
	}
.videos .obj_player{
	position: absolute;
	top:0; left:0; width:100%; height:100%;
	cursor:pointer;
	}
.videos .obj_player::before,
.videos .obj_player::after,
.videos .before_after::before,
.videos .before_after::after {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	z-index:2;
	}
.videos .obj_player::before,
.videos .before_after::before {
	background:  rgba(228,228,228,.3);
	border-radius: 50%;
	height: 64px;
	margin: -32px 0 0 -32px;
	width: 64px;
	}
.videos .obj_player::after,
.videos .before_after::after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	margin: -10px 0 0 -6px;
	}
.videos .before_after::before,
.videos .before_after::after {
	opacity:0;
	transition:opacity 0.2s;
	}
.videos .before_after.play::before,
.videos .before_after.play::after {
	opacity:1;
	}
	
.popin.dercosworksforme .col.right{
	padding:30px;
	}
.popin.dercosworksforme .col.right .photo{
	padding:0 40px;
    background:none;
	}
.popin.dercosworksforme .col.right .subtitle{
	position:absolute;
	left:0; right:0;
	padding:1em 0 0;
	color:#000;
	text-align:center;
	z-index:1;
	}
.popin.dercosworksforme .col.right .product-card .product-name{color:#bf0709;}
.popin.dercosworksforme .col.right .product-card .rating{padding:0;}
.popin.dercosworksforme .col.right .product-card .button:hover{color:#bf0709;}
.popin.dercosworksforme .col.right .product-card .button .btn-bg{background-color:#bf0709;}

.popin.dercosworksforme .close{left:50%; right:auto; transform:translateX(-50%);}
.popin.dercosworksforme .close svg{fill:#1d223e;}

@media screen and (min-width:768px){
	.popin.dercosworksforme{
		display:table;
		width:100%;
		max-width:1170px;
		}
	.popin.dercosworksforme p{
		font-size:1.125em;
		}
	.popin.dercosworksforme .col{
		display:table-cell;
		vertical-align:middle;
		}
	.popin.dercosworksforme .col.left{
		width:70%;
		padding:6%;
		}
	.popin.dercosworksforme .testimony .pic{
		position:relative;
		right:auto;
		display:inline-block;
		float:left;
		width:28%;
		}
	.popin.dercosworksforme .testimony .txt{
		float:right;
		width:72%;
		padding:0 0 0 5.5%;
		}
	.popin.dercosworksforme .txt .subtitle{
		width:100%;
		}
    .popin.dercosworksforme .txt .subtitle + .subtitle{
	    min-height:0;
	    }
	.popin.dercosworksforme .title{
		width:75%;
		padding:0;
        margin:0 0 13px;
		font-size:2.75em;
		line-height:0.818em;
		}
	.popin.dercosworksforme .testimony .cta-container{
		position:absolute;
		top:0; right:0;
		margin:0;
		vertical-align:top;
		}
	.popin.dercosworksforme .testimony .button.naked{
		padding:10px 0 10px 30px;
		}
	.popin.dercosworksforme hr{
		margin:13px 0 20px;
		}
	.popin.dercosworksforme .col.right{
		width:30%;
		padding:0 0 10px;
		}
	.popin.dercosworksforme .videos{
		padding:40px 0 0;
		display:table;
		width:100%;
		}
	.popin.dercosworksforme .videos .col{
		padding:0 25px 0 0;
		width:50%;
		}
	.popin.dercosworksforme .videos .col:only-child{
		display:block;
        margin:0 auto;
		}
	.popin.dercosworksforme .videos .col + .col{
		padding:0 0 0 25px;
		}
	
	.popin.dercosworksforme .close{left:auto; right:25px; transform:none;}
	
}

/* BANNER - PAGE PRODUCT LIST */
.ope_dercos_worksforme .obj_intro-page .wording{
	left:50%;
	width:100%;
	text-align:center;
			transform:translate(-50%,-50%);
		-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	}
.ope_dercos_worksforme .obj_intro-page .range-name{margin:0;}
.ope_dercos_worksforme .obj_intro-page .range-subtitle{
	position:relative;
	display:inline-block;
	margin:30px 0 32px;
	padding:0 20px;
	font:2em/1.68em 'Calibre';
	font-weight:100;
	color:#fff;
	background:rgba(191,7,9,0.6);
	}
/*
.ope_dercos_worksforme .obj_intro-page .range-subtitle:before{
	display:block; content:"";
	position:absolute;
	top:0; left:0;
	width:100%; height:72px;
	background:url(../images/v_vichy.png) no-repeat center center / contain;
	z-index:0;
	}
*/
.ope_dercos_worksforme .obj_intro-page .range-subtitle span{
	position:relative;
	z-index:1;
	}
.ope_dercos_worksforme .obj_intro-page .range-description{
	font-size: 1.625em;
	font-weight: 100;
	color: #fff;
	}
	
@media screen and (min-width:768px){
	.ope_dercos_worksforme .obj_intro-page .range-subtitle{
		font-size:3.125em;
		padding:0 30px;
		}
	.ope_dercos_worksforme .obj_intro-page .range-subtitle:before{
		height:104px;
		}
}

/* PRODUCT CARD - PAGE PRODUCT LIST */
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony{
	background:#e4e4e4;
	padding:0 0 100px;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .header{
	display:table; width:100%;
	padding:0 0 20px;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .header > *{
	display:table-cell; width:50%;
	vertical-align:bottom;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .photo{
	padding:0 0 0 10px;
	background:none;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-head{
	padding:0 0 0 5%;
	text-align:left;
	color:#bf0709;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-head:after{
	display:block; content:"";
	width:80px; height:12px;
	margin:15px 0 0;
	border:none;
	background:url(../images/v_deco-title.png) no-repeat center center / contain;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-head h2{
	font-size:1.75em;
	font-weight:100;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-head p{
	font-size:1em;
	line-height:1.222em;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-desc{
	padding:0 5%;
	font-size:1em;
	color:#000;
	text-align:left;
	line-height:1.3125em;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-desc strong{
	font-weight:700;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .cta-container{
	position:absolute;
	bottom:0; left:0;
	width:100%;
	}
.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .cta-container a{
	display:inline-block;
	width:auto;
	}
	
@media screen and (min-width:768px){
	.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-head{
		padding:0 0 0 10%;
		}
	.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-head h2{
		font-size:2.5em;
		}
	.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-head p{
		font-size:1.125em;
		}
	.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .photo{
		padding:0;
		}
	.ope_dercos_worksforme .obj_products-list li.product-card.dercos-testimony .txt-desc{
		padding:0 10%;
		}
}

/* BLOC TESTIMONY - PAGE PRODUCT */
.obj_prod-bloc .ctn_testimony.dercosworksforme{
	max-width: 1170px;
	margin:0 auto;
	padding:0 20px;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .head{
	padding:5% 6%;
	background: #fff;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt h3{
	font-size:1.125em;
	line-height:1.1818em;
	font-weight:700;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p{
	font-size:1.125em;
	line-height:1.1818em;
	font-weight:100;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme strong{
	font-weight:700;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container{
	margin:20px 0 0;
	}


.obj_prod-bloc .ctn_testimony.dercosworksforme .article{
	padding:6%;
	display:table;
    box-sizing:border-box !important;
	width:100%;
	background: #e4e4e4;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	overflow:hidden;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .article .txt{
	width:50%; float:left;
	padding:0 10px 0 0;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	display:block;
	width:80px; height:12px;
	margin:25px 0 22px;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .title{
	font-size:2.25em;
	font-weight:100;
	line-height:1em;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .subtitle{
	font-size:1em;
	line-height:1.3333em;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .pic{
	max-width:190px;
	width:50%;
	max-height:190px;
	display:inline-block;
	float:right;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .pic img{
	max-width:100%;
	height:auto;
	display:block;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos{
	clear:both;
	margin:20px 0 0;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos p{
	margin:0 0 24px;
	font-size:1.125em;
	line-height:1.3333em;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos > p{
	max-width:570px;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos p em{
	font-style: italic;
	font-size: 0.875em;
	color: #8c8c8c;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos .col p{
	margin:0 0 10px;
	}
.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos .col + .col{
	padding:20px 0 0 0;
	}
	
/* theme-dercos-aminexilpro */
.theme-dercos-aminexilpro .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#bf0709;
	}
.theme-dercos-aminexilpro .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#bf0709;
	}
.theme-dercos-aminexilpro .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-aminexilpro .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#bf0709;
	}
.theme-dercos-aminexilpro .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#bf0709;
	}
.theme-dercos-aminexilpro .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#bf0709;
	}

/* theme-dercos-antipelliculaire */
.theme-dercos-antipelliculaire .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#51b575;
	}
.theme-dercos-antipelliculaire .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#51b575;
	}
.theme-dercos-antipelliculaire .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-antipelliculaire .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#51b575;
	}
.theme-dercos-antipelliculaire .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#51b575;
	}
.theme-dercos-antipelliculaire .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#51b575;
	}
/* theme-dercos-energisant */
.theme-dercos-energisant .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#bf0709;
	}
.theme-dercos-energisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#bf0709;
	}
.theme-dercos-energisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-energisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#bf0709;
	}
.theme-dercos-energisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#bf0709;
	}
.theme-dercos-energisant .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#bf0709;
	}
/* theme-dercos-neogenic */
.theme-dercos-neogenic .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#a287c3;
	}
.theme-dercos-neogenic .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#a287c3;
	}
.theme-dercos-neogenic .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-neogenic .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#a287c3;
	}
.theme-dercos-neogenic .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#a287c3;
	}
.theme-dercos-neogenic .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#a287c3;
	}
	
/* theme-dercos-mineraldoux */
.theme-dercos-mineraldoux .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#8eb5de;
	}
.theme-dercos-mineraldoux .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#8eb5de;
	}
.theme-dercos-mineraldoux .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-mineraldoux .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#8eb5de;
	}
.theme-dercos-mineraldoux .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#8eb5de;
	}
.theme-dercos-mineraldoux .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#8eb5de;
	}
	
/* theme-dercos-nutrireparateur */
.theme-dercos-nutrireparateur .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#d3b182;
	}
.theme-dercos-nutrireparateur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#d3b182;
	}
.theme-dercos-nutrireparateur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-nutrireparateur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#d3b182;
	}
.theme-dercos-nutrireparateur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#d3b182;
	}
.theme-dercos-nutrireparateur .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#d3b182;
	}
	
/* theme-dercos-sebocorrecteur */
.theme-dercos-sebocorrecteur .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#4abbab;
	}
.theme-dercos-sebocorrecteur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#4abbab;
	}
.theme-dercos-sebocorrecteur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-sebocorrecteur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#4abbab;
	}
.theme-dercos-sebocorrecteur .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#4abbab;
	}
.theme-dercos-sebocorrecteur .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#4abbab;
	}

/* theme-dercos-ultraapaisant */
.theme-dercos-ultraapaisant .obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
	color:#209cc8;
	}
.theme-dercos-ultraapaisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button{
	border-color:#209cc8;
	}
.theme-dercos-ultraapaisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p strong,
.theme-dercos-ultraapaisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button:hover{
	color:#209cc8;
	}
.theme-dercos-ultraapaisant .obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container .button .btn-bg{
	background:#209cc8;
	}
.theme-dercos-ultraapaisant .obj_prod-bloc .ctn_testimony.dercosworksforme .article svg{
	fill:#209cc8;
	}

@media screen and (min-width:768px){
	
	.obj_prod-bloc .ctn_testimony.dercosworksforme{
		padding:0;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .head{
		display:table;
		width:100%;
        box-sizing:border-box !important;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt{
		display:table-cell;
		vertical-align:bottom;
		padding:0 20px 0 0;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt h3,
	.obj_prod-bloc .ctn_testimony.dercosworksforme .head .txt p{
		font-size:1.375em;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .head .cta-container{
		display:table-cell;
		vertical-align:bottom;
		text-align:right;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .article .txt{
		width:100%; float:none;
		padding:0;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .title{
		font-size:3.75em;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .subtitle{
		font-size:1.125em;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .pic{
		width:100%;
		display:block;
		float:none;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .table{
		display:table;
		width:100%;
		vertical-align:bottom;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .col{
		display:table-cell;
		width:50%;
		vertical-align:bottom;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .col.testimony{
		width:34%;
		padding-right:5%;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos{
		width:66%;
		margin:0;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos .col{
		padding:0 25px 0 0;
		vertical-align:top;
		}
	.obj_prod-bloc .ctn_testimony.dercosworksforme .col.videos .col + .col{
		padding:0 0 0 25px;
		}
}



/*  FORMULAIRE  */

#form_hair_contact {
    position: relative;
    }
#form_hair_contact:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 0 0 -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #616161 transparent transparent transparent;
    }

.pg_form_hair_contact .obj_intro {
    margin: 0 auto;
    max-width: 1170px;
    padding: 50px 50px 40px;
    text-align: center;
    }

.pg_form_hair_contact .bloc-title{
    position: relative;
    padding: 0.5em 0 1em 0;
    font-weight: 600;
    text-align: center;
    color: #1c213f;
    font-size: 1.5em;
    }
.pg_form_hair_contact .ctn_intro p.text-content{
    font-size: 1.625em;
    font-weight: 100;
    line-height: 1.16em;
    }
.pg_form_hair_contact .text-content strong{
    font-weight: 600;
    }
.pg_form_hair_contact .ctn_intro p{
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.266666em;
    }
.pg_form_hair_contact .dercos-works-for-me p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px;
    line-height: 1.266666em;
    }

.pg_form_hair_contact .form .col {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    }
.pg_form_hair_contact .form .col .t_title-surtitle {
    display: inline-block;
    margin: 60px auto 40px auto;
    padding: 0 55px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #0a0a0a;
    position: relative;
    }
.pg_form_hair_contact .form .col .t_title-surtitle:before,
.pg_form_hair_contact .form .col .t_title-surtitle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 39px;
    height: 1px;
    margin-top: -1px;
    background: #0a0a0a;
    }
.pg_form_hair_contact .form .col .t_title-surtitle:after {
    left: auto;
    right: 0;
    }
.pg_form_hair_contact .form .col .t_title-surtitle:first-child { margin-top: 0; }

.pg_form_hair_contact .form .input-line {
    width: 100%;
    max-width: inherit;
    margin-bottom: 0;
    text-align: left;
    margin-top: 20px;
    }

.pg_form_hair_contact .form.dwfm_form .t_title-surtitle + .input-line {
    margin-top: 0;
    }

.pg_form_hair_contact .form.dwfm_form .input-line .label-container {
    font-size: 16px;
    color: #494949;
    }
.pg_form_hair_contact .form.dwfm_form .input-line .label-container {
    width: 100%;
    margin-bottom: 15px;
    } 
.pg_form_hair_contact .form.dwfm_form .input-line .label-container .label {
    font-weight: 700;
    font-size: 16px;
    color: #494949;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

.pg_form_hair_contact input[type="checkbox"] ~ label,
.pg_form_hair_contact input[type="radio"] ~ label,
.pg_form_hair_contact input[type="hidden"] ~ label {
    color: #494949;
    }

.pg_form_hair_contact .form.dwfm_form .input-line .input-container.textarea {
    width: 100%;
    }


.pg_form_hair_contact .form .input-line p{
    color: #000000;
    font-size: 16px;
    }


/*UPLOAD*/
    
.pg_form_hair_contact .form .ctn_upload_dwfm_form .input-line.picture-container {
    margin-top: 0;
    }
.pg_form_hair_contact .form .ctn_upload_dwfm_form .input-line.picture-container .label-container {
    width: 100%;
    text-align: left;
    color: black;
}

.pg_form_hair_contact .container_photos_dwfm iframe.upload {
    max-width: calc(100%/4);
    min-height: 190px;
    }

.pg_form_hair_contact .container_photos_dwfm {
    position: relative;
    background-color: #f7f7f8;
    padding: 30px 20px 10px;
    margin-bottom: 30px;
    }

.pg_form_hair_contact .contact_info .input-container {
    width: 100%;
    padding-bottom: 10px;
    }

.pg_form_hair_contact .col.form_coordonnees > .obj_col {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
    }
.pg_form_hair_contact .col.form_coordonnees > .obj_col:last-child {
    padding: 0;
    }
.pg_form_hair_contact .col.form_coordonnees .input-line {
    margin-bottom: 10px;
    }
.pg_form_hair_contact .col.form_coordonnees .input-line .input-container {
    width: 100%;
    }

.pg_form_hair_contact .col.form_coordonnees .input-line .input-container.postalCode { width: 40%; padding-right: 10px; }
.pg_form_hair_contact .col.form_coordonnees .input-line .input-container.contactCity { width: 60%; }

.pg_form_hair_contact .input-line.checkbox-container {
    width: 100%;
    max-width: inherit;
    margin-bottom: 0;
    text-align: left;
    margin-top: 30px;
    }
.pg_form_hair_contact .input-line.checkbox-container .input-container { width: 100%; }
.pg_form_hair_contact .input-line.checkbox-container .input-container > div {
    margin-bottom: 5px;
    }
.pg_form_hair_contact .input-line.checkbox-container .input-container .checkbox-inline-terms label{
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    color: #666666;
    display: inline-block;
    width: calc(100% - 30px);
    }

.pg_form_hair_contact .input-line.checkbox-container .input-container .checkbox-inline-terms span[role="checkbox"] {
    width: 20px;
    float: left;
    height: 20px;
    border: 1px solid #dedede;
    margin-right: 10px;
    }

.pg_form_hair_contact .input-line.checkbox-container .input-container .checkbox-inline-terms input:checked + span[role] {
    border-color: #dedede;
    }
.pg_form_hair_contact .input-line.checkbox-container .input-container .checkbox-inline-terms input:checked + span[role="checkbox"]::after {
    background-color: #bf0709;
    }

.pg_form_hair_contact .dercos-works-for-me .mentions,
.pg_form_hair_contact .dercos-works-for-me .ctnAOX_msgError {
    color: #494949;
    font-size: 13px;
    margin: 10px 0 0;
    font-family: "Calibre";
    font-weight: 400;
    
}

.pg_form_hair_contact .form .recaptcha {
    text-align: center;
    }
.pg_form_hair_contact .ctnAOX_msgError p{
    color: #cc0000;
    font-family: "Calibre";
    font-weight: 400;
    font-size: 15px;
    }
.pg_form_hair_contact .form .input-line .missing-content-alert {
    margin-left: 0;
    }


/*UPLOAD*/
.container_photos_dwfm .obj_picture-preview{
    display:inline-block;
    line-height:normal;
    text-align:center;
    vertical-align:center;
    width: calc(100% / 4);
}

.container_photos_dwfm .obj_picture-preview .drop-zone{
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto 5px;
    overflow: hidden;
    position: relative;
    width: 100px;
    background: url(../images/v_avatar-f.png) no-repeat center center;
    cursor: pointer;
}

.container_photos_dwfm .obj_picture-preview .drop-zone::after,
.container_photos_dwfm .obj_picture-preview .drop-zone::before {
    background: #1c213f;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    }
.container_photos_dwfm .obj_picture-preview .drop-zone::before {
    height: 16px;
    background: #494949;
    margin: -8px 0 0 -1px;
    width: 2px;
    }
.container_photos_dwfm .obj_picture-preview .drop-zone::after {
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #494949;
    width: 16px;
    }    


.container_photos_dwfm .obj_picture-preview .drop-zone img{
    left:50%;
    position:absolute;
    top:50%;
    transform:translate(-50%, -50%);
}

.container_photos_dwfm .obj_picture-preview .drop-zone .portrait{
    width:100%;
}

.container_photos_dwfm .obj_picture-preview .drop-zone .landscape{
    height:100%;
}

.container_photos_dwfm .obj_picture-preview button{
    opacity:0;
    transition:opacity .25s;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 11px 15px 11px 31px;
    font-weight: 700;
    border: 1px solid #dddddd;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    color: #494949;
    z-index: 1;
}
.container_photos_dwfm .obj_picture-preview button::after,
.container_photos_dwfm .obj_picture-preview button::before {
    background: #bf0709;
    content: "";
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
    left: 10px;
}
.container_photos_dwfm .obj_picture-preview button::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* img-preview-is-ready */
.container_photos_dwfm .obj_picture-preview.is-ready input{
    display:none;
}

/* has-preview */
.container_photos_dwfm .obj_picture-preview.has-preview button{ opacity:1; }

/* has-error */
.container_photos_dwfm .obj_picture-preview.has-error p{
    display:block;
}

.pg_form_hair_contact.pg_form_hair_result {
    text-align: center;
    }
.pg_form_hair_contact.pg_form_hair_result h2{
    color: #000;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    }
.pg_form_hair_contact.pg_form_hair_result p.text-content{
    margin-bottom: 30px;
    }
.pg_form_hair_contact.pg_form_hair_result .ctn_btn .button{ font-size: 0.9375em; }



@media screen and (min-width: 980px) {
}

@media screen and (max-width: 980px) {
    .pg_form_hair_contact .page-container > .basic-content.white {
        padding: 25px;
        }
    .container_photos_dwfm .obj_picture-preview{
        width: 100%;
        }
    .pg_form_hair_contact .form.dwfm_form .input-line .input-container.postalCode,
    .pg_form_hair_contact .form.dwfm_form .input-line .input-container.contactCity{
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        }   
    .pg_form_hair_contact .col.form_coordonnees .input-line .input-container.contactCity { width: calc(60% - 4px); }
    .pg_form_hair_contact .col.form_coordonnees .input-line .input-container.postalCode { padding-right: 0px; }
}


.ctn_upload_dwfm_form p.t_mentions{
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
    text-align: left;
    margin: 0;
    color: #666666;
    font-weight: normal;
    }

.pg_form_hair_contact .checkbox-inline-terms .ctn_gdpr label { line-height: 16px; margin-top: 5px; }
.pg_form_hair_contact .ctn_gdpr span[role=checkbox]~.label, .pg_form_hair_contact .ctn_gdpr span[role=checkbox]~label { padding-left: 30px; }
.pg_form_hair_contact .ctn_gdpr { margin: 20px 0; }
.pg_form_hair_contact .button.has-border { margin-top: 20px; }

.ctn_upload_dwfm_form .container_photos_dwfm .obj_picture-preview.error .drop-zone { border: 1px solid #e80000!important; }
.ctn_upload_dwfm_form .container_photos_dwfm .obj_picture-preview.error .drop-zone::before, .ctn_upload_dwfm_form .container_photos_dwfm .obj_picture-preview.error .drop-zone::after { background: #e80000!important; }

