#domaines-juridiques a{
border: 1px solid #c2ac51;  
    letter-spacing: 2px;
    color: #c2ac51;
    padding: 5px;
    font-size: 0.9em;
}

#domaines-juridiques a:hover{
    background-color: #c2ac51;
    color: #fff;
}


.gold{
  color: #c2ac51;  
}

.puce li{
list-style-type: square;    
}

.ser-box svg{
     font-size: 2em;
    position: relative;
    top: 20px;
}

.pictos{
  z-index: 200;
  font-size: 2em;
}

.hi-left-icon-ring svg{
position: absolute;
left: 50px;
top: 50px;
    
}

.hi-right-icon-ring svg{
position: absolute;
right: 50px;
top: 50px;
}

.hi-left-down-icon-ring svg{
position: absolute;
left: 50px;
bottom: 60px;
    
}

.hi-right-down-icon-ring svg{
position: absolute;
right: 50px;
bottom: 60px;
}

.form-group .btn-primary{
background-color: #c2ac51;
border-color: #c2ac51;
}
    
@media screen and (max-width: 768px) {
    
.hi-left-down-icon-ring svg {
    left: 0px;
}
    
    .hi-right-down-icon-ring svg{
    right: 0px;    
    }
    
}

/*==================================================================================================
							          NAVGATION
====================================================================================================*/


.navbar-brand{
 padding:0px;
 position: relative;
    top: 5px;
    left: 50px;
}

@media screen and (max-width: 768px) {
    
    .navbar-brand{
     left: 40%;
}
    
    .navbar-default .navbar-collapse{
    border: 0px;
    }

    .navmenu ul{
    background: #c2ac51;
    position: absolute;
    top: 0px;
        width: 100%;
    }

    .navmenu ul li {
    display:block;
    float: none;
    text-align: center;
    }

    .navmenu ul li a{
    padding: 25px 0px; 
        font-size: 1.2em;
    }


    .navmenu ul li.dropdown ul{
    position: relative;
    display: inline;
    }


    .navmenu ul li.dropdown ul li a{
    padding: 0px;
    text-align: center;
    }

    .navbar-collapse.in {
    overflow-y: initial;
    }
    
    .navbar-toggle{
    z-index: 100;    
    }
    
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #c2ac51;
}
}



/*==================================================================================================
							          BLOG STYLESHEETS
====================================================================================================*/
#blog
{
	width: 100%;
	background: #f5f5f5;
}
.blog-head-main
{
	background: url(../images/bg/ban-colonnes.jpg) center center;
	background-size: cover;
	height: 300px;
}

.blog-head-famille
{
	background: url(../images/bg/famille.jpg) center center;
	background-size: cover;
	height: 500px;
}

.blog-head-penal
{
	background: url(../images/penal1.jpg) center center;
	background-size: cover;
	height: 500px;
}

.blog-head-contrat
{
	background: url(../images/immeuble.jpg) center center;
	background-size: cover;
	height: 500px;
}

.blog-head-appel
{
	background: url(../images/marches-tribunal.jpg) center center;
	background-size: cover;
	height: 500px;
}

.blog-head-main .blog-ovl
{
	background: rgba(0,0,0,0.5);
	height: 300px;
}

.blog-ovl
{
	background: rgba(0,0,0,0.5);
	height: 500px;
}
.blog-head
{
	text-align: center;
	font-family: "Montserrat";
}
.blog-head h1
{
    color: #fff;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 200px;
	border: solid 5px #c2ac51;
	display: inline-block;
	padding: 10px 25px;
}

.blog-head-main .blog-head h1
{
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
    
 .blog-head h1
{
	font-size: 20px;
	margin-top: 80px;

}   
    
    .blog-ovl {
    height: 300px;
}
    
    .blog-head-famille, .blog-head-penal, .blog-head-contrat, .blog-head-appel {
    background: url(../images/bg/famille.jpg) center center;
    background-size: cover;
    height: 300px;
}
    
    .short-basic-text.mar-top-50 {
    margin-top: 0px;
    }
    
    .short-basic-text img {
    margin-bottom: 20px;
    }
    
    #domaines-juridiques{
    border-top: solid 1px #c2ac51;
        padding-top: 10px;
    }
    
}

.blog-head p
{
	font-family: "Open Sans";
	font-size: 14px;
	color: #c2ac51;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 20px;
	font-weight: 400;
}
.blog-sub-head h2
{
	font-family: "Open Sans";
	padding-bottom: 10px;
	color: #555;
	font-weight: 600;
	border: solid 1px #c8c8c8;
	text-transform: uppercase;
	border-left: none;border-right: none;border-top: none;
}
/*---------blog boxes started--------------*/
.blog-sim-main
{
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
	display: inline-block;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
/*full width post*/

.blog-icons
{	
	margin-top: 10px;
	text-align: center;
	position: absolute;
}
.blog-icons a
{
	padding-top: 15px;
	margin-bottom: 8px;
	font-size: 16px;
	display:block;
	width: 50px;height: 50px;
	color: #fff;
	background-color: #c2ac51;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.no-margin
{
	margin-left: -15px;
}
.blog-icons a:hover
{
	background-color: #f1f1f1;
	color: #555;
}
/*TEXT AREA POST*/
.blog-text-main
{
	font-family: "Open Sans";

}
.blog-text-main h3
{
	font-weight: 400;
	letter-spacing: 1px;
	color: #555;
	padding-top: 15px;
	margin-right: 20px;
	padding-bottom: 10px;
	border: solid 1px #c8c8c8;
	border-top: none;border-left: none;border-right: none;
}
.blog-text-main p
{
	font-weight: 400;
	color: #888;
	font-size: 14px;
	line-height: 26px;
	padding-right: 25px;
	text-align: left;
	padding-bottom: 15px;
}
.blog-text-main h5
{
	display: inline-block;
	text-align: left;
	color: #888;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.blog-text-main h6
{
	display: inline-block;
	text-align: left;
	color: #888;
	letter-spacing: 1px;
}
.blog-text-main span
{
	display: inline-block;
	color: #888;
}
.blog-text-main span a
{
	color: #888;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.blog-text-main span a:hover
{
	color: #c2ac51;
}
/*BLOG-BTN*/
.blog-btn
{
	text-align: right;
	padding-right: 25px;
	margin-bottom: 40px;
}
.blog-btn a
{
	font-family: "Open Sans";
	color: #555;
	padding: 10px 30px;
	font-size: 14px;

	text-align: right;
	border: solid 1px #c8c8c8;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
} 
.blog-btn a:hover
{
	background-color: #555;
	border: solid 1px #555;
	color: #fff;

}
/*owl navigation*/
.blog_owl .owl-controls .owl-page span
{ 
	height: 10px !important;
	width: 10px !important;
	color: #c2ac51;
	font-size: 10px;
	margin-left: 3px !important;
}
.blog_owl .owl-controls .owl-page.active span
{
	background-color: #c2ac51 !important;
	height: 10px !important;
	width: 10px !important;
	font-family: "Open Sans";
}
.blog_owl .owl-controls
{
	position: absolute;
    bottom: 10px;
    right: 20px;
}
.blog-block-hover
{
	position: absolute;
	left: -100%;
	top: 0;
	opacity: 0;
	-webkit-transition: all 800ms ease-in-out;
       -moz-transition: all 800ms ease-in-out;
         -o-transition: all 800ms ease-in-out;
            transition: all 800ms ease-in-out;
}
.blog-sim-main:hover .blog-block-hover
{
	left: 10px;
	top: 0;
	opacity: 1;
} 
/* BLOG LOAD MORE BTN*/
.blog-load-btn
{
	font-family: "Open Sans";
	text-align: center;
	margin: 50px 0;
}
.blog-load-btn a
{
	color: #555;
	font-size: 14px;
	border: solid 1px #c8c8c8;
	padding: 10px 20px;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.blog-load-btn a:hover
{
	background-color: #555;
	border: solid 1px #555;
	color: #fff;
}


/*==================================================================================================
							    usful short code stylesheet
====================================================================================================*/
#navigation_right
{
	position: fixed;
}
/*heading*/
.short-head-main
{
	height: 350px;
	width: 100%;
	background-color: #555;
	text-align: center;
}
.short-head h1
{
	color: #fff;
	font-size: 40px;
	letter-spacing: 2px;
	font-family: "Montserrat";
	text-align: center;
	padding: 10px 20px; 
	margin-top: 100px;
	border: solid 5px #fff;
	display: inline-block;
}
.short-head p
{
	text-align: center;
	padding: 20px 200px;
	color: #fff;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 26px;
}
/*--------main heading style in shortcodes----------*/
.short-main-heads h2
{
	font-family: "Open Sans";
	font-size: 26px;
	color: #555;
	font-weight: 600;
	letter-spacing: 1px;
	border: solid 1px #c8c8c8;
	border-left: none;border-right: none;border-top: none;
	padding-bottom: 5px;	
}
.firstcharacter 
{   
	float: left; 
	color: #c2ac51; 
	font-size: 50px; 
	line-height: 60px; 
	padding-right: 8px; 
	padding-left: 3px; 
	font-family: "Open Sans"; 
}
.short-inlined i
{
	display: inline;
	float: left;
	padding: 5px;
	border: solid 1px #c2ac51;
	color: #c2ac51;
	border-radius: 100%;
	margin-right: 12px;
}
.short-inlined h4
{
	font-family: "Open Sans";
	font-size: 26px;
	color: #555;
	font-weight: 600;
	letter-spacing: 1px;
	border: solid 1px #c8c8c8;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-bottom: 4px;
	padding-top: 2px;
	margin-bottom: 10px;
}
/*-----------bootstrap row text style-----------------*/
.short-basic-text h4
{
	text-align: left;
	padding-bottom: 20px;
	font-family: "Open Sans";
	font-size: 18px;
}
.short-basic-text p
{
	font-family: "Open Sans";
	font-family: 14px;
	color: #888;
}
/*---------------tab style area-----------------------*/
.sh-tab-area
{
	margin-top: 50px;
}
.sh-tab-area ul li a
{
	font-family: "Open Sans";
	font-size: 14px;
	color: #888;
}
.tab-content h3
{
	font-family: "Source Sans Pro";
	font-size: 22px;
	color: #555;
	margin-top: 30px;
}
.tab-content p
{
	font-family: "Open Sans";
	padding-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: #555;
}
.top-push
{
	margin-top: 50px;
}
.tab-content h4
{
	font-family: "Open Sans";
	padding-bottom: 8px;
	font-size: 18px;
	color: #555;
	border: solid 1px #c8c8c8;
	border-left: none;border-top: none;border-right: none;
}
.tab-content h5
{
	font-family: "Open Sans";
	font-size: 14px;
	color: #888;
}
.tab-content h6
{
	font-family: "Crimson Text";
	font-size: 14px;
	color: #888;
	font-style: italic;
}
.tab-content ul
{
	margin-left: 0;
}
.tab-content ul li
{
	display: inline-block;
	padding-right:3px; 
}
.tab-content ul li i
{
	color: #c2ac51;
}
/*-------collapse-------------*/
.panel-heading a
{
	text-decoration: none;
	font-family: "Open Sans";
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.panel-heading a:hover
{
	color: #f1f1f1;
}
.panel-default > .panel-heading
{
	background-color: #c2ac51;
}
/*---------------------------------------------------------------------
Skilsets
-----------------------------------------------------------------------*/
/*-------lined---------*/
.block_skills h3
{
	margin-top: 0;
	color: #555;
	font-family: "Open Sans";
	font-size: 20px;
	padding-bottom: 15px;
}
.block_skills .skill
{
	margin-bottom: 25px;
	font-family: 'Open Sans',sans-serif; 
    font-size: 16px;
}
.skill p
{
        font-family: 'Open Sans',sans-serif;  
                font-size: 16px;
}
.block_skills .level_rail {
    background: #999;
    border-radius: 10px;
    height: 15px;
    position: relative;
}
.block_skills .level_rail .level {
    height: 8px;
    left: 0;

    padding: 41px 12px 8px 0;
    position: absolute;
    top: -35px;
    width: 18px;
}
.block_skills .level_rail .level .bar {
    /*background: url("../images/bg_level_1.jpg") repeat-x scroll 0 0 transparent;*/
    background: #c2ac51;
    border-radius: 10px;
    height: 15px;
    left: 0;
    position: absolute;
    right: 12px;
    top: 35px;
}
.block_skills .level_rail .marker 
{
    height: 24px;
    position: absolute;
    right: 5px;
    top: 33px;
    width: 22px;
}
.block_skills .level_rail .note {
    border: 1px solid #555;
    border-radius: 2px 2px 2px 2px;
    color: #555;
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 39px;
}
.block_skills .level_rail .note:after, .block_skills .level_rail .note:before 
{
	top: 100%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; pointer-events: none;
}
.block_skills .level_rail .note:after 
{
	border-top-color: #555;
	border-width: 9px;
	left: 50%;
	margin-left: -9px;
}
.block_skills .level_rail .note:before 
{
   border-top-color: #555;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}
/*-------ringed-------*/
/*Pie Chart*/
.easyPieChart 
{
    position: relative;
    text-align: center;
}
.easyPieChart canvas 
{
    position: absolute;
    top: 0;
    left: 0;
}
.theskill
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #555;
	margin:0 auto;
}
.stitle
{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
    text-align: center;
    color: #555;
    margin-top: 25px;
    font-weight: 600;
}
/*================================================================================================
							    stand alone page stylesheet
==================================================================================================*/

.stand-head-main
{
	background: url(../images/bg/bg-stand.jpg) center center;
	background-size: cover;
	height: 500px;
}
.stand-ovl
{
	background: rgba(0,0,0,0.5);
	height: 500px;
}
.stand-head
{
	text-align: center;
	font-family: "Montserrat";
}
.stand-head h1
{
    color: #fff;
	font-size: 40px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 200px;
	border: solid 5px #fff;
	display: inline-block;
	padding: 10px 25px;
}
.stand-head p
{
	font-family: "Open Sans";
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 20px;
	font-weight: 400;
}
/*-------------------------STAND CONTENT AREA------------------------------*/
/*stand content head*/
.stand-content-head h5
{
	font-family: "Open Sans";
	color: #888;
	letter-spacing: 2px;
	text-align: center;
}
.stand-content-head h1
{
	font-family: "Montserrat";
	color: #555;
	margin-top: 0;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
}
.stand-icon-box
{
	float: left;
	margin-right: 20px;
	margin-bottom: 80px;
	padding: 20px;
	border: solid 1px #c2ac51;
	border-radius: 100%;
}
/*ABOUT ICON*/
.stand-icon-box img
{
	
	height: 32px;
	width: 32px;
	/*margin-left: 15px;*/
}
.stand-text-box h4
{
	font-family: "Montserrat";
	color: #555;
	margin-top: 0;
	padding-bottom: 5px;
}
.stand-text-box p
{
	font-family: "Open Sans";
	color: #888;
	font-size: 14px;
	line-height: 26px;
}
/*-------video section-----*/
/*///////////////////////////////////////////////////////////////////////////////////////////////
										video section
//////////////////////////////////////////////////////////////////////////////////////////////*/
#video
{
	height: 600px;
	width: 100%;
}
.video-poster-image{
	background:rgba(255,255,255,0.8) !important;
	background-size: cover !important;
}
.video-section {
	width: 100%;
	height: 500px;
	position: relative;
}

.video-section .video-overlay {
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}

.video-section .video-overlay .video-overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}

.video-section .video-overlay .video-overlay-text button {
	background: transparent;
	border: none;
	padding: 0;
	position: relative;
	outline: 0px !important;
	margin: 0 auto;
	display: block;
}
.video-section .video-overlay .video-overlay-text button:focus {
	border: none;
}
.video-section .video-overlay .video-overlay-text button.play-button
{
	/*margin-left: 120px;*/
}
.video-section .video-overlay .video-overlay-text button.pause-button {
	display: none;
	margin: 0 auto;
	padding: 0 auto;	
}
.player 
{
	width: 100%;
	height: inherit;
}
.video-section .video-overlay-text span
{
	font-family:"Montserrat";
	font-size: 24px;
	font-weight: 300;
	margin-top: 30px;
	text-align: center;
	display: block;
} 
.video-section .video-overlay-text span span
{
	color: #c2ac51;
	display: inline;
}
/*----------------------------- ALT TEAM STYLES-----------------------------*/
.alt-team-img
{
	position: relative;
	overflow: hidden;
}
.alt-team-img-hover-bg
{
	position: absolute;
	bottom: -139%;
	left: -5%;
	height: 110%;
	width: 110%;
	text-align: center;
	background-color: #c2ac51;
	border-radius: 100%;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.alt-team-img-hover-icon
{
	position: absolute;
	bottom: -139%;
	left: -5%;
	height: 110%;
	opacity: 0;
	width: 110%;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 600ms ease-in-out;
       -moz-transition: all 600ms ease-in-out;
         -o-transition: all 600ms ease-in-out;
            transition: all 600ms ease-in-out;

}
.alt-team-img-hover-icon i
{
	font-size: 16px;
	padding: 10px;
	color: #fff;
	margin-top: 30px;
	border-radius: 100%;
	border: solid 1px #fff;
	display: inline-block;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.alt-team-img-hover-icon a:hover i
{
	background-color: #fff;
	color: #c2ac51;
}
.alt-team-img:hover .alt-team-img-hover-bg
{
	bottom: -79%;
}
.alt-team-img:hover .alt-team-img-hover-icon
{
	bottom: -79%;
	opacity: 1;
}
/*team content area*/
.alt-team-content
{
	padding-top: 20px;
}
.alt-team-content h6
{
	text-align: center;
	font-family: "Open Sans";
	font-weight: 400;
	letter-spacing: 2px;
	color: #888;
}
.alt-team-content h3
{
	text-align: center;
	font-family: "Montserrat";
	font-weight: 700;
	letter-spacing: 2px;
	color: #c2ac51;
	margin-top: 10px;
}
.alt-team-content p
{
	padding-top: 10px;
	text-align: center;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	color: #888;
	line-height: 26px;
}
/*--------------------------- coming soon styles ---------------------------------*/
.com-ovl
{
	background: rgba(0,0,0,0.4);
}
.com-main-bg
{
	position: absolute;
	width: 100%;
	top: 60%;
}
.com-img
{
	text-align: center;
}
.com-img img
{
	display:inline-block;
}
.com-main
{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20%;
}
.com-head-text h1
{
	padding-top: 20px;
	font-family: "Open Sans";
	color: #fff;
	letter-spacing: 5px;  
    font-weight: 700;
 	font-size: 60px;
}
.com-head-text h3
{
	padding-top: 0px;
	font-family: "Open Sans";
	color: #fff;
	letter-spacing: 10px;  
    font-size: 16px;
}
.com-center
{
	text-align: center;
}
.clock
{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
}
.flip-clock-label
{
	visibility: hidden;
}
.com-social
{
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.com-social a
{
	color: #fff;
	font-size: 14px;
	padding: 15px 20px;
	display: inline-block;
	background-color: #c2ac51;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.com-social a:hover
{
	background-color: #fff;
	display: inline-block;
	bottom: 0;
	color: #c2ac51;
	padding-top: 25px;
}
/*==========================================================================================
                                  404 page style
============================================================================================*/
.found-bg-main
{
	background: url(../images/bg/bg-20.jpg);
	background-size: cover;
}
.found-text-main
{
	position: absolute;
	text-align: center;
	top: 28%;
	left: 50%;

	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.found-text-main h1
{
	font-family: "Montserrat";
	color: #fff;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 100px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border: solid 5px #fff;
}
.found-text-main h2
{
	font-family: "Open Sans";
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 10px;
	text-align: center;
	display: inline-block;
	background : rgba(0,0,0,0.6);
	padding: 5px 30px;
}
.found-text-main a
{
	display: inline-block;
	margin: 60px 5px;
	text-align: center;
	/*border: solid 2px #fff;*/
	background: rgba(255,255,255,0.7);
	padding: 15px 25px;
	font-family: "Open Sans";
	font-size: 14px;
	letter-spacing: 1px;
	color: #555;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease-in-out;
       -moz-transition: all 400ms ease-in-out;
         -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
}
.found-text-main a:hover
{
	background: rgba(255,255,255,0.9);
}
