@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Patua+One');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');

/**
head
*/

#serv_head{
padding:0;
margin:0;
max-width:100%;
margin:0;
background-color:#2b3990;
background-image:url(img/hdr_subs_bot.png), url(img/srv_head_intro.jpg);
background-repeat:repeat-x, repeat;
background-position:top, 0 0;
background-attachment:scroll, fixed;
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {

	#serv_head{
	background-image:url(img/hdr_subs_bot.png), url(img/srv_head_intro_75.jpg);
	}
}


#serv_head div.head_in{
padding:20px 0;
margin:0;
max-width:1000px;
margin:0 auto;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	#serv_head div.head_in{
	width:auto;
	margin:0 10px; 
	}
}


/*
breadcrumbs
*/

#serv_head div.bcrumbs{
padding:0 0 20px 0;
margin:0;
color:#777;
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 50px) {

	#serv_head div.bcrumbs{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
	scrollbar-width: none; 
	-ms-overflow-style: none;
	}
}


#serv_head div.bcrumbs a, #serv_head div.bcrumbs a:visited{
font-size:11px;
margin:0 2px;
font-weight:normal;
color:#fff;
text-decoration:underline;
white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#serv_head div.bcrumbs a:hover{
text-decoration:none;
color:#aaa;
}

#serv_head div.bcrumbs span.current{
font-size:11px;
margin:0 2px;
font-weight:normal;
color:#fff;
white-space:nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

#serv_head div.bcrumbs span.sepi{
font-size:11px;
margin:0 2px;
font-weight:normal;
color:#aaa;
text-decoration:none;
}

/*
srv head table
*/

#serv_head div.head_tab{
width:100%;
}

#serv_head div.head_tab{
display:table;
width:100%; 
margin:0 auto;
}

#serv_head div.head_tab div.head_tab_rw{
display:table-row;
}

#serv_head div.head_tab div.bar_tabl_cnt{
display:table-cell;
vertical-align:top;
padding:0 10px 0 0;
}

#serv_head div.head_tab div.bar_tabl_svg{
width:225px;
display:table-cell;
vertical-align: middle;
}

#serv_head div.head_tab div.bar_tabl_svg div.img_svg{ 
display:inline-block;
width:100%;
height:225px;
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
}

#serv_head div.head_tab div.bar_tabl_svg div.vid_tb{ 
display:block;
padding:0;
margin:10px auto 0;
padding:0;
text-decoration:none;
}

#serv_head div.head_tab div.bar_tabl_svg a.vid_lnk,
#serv_head div.head_tab div.bar_tabl_svg a.vid_lnk:visited{ 
display:table;
width:auto;
margin:0 auto 0;
padding:0;
text-decoration:none;
}

#serv_head div.head_tab div.bar_tabl_svg a.vid_lnk div.vid_rw{ 
display:table-row;
}

#serv_head div.head_tab div.bar_tabl_svg a.vid_lnk div.vid_ic{ 
display:table-cell;
background-image:url(img/play.png);
background-repeat:no-repeat;
background-position:0 center;
width:35px;
padding:0;
}

#serv_head div.head_tab div.bar_tabl_svg a.vid_lnk:hover div.vid_ic{ 
background-image:url(img/play_o.png);
}

#serv_head div.head_tab div.bar_tabl_svg a.vid_lnk div.vid_txt{ 
display:table-cell;
vertical-align: middle;
text-align:left;
font-family:'PT Sans',sans-serif;
font-size:14px;
line-height:100%;
font-weight:normal;
color:#fff;
text-decoration:none;
padding:0;
margin:0;
}

#serv_head div.head_tab div.bar_tabl_svg a.vid_lnk:hover div.vid_txt{
color:#d1e3f0;
text-decoration:underline;
}

#serv_head div.head_tab div.bar_tabl_svg div.pre_load_vid_ic{
background-image:url(img/play_o.png);
width:0;
height:0;
background-position:-1000px -1000px;
}


@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

	#serv_head div.head_tab{
	display:block;
	}

	#serv_head div.head_tab div.head_tab_rw{
	display:block;
	}

	#serv_head div.head_tab div.bar_tabl_cnt{
	display:block;
	}

	#serv_head div.head_tab div.bar_tabl_svg{
	width:100%;
	display:block;
	margin:0;
	}

	#serv_head div.head_tab div.bar_tabl_svg div.vid_tb{ 
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #666;
	}

	#serv_head div.head_tab h1{
	text-align:center;
	}
	
	#serv_head div.head_tab h3{
	text-align:center;
	}
	
	#serv_head div.head_tab div.bar_tabl_svg br{content:'  ';}

	#serv_head div.head_tab div.bar_tabl_svg div.img_svg{
	display:none
	}
}

#serv_head div.head_tab div.bar_tabl_vid{
display:table-cell;
vertical-align:top;
}

@media only screen and (max-width: 750px), only screen and (max-device-width: 750px) {

	#serv_head div.head_tab div.bar_tabl_vid{
	display:none;
	}
}

/*
srv head content
*/

#serv_head div.head_tab h1{
color:#fff;
padding:0;
margin:0 0 5px 0;
font-family:'Patua One',serif;
font-size:36px;
font-weight:normal;
line-height:115%;
}

#serv_head div.head_tab h1 div.srv_tlt{
display:none;
}

#serv_head div.head_tab h3{
padding:0;
margin:0 0 25px 0;
font-family:'PT Sans',sans-serif;
font-size:18px;
color:#fff;
line-height:135%;
font-weight:normal;
}

#serv_head div.head_tab h3:last-child{
margin-bottom:0;
}

#serv_head div.head_tab h3 p:first-child{
margin-top:0;
}

#serv_head div.head_tab h3 p:last-child{
margin-bottom:0;
}

#serv_head div.head_tab hr.hd_grp{
border:0;
border-top: 1px solid #666;
padding:0;
margin:9px 0;
}

#serv_head div.head_tab h3 a, 
#serv_head div.head_tab H3 a:visited{
font-weight:normal;
color:#fff;
margin:0 0 0 2px;
text-decoration:underline;
}

#serv_head div.head_tab h3 a:hover{
text-decoration:none;
color:#aaa;
}

#serv_head div.head_tab div.intro{
margin:0;
padding:0;
font-size:20px;
color:#fff;
font-weight:normal;
}

#serv_head div.head_tab div.intro p{
font-family:'Patua One',serif;
margin:0;
padding:0 0 10px;
font-size:22px;
line-height:145%;
color:#fff;
font-weight:normal;
}

#serv_head div.head_tab div.intro ol {
counter-reset:my-awesome-counter;
list-style:none;
padding-left:40px;
margin:0;
}

#serv_head div.head_tab div.intro ol li {
margin:0 0 9px 0;
counter-increment:my-awesome-counter;
position:relative;
font-family:'Patua One',serif;
font-size:20px;
line-height:26px;
}

#serv_head div.head_tab div.intro ol li::before {
content:counter(my-awesome-counter);
color:#2b3990;
font-size:17px;
position:absolute;
--size:26px;
left:-40px;
left:calc(-1 * var(--size) - 14px);
line-height:26px;
width:26px;
height:26px;
line-height:var(--size);
width:var(--size);
height:var(--size);
top:0;
background:#fff;
border-radius:50%;
text-align:center;
font-family:'Patua One',serif;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

	#serv_head div.head_tab h1{
	font-size:30px;
	}

	#serv_head div.head_tab h1 div.srv_tlt{
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 10px 0 0;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:contain;
   	}
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {

	#serv_head div.head_tab h1{
	font-size:24px;
	}

	#serv_head div.head_tab h1 div.srv_tlt{
	width:32px;
	height:32px;
	margin:0 10px 0 0;
    	}

	#serv_head div.head_tab div.intro p{
	font-size:18px;
	}
	
	#serv_head div.head_tab div.intro ol {
	padding-left:36px;
	}
	
	#serv_head div.head_tab div.intro ol li {
	margin-bottom:5px;
	font-size:18px;
	line-height:24px;
	}
	
	#serv_head div.head_tab div.intro ol li::before {
	left:-36px;
	font-size:14px;
	--size:24px;
	line-height:24px;
	width:24px;
	height:24px;
	}
}

@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {

	#serv_head div.head_tab h3{
	margin:0 0 20px 0;
	font-size:16px;
	}

	#serv_head div.head_tab div.intro p{
	font-size:16px;
	}
	
	#serv_head div.head_tab div.intro ol {
	padding-left:32px;
	}

	#serv_head div.head_tab div.intro ol li {
	margin-bottom:4px;
	font-size:16px;
	line-height:22px;
	}
	
	#serv_head div.head_tab div.intro ol li::before {
	left:-32px;
	font-size:12px;
	--size:22px;
	line-height:22px;
	width:22px;
	height:22px;
	}
}


/*
srv head video
*/

#serv_head div.video-container {
position:relative;
padding-bottom:56.25%;
padding-top:0;
height:0;
overflow:hidden;
}

#serv_head div.video-container iframe,
#serv_head div.video-container object,
#serv_head div.video-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/*****
price bar
*/

#srv_price_cons{
padding:15px 0;
margin:0;
max-width:100%;
background-color:#ffe7b6;
}

#srv_price_cons div.srv_price_cons_in{
max-width:1000px;
margin:0 auto;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width:1024px) {

	#srv_price_cons div.srv_price_cons_in{
	max-width:auto;
	margin:0 15px; 
	}
}

#srv_price_cons div.srv_price_cons_in2{
padding:30px 30px 30px 168px;
margin:0;
border:5px solid #FF6600;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
background-color:#fff;
text-align:left;
font-family:'Patua One',serif;
font-size:18px;
color:#777;
min-height:110px;
background-image:url(img/cone.gif);
background-repeat:no-repeat;
background-position:20px center;
}

#srv_price_cons div.srv_price_cons_in p{
padding:0;
margin:15px 0;
}

#srv_price_cons div.srv_price_cons_in p:first-child{
margin-top:0;
}

#srv_price_cons div.srv_price_cons_in p:last-child{
margin-bottom:0;
}

#srv_price{
padding:10px 0;
margin:0;
max-width:100%;
margin:0;
background-color:#d1e3f0;
}

#srv_price div.srv_price_tb{
padding:0;
display:table;
width:1000px; 
margin:0 auto;
}

#srv_price div.srv_price_rw{
display:table-row;
}

#srv_price div.fade_cl{
display:table-cell;
vertical-align:top;
background-color:#d1e3f0;
background:-webkit-linear-gradient(to right, #d1e3f0, #fff);
background:-o-linear-gradient(to right, #d1e3f0, #fff);
background:-moz-linear-gradient(to right, #d1e3f0, #fff);
background:linear-gradient(to right, #d1e3f0, #fff);
}

#srv_price div.sub_discount{
font-size:16px;
font-weight:bold;
line-height:120%;
vertical-align:top;
margin:0;
width:1000px; 
margin:0 auto 5px;
padding:0;
font-family:'Patua One',serif;
color:#182c85;
font-weight:normal;
}



/*********************
 New price 
 *********************/

#srv_price div.pric_cl{
display:table-cell;
padding:0;
vertical-align:middle;
font-family:'Patua One',serif;
font-size:75px;
color:#1c75bb;
line-height:100%;
width:1%;
white-space:nowrap;
}

#srv_price div.pric_cl span.start_frm{
font-family:'PT Sans',sans-serif;
font-size:12px;
line-height:100%;
color:#555;
margin:0 12px 0 0;
display:inline-block;
vertical-align:30px;
text-align:left;
}

#srv_price div.pric_cl.ntrz_pr div.strt_frm{
display:block;
font-size: 10px;
color:#555;
font-family:'PT Sans',sans-serif;
line-height:100%;
margin:0 0 2px;
}

#srv_price div.pric_cl.ntrz_pr div.prc{
font-family:'Patua One',serif;
font-size:30px;
color:#1c75bb;
line-height:100%;
}

#srv_price div.pric_cl span.dol_fr{
font-family:'Patua One',serif;
display:inline-block;
font-size:35px;
line-height:100%;
vertical-align: top;
margin:0 0 0 5px;
}

#srv_price div.pric_cl span.dol_en{
font-family:'Patua One',serif;
display:inline-block;
font-size:35px;
line-height:100%;
vertical-align:0;
margin:0 5px 0 0;
}

#srv_price div.pric_cl span.per_yr{
font-size:35px;
margin:0;
}

#srv_price div.pric_cl_desc {
display:table-cell;
vertical-align:middle;
font-family:'PT Sans',sans-serif;
font-size:20px;
color:#2b3990;
line-height:130%;
background-color:#d1e3f0;
background:-webkit-linear-gradient(to right, #d1e3f0, #fff);
background:-o-linear-gradient(to right, #d1e3f0, #fff);
background:-moz-linear-gradient(to right, #d1e3f0, #fff);
background:linear-gradient(to right, #d1e3f0, #fff);
padding:10px 20px 10px 0;
}

/*********************
 start button 
 *********************/

#srv_price div.start_but_cl{
display:table-cell;
vertical-align:middle;
width:225px; 
text-align:center;
background-color:#fff;
}

#srv_price div.start_but_cl a, 
#srv_price div.start_but_cl a:visited{
display:inline-block;
text-align:center;
font-family:'Patua One',serif;
font-size:22px;
line-height:100%;
font-weight:normal;
color:#fff;
text-decoration:none;
padding:15px;
width:155px;
margin:10px auto;
background-color:#1c75bb;
}

#srv_price div.start_but_cl.small_fnt a, 
#srv_price div.start_but_cl.small_fnt a:visited{
font-size:16px;
}

#srv_price div.start_but_cl a:hover{
color:#1c75bb;
background-color:#d1e3f0;
}

#srv_price.construction div.start_but_cl a, 
#srv_price.construction div.start_but_cl a:visited,
#srv_price.construction div.start_but_cl a:hover{
color:#bbb;
background-color:#eee;
}

#srv_price div.free_promo{
max-width:1024px; 
margin:0 auto;
}

#srv_price div.free_promo_in{
padding:0 20px;
margin:5px 0 0;
font-family:'Indie Flower',cursive;
font-size:40px;
line-height:100%;
color:#2b3990;
}


#srv_price div.pric_cl div.cross{
position:relative;
}

#srv_price div.pric_cl div.cross::before, 
#srv_price div.pric_cl div.cross::after {
content:'';
width:100%;
position:absolute;
right:0;
top:50%;
}

#srv_price div.pric_cl div.cross::before {
border-bottom:3px solid #2b3990;
-webkit-transform:skewY(-10deg);
transform:skewY(-10deg);
}
#srv_price div.pric_cl div.cross::after {
border-bottom:3px solid #2b3990;
-webkit-transform:skewY(10deg);
transform:skewY(10deg);
}

#srv_price div.prc_cl2 div.cross::before{
content:'';
width:100%;
position:absolute;
right:0;
top:50%;
border-bottom:3px solid #1c75bb;
-webkit-transform:rotate(-10deg);
-moz-transform:rotate(-10deg);
-ms-transform:rotate(-10deg);
-o-transform:rotate(-10deg);
transform:rotate(-10deg);
}

#srv_price div.pric_cl span.no_chrg{
font-family:'Indie Flower',cursive;
font-size:45px;
text-align:left;
color:#2b3990;
vertical-align:middle;
}

#srv_price div.pric_cl div.choice{
font-family:'Patua One',serif;
font-size:22px;
line-height:135%;
}

#srv_price div.pric_cl div.choice div.ul_cnt,
#srv_price div.pric_cl div.choice p{
padding:0;
margin:0 0 4px;
font-family:'Patua One',serif;
font-size:22px;
}

#srv_price div.pric_cl div.choice div.ul_cnt,
#srv_price div.pric_cl div.choice p{
padding:0;
margin:0;
}

#srv_price div.pric_cl div.choice ul{
padding:0;
margin:0;
list-style: disc;
text-align:left;
display: inline-block; 
}

#srv_price div.pric_cl div.choice li{
padding:0;
margin:8px 0 8px 1.0em;
font-family:'Indie Flower',cursive;
font-size:28px;
text-indent:0;
}

#srv_price div.pric_cl div.choice li span{
color:#2b3990;
}

#srv_price div.pric_cl div.choice li:last-child{
margin-bottom:0;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	#srv_price div.srv_price_tb{
	width:auto;
	margin:0 10px; 
	}

	#srv_price div.sub_discount{
	width:auto;
	margin:0 10px; 
	}
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {

	#srv_price div.start_but_cl{
	width:1%;
	white-space:nowrap;
	}

	#srv_price div.start_but_cl a, #srv_price div.start_but_cl a:visited{
	width:auto;
	margin:5px 5px 5px 0;
	font-size:18px;
	}
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {

	#srv_price div.srv_price_rw{
	display:block;
	}

	#srv_price div.fade_cl{
	display:block;
	}

	#srv_price div.pric_cl{
	width:auto;
	display:block;
	text-align:center;
	}

	#srv_price div.pric_cl.no_cnt{
	height:0px;
	margin:-5px 0 0 0;
	}

	#srv_price div.pric_cl_desc{
	width:auto;
	display:block;
	text-align:center;
	background-color: transparent;
	background: none;
	padding:0 0 5px;
	}

	#srv_price div.srv_price_tb{
	display:block;
	}

	#srv_price div.start_but_cl{
	display:block;
	width:auto;
	background-color:transparent;
	}

	#srv_price div.start_but_cl a, 
	#srv_price div.start_but_cl a:visited{
	width:auto;
	margin:10px auto 5px;
	border:1px solid transparent;
	}

	#srv_price div.start_but_cl a:hover{
	background-color:#2b3990;
	color:#fff;
	}

	#srv_price div.free_promo_in{
	text-align:center;
	}

	#srv_price div.pric_cl div.cross::before, 
	#srv_price div.pric_cl div.cross::after {
	width:50%;
	left:25%;
	}


	#srv_price div.sub_discount{
	text-align:center; 
	}
}



/*
Pre serv content
*/

#srv_cnt_pre{
width:1000px; 
margin:0 auto -30px;
padding:15px 0 0 0;
text-align:right;
}

#srv_cnt_pre div.free_promo{
font-family:'Indie Flower',cursive;
font-size:16px;
line-height:120%;
vertical-align:top;
margin:0 0 3px 0;
color:#2b3990;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	#srv_cnt_pre{
	width:auto;
	margin:0 10px; 
	}
}

/*
Serv content
*/

#srv_cnt_out{
background-image:url(img/hdr_subs_bot.png);
background-repeat:repeat-x;
background-position:top;
}

#srv_cnt{
display:table;
width:1000px; 
margin:0 auto;
padding:15px 0 0 0;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	#srv_cnt{
	width:auto;
	margin:0 10px; 
	}
}

#srv_cnt div.srv_cnt_rw{
display:table-row;
}

#srv_cnt div.srv_cnt_lft{
display:table-cell;
vertical-align:top;
width:50%;
padding:0 40px 0 0;
}

#srv_cnt div.srv_cnt_rgt{
display:table-cell;
vertical-align:top;
width:50%;
}

#srv_cnt div.srv_cnt_rgt div.vid_full_w{
width:500px;
margin:0 auto;
}

#srv_cnt div.vid_float_r{
float:right;
width:40%;
margin:0 0 20px 20px;
}

#srv_cnt div.vid_float_r div.sub_vid_tlt{
font-weight:normal;
text-align:center;
font-size:12px;
color: #555;
margin:0 0 25px;
padding:5px;
border:1px solid #ddd;
border-top:0;
}

@media only screen and (max-width: 630px), only screen and (max-device-width: 630px) {

	#srv_cnt{
	display:block;
	}

	#srv_cnt div.srv_cnt_rw{
	display:block;
	}

	#srv_cnt div.srv_cnt_lft{
	display:block;
	width:auto;
	padding:0;
	}

	#srv_cnt div.srv_cnt_rgt{
	display:block;
	width:auto;
	padding:0;
	}

	#srv_cnt div.srv_cnt_rgt div.vid_full_w{
	width:100%;
	}
}

@media only screen and (max-width: 550px), 
only screen and (max-device-width: 550px) {

	#srv_cnt div.vid_float_r{
	float:none;
	width:100%;
	margin:0 0 10px 0px;
	}
}

/*
Serv content txt
*/

#srv_cnt{
font-family:'PT Sans',sans-serif;
font-size:18px;
line-height:130%;
color:#555;
}

#srv_cnt h3{
font-family:'Patua One',serif;
font-weight:normal;
font-size:22px;
color:#555;
margin:30px 0 10px 0; 
}

#srv_cnt h3.clr_both{
clear:both;
}

#srv_cnt p{
font-family:'PT Sans',sans-serif;
font-size:18px;
line-height:130%;
vertical-align:top;
margin:10px 0;
color:#555;
}

#srv_cnt li{
font-family:'PT Sans',sans-serif;
font-size:18px;
line-height:130%;
vertical-align:top;
color:#555;
padding:0;
margin:10px 0;
}

#srv_cnt ul li + br{
display: none;
}

#srv_cnt ul + br{
display: none;
}

#srv_cnt ul{
font-family:'PT Sans',sans-serif;
margin:10px 0 10px 1.0em;
padding:0;
list-style-type:disc;
color:#555;
}

#srv_cnt ul + ul {
margin-top: 0;
}

#srv_cnt ul ul{
margin:2px 0 4px 2.0em;
padding:0;
font-family:'PT Sans',sans-serif;
list-style-type:circle;
color:#555;
}

#srv_cnt a, 
#srv_cnt a:visited{
font-family:'PT Sans',sans-serif;
font-size:18px;
color:#1c75bb;
text-decoration:underline;
}

#srv_cnt a:hover{
color:#aaa;
text-decoration:none;
}

#srv_cnt hr {
border: none;
height: 1px;
background-color: #aaa;
margin:15px 0;
}

#srv_cnt ul hr {
background-color: #ddd;
margin:10px 0;
}

#srv_cnt div.sl_seal{
clear:right;
float:right;
height:175px;
width:175px;
background-repeat: no-repeat;
background-position:center center;
background-size: contain;
}

#srv_cnt div.sl_seal.vr_fr{
background-image:url(fr/seal_2018.gif);
}

#srv_cnt div.sl_seal.vr_en{
background-image:url(en/seal_2018.gif);
}

#srv_cnt div.vid_float_r + div.sl_seal {
width: 40%;
}

@media only screen and (max-width: 450px), only screen and (max-device-width: 450px) {

	#srv_cnt ul{
	margin-left:1.5em;
	}
	
	#srv_cnt ul ul{
	margin-left:1.5em;
	}

	#srv_cnt div.sl_seal{
	height:100px;
	width:100px;
	}
}

/*
Orverride guide pub
*/

#srv_cnt a.guide_lnk,
#srv_cnt a.guide_lnk:visited{
 text-decoration:none;
 margin:60px 0 20px 0;
}


/*
Droit chemin
*/

#srv_cnt div.droit_chem{
float:right;
clear:right;
margin:0 0 0 10px;
width:250px;
}

#srv_cnt div.vid_float_r + div.droit_chem {
width: 40%;
text-align:center;
background-repeat: no-repeat;
background-position:center center;
}

#srv_cnt div.droit_chem a.logo.vr_en, 
#srv_cnt div.droit_chem a.logo.vr_en:visited,
#srv_cnt div.droit_chem a.logo.vr_en:hover{
height:176px;
background-image:url(en/droit_chem.gif);
}

#srv_cnt div.droit_chem a.logo.vr_fr, 
#srv_cnt div.droit_chem a.logo.vr_fr:visited,
#srv_cnt div.droit_chem a.logo.vr_fr:hover{
height:179px;
background-image:url(fr/droit_chem.gif);
}

@media only screen and (max-width: 550px), 
only screen and (max-device-width: 550px) {

	#srv_cnt div.vid_float_r + div.droit_chem {
	width:250px;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {

	#srv_cnt div.droit_chem{
	float:none;
	margin:0 auto;
	}
}


#srv_cnt div.droit_chem div.in_part{
margin:0;
text-align:center;
padding:0 0 4px 0;
font-family:'PT Sans',sans-serif;
font-weight:normal;
font-size:16px;
color:#777;
}

#srv_cnt div.droit_chem a.logo, 
#srv_cnt div.droit_chem a.logo:visited,
#srv_cnt div.droit_chem a.logo:hover{
display:block;
width:250px;
margin:30px auto;
padding:0;
}

/*
Notaire direct
*/

#srv_cnt div.notaire_direct{
margin:15px auto;
width:225px;
padding:15px 20px 20px;
border:1px solid #ccc;
}

#srv_cnt div.notaire_direct.flt_fg{
margin:0 0 15px 15px;
float:right;
clear:right;
}

#srv_cnt div.notaire_direct div.in_part{
margin:0;
text-align:center;
padding:0 0 10px 0;
width:auto;
font-family:'PT Sans',sans-serif;
font-weight:normal;
font-size:16px;
line-height:100%;
color:#777;
}

#srv_cnt div.notaire_direct a.logo, 
#srv_cnt div.notaire_direct a.logo:visited,
#srv_cnt div.notaire_direct a.logo:hover{
display:block;
width:100%;
height:0;
margin:0;
padding:16.4% 0 0 0;
background-image:url(img/notaire_direct.svg);
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
}

@media only screen and (max-width: 630px), only screen and (max-device-width: 630px) {

	#srv_cnt div.notaire_direct{
	float:none;
	margin:0 auto;
	}

	#srv_cnt div.notaire_direct.flt_fg{
	width:150px;
	padding:10px 10px 15px;
	}
}

@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {

	#srv_cnt div.notaire_direct.flt_fg{
	width:110px;
	padding:7px 7px 12px;
	}

	#srv_cnt div.notaire_direct.flt_fg div.in_part{
	font-size:12px;
	}
}

/*
Nd
*/

#srv_cnt a.notDir, #srv_cnt a.notDir:visited{
margin:0;
height:14px;
width:82px;
padding:0;
font-size:0;
display:inline-block;
background-image:url(img/notdir.gif);
background-repeat:no-repeat;
vertical-align:middle;
text-decoration:none;
}

#serv_desc a.notDir:hover{
background-image:url(img/notdirO.gif);
}

/*
option table
*/

#srv_cnt table.opts{
width:100%;
border-collapse:collapse;
}

#srv_cnt table.opts td{
border:1px solid #aaa;
vertical-align:middle;
font-family:'PT Sans',sans-serif;
font-size:18px;
line-height:120%;
margin:0;
padding:15px 15px;
color:#555;
}

#srv_cnt table.opts td.prc{
text-align:center;
width:55px;
background-color:#dcdde0;
color:#333;
}

#srv_cnt table.opts td.prc div.ovrPrc{
font-family:'PT Sans',sans-serif;
font-size:14px;
color:#555;
}

#srv_cnt table.opts td.prc span.free_op_strk{
font-size:16px;
color:#2b3990;
text-decoration:line-through;
font-weight:bold;
}

#srv_cnt table.opts td.prc span.free_op_strk span.free_in{
font-size:18px;
color:#333;
font-weight:normal;
margin:0 10px;
}

#srv_cnt table.opts td.prc div.free_opt_cm{
font-family:'Indie Flower',cursive;
font-size:18px;
color:#2b3990;
font-weight:bold;
margin:10px 0 0;
}

#srv_cnt table.opts td.prc.qstrev_prc{
background-color:#c8d2dc;
}

#srv_cnt table.opts td.qstrev{
background-color:#e7f1f8;
background-image:url(img/srv_rev.png);
background-repeat:no-repeat;
background-position:25px center;
padding-left:106px;
height:85px;
}

#srv_cnt table.opts div.delay{
font-family:'PT Sans',sans-serif;
font-size:14px;
color:#777;
padding:2px 0 2px 0;
line-height:120%;
}

#srv_cnt table.opts div.delay.rest_state{
margin-top:4px;
border-top:1px solid #ddd;
}

/*
sates
*/

#srv_cnt table.opts div.av_states{
font-family:'PT Sans',sans-serif;
font-size:12px;
color:#777;
margin:2px 0 0 0;
line-height:120%;
}

#srv_cnt table.opts div.av_states span.a_sta{
display:inline-block;
margin:0 4px 0 0;
height:14px;
width:23px;
vertical-align:middle;
background-repeat:no-repeat;
}

#srv_cnt table.opts div.av_states span.a_sta:hover{
cursor:pointer;
}

#srv_cnt table.opts div.av_states span.s_CA_AB{
background-image:url(img/states/state_CA_AB.png);
}

#srv_cnt table.opts div.av_states span.s_CA_BC{
background-image:url(img/states/state_CA_BC.png);
}

#srv_cnt table.opts div.av_states span.s_CA_MB{
background-image:url(img/states/state_CA_MB.png);
}

#srv_cnt table.opts div.av_states span.s_CA_NB{
background-image:url(img/states/state_CA_NB.png);
}

#srv_cnt table.opts div.av_states span.s_CA_NL{
background-image:url(img/states/state_CA_NL.png);
}

#srv_cnt table.opts div.av_states span.s_CA_NS{
background-image:url(img/states/state_CA_NS.png);
}

#srv_cnt table.opts div.av_states span.s_CA_NT{
background-image:url(img/states/state_CA_NT.png);
}

#srv_cnt table.opts div.av_states span.s_CA_NU{
background-image:url(img/states/state_CA_NU.png);
}

#srv_cnt table.opts div.av_states span.s_CA_ON{
background-image:url(img/states/state_CA_ON.png);
}

#srv_cnt table.opts div.av_states span.s_CA_PE{
background-image:url(img/states/state_CA_PE.png);
}

#srv_cnt table.opts div.av_states span.s_CA_QC{
background-image:url(img/states/state_CA_QC.png);
}

#srv_cnt table.opts div.av_states span.s_CA_SK{
background-image:url(img/states/state_CA_SK.png);
}

#srv_cnt table.opts div.av_states span.s_CA_YT{
background-image:url(img/states/state_CA_YT.png);
}

/*
Serv content
*/

#srv_note_foot{
display:table;
width:1000px; 
margin:0 auto;
padding:15px 0 0 0;
}

#srv_note_foot #socShare{
margin:20px 0;
}

#srv_note_foot div.notes p{
font-family:'PT Sans',sans-serif;
font-size:12px;
line-height:120%;
vertical-align:top;
margin:3px 0;
color:#777;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	#srv_note_foot{
	width:auto;
	margin:0 10px; 
	}
}

/*
Pre vid
*/

#pre_vid{
clear:both;
height:30px;
font-size:0;
padding:0;
margin:0;
}

/*
rel srvs
*/

div.rel_srvs{
margin:0 0 4px;
padding:0;
}

div.rel_srvs div.r_srv_blk{
padding:0;
margin:12px 0;
display:table;
}

div.rel_srvs div.r_srv_blk_rw{
display:table-row;
}

div.rel_srvs div.r_srv_blk_logo{
display:table-cell;
width:32px;
padding:0;
vertical-align:middle;
}

div.rel_srvs div.r_srv_blk_logo_in{
width:20px;
height:20px;
background-repeat:no-repeat;
background-position:center center;
background-size:contain;
}

div.rel_srvs div.r_srv_blk_cnt{
display:table-cell;
vertical-align:top;
font-family:'PT Sans',sans-serif;
vertical-align:middle;
line-height:120%;
}

div.rel_srvs div.r_srv_blk_cnt a[target="_blank"]::after {
content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
white-space:nowrap;
margin: 0 3px 0 5px;
}

/*
promo rev quest
*/

.promo_revis{
background-color: #e7f1f8;
border: 2px solid #2b3990;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
display: flex;
justify-content: space-between;
margin:10px auto -15px;
width:800px;
overflow:hidden;
}

.promotion__label {
align-items: center;
background-color: #2b3990;
color: #fff;
display: flex;
font-family: 'Patua One', cursive;
font-size: 20px;
font-weight: normal;
padding: 20px 20px;
}

.promotion__label div.label_tab{
display:table;
margin:0;
width:auto;
}

.promotion__label div.label_rw{
display:table-row;
}

.promotion__label div.label_img{
display:table-cell;
vertical-align: middle;
padding:0;
margin:0;
min-width:40px;
width:40px;
height:61px;
background-image:url(img/srv_rev_promo.png);
background-repeat:no-repeat;
background-position:center center;
}

.promotion__label div.label_txt{
display:table-cell;
vertical-align: middle;
margin:0;
padding:0 0 0 20px;
}

.promotion__content {
color: #333;
font-family: 'Patua One', cursive;
font-size: 18px;
font-weight: normal;
padding: 20px;
vertical-align: middle;
}

.promotion__content span.prom_note{
color:#777;
font-size: 16px;
white-space: nowrap;
}

.promo_revis:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 820px),
only screen and (max-device-width: 820px) {

	.promo_revis {
	  margin-left:10px;
	  margin-right:10px;
	  width:auto;
	}
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
  .promo_revis {
    flex-direction: column;
  }
}