﻿/* === styles.css === */
/*GENERAL*/
body{background-color:#333333; font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;; color: #333333;}
h1{margin-bottom: 30px; margin-top: 30px; font-size: 25px; font-family: 'Questrial', sans-serif;	}
h2{font-size: 20px;  font-weight: 200; color: #2c3e50;}
p{font-family: Arial; font-size: 12px;}
input,select{/* text-transform: uppercase; */ margin-bottom: 10px;}
hr{border-top:1px solid #2c3e50;}
sup{font-size: 60%!important;}
.row{margin: 0;}
.red, em{color: #e42d41;}
input[type="radio"], input[type="checkbox"]{vertical-align: top;}
label{text-transform: capitalize;}
.header .list-inline>li{padding: 0;}
.current_lg{font-weight: 700; color: #00688b;}


/*HEADER*/
.header{padding-top: 10px;}
.logo{height: 130px;}
.dropdown-menu{padding: 10px!important; min-width: 170px;}
.dropdown-menu .btn{width: 100%; letter-spacing: 0; font-size: 12px; margin-bottom: 5px;}
.dropdown-menu .alert{margin-bottom: 5px; padding: 10px; text-align: center; }
.nb_message{background: #e42d41; position: absolute; top:-10px;right:-5px; border-radius: 50%; padding: 2px 4px; font-size: 11px; }
#nav{padding-top:20px; }

/*NAVI*/
.nav-folder {position: relative;}
.nav-folder li ul{display: none; position: absolute; right: 0; margin-top: 1px;}
.nav-folder li:hover ul{display: block;}
.nav-folder li ul li .btn{padding: 5px 12px; text-transform: capitalize; font-size: 14px;}

/*CONTENT*/
.main_container{background:#dfe4e7 url(../images/back.png) repeat-x left top; border-bottom: 5px solid #00688b; padding-bottom: 20px;}
.intro h4{text-align: center; padding: 0 15px; font-size: 16px;}
.intro{margin-top: 20px;}
.slogan p{font-size: 15px;}
.image{max-width: 100%;}
.price{font-size: 80px;}
.side-img h2{font-size: 30px; margin: 5px; }
.side-img h3{font-size: 25px; font-weight: 100; margin: 0px; padding-bottom: 10px; border-bottom: 1px solid #00688b; color: #00688b;}


/*CREATE ACCOUNT*/
.table-info{width: 100%;}
.table-info td{width: 50%; vertical-align: top;}

/*RECHERCHER*/
.filter h2{background: #00688b; text-transform: uppercase; color: white; text-align: center; padding: 10px 0; font-size: 14px; font-weight: 100; margin-top: 5px;}
.filter h3{text-transform: uppercase; font-size: 14px; border-bottom: 1px solid #333; padding-bottom: 5px;}

.fiche-lawyer li{margin: 5px; text-align: center;}
.fiche-lawyer h3{color: white; margin: 0; padding: 0;}
.fiche-lawyer .thumbnail{padding: 0; border-radius: 0;}
.fiche-info{background:#2c3e50 ; color: white; border-top:3px solid #00688b; padding: 10px 0;}
.fiche-info p{font-size: 15px;}
.fiche-info .btn{background: #00688b; text-transform: none;}

.big-font{font-size: 150%; font-weight: 700;}

/*LIST FOLDER*/
.list-folder li{padding: 20px;}
.list-folder li h2{font-size: 25px; margin-top: 0;}
.list-folder li h3{margin-bottom: 0;}
.list-folder li .btn{font-size: 10px; text-transform: none; padding: 5px;}
.list-folder .thumbnail{border-radius: 0;}
.list-folder .no-view{background: #F1F1F1;}
.list-folder a{color: #333;}
.list-folder a:hover{text-decoration: none;}
.space-bottom{padding-top: 30px;}

.sidebar-info h3{text-transform: uppercase; font-size: 14px; border-bottom: 1px solid #333; padding-bottom: 5px;}
.sidebar-info .btn{width: 100%; margin-bottom: 5px;}

.label-blue{background: #2c3e50;}

.avis{text-transform: capitalize!important; padding: 10px;}

.input-search{border-right: 0!important;}
.btn-search{border: 1px solid #ccc!important; border-left:0!important; border-top-right-radius: 4px!important; border-bottom-right-radius: 4px!important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)!important;}

/*FICHE FOLDER*/
.tab-pane{background: #fff; border: 1px solid #ddd; border-top:0; padding: 25px 10px 10px 10px;}
.tab-pane li{width: 49%; padding: 2px; vertical-align: top;}
.tab-pane h3{margin-top: 0; padding-top: 0; padding-bottom: 10px;}
.tab-pane .tags{font-size: 10px; text-transform: none; padding: 5px; margin: 2px;}


/*FOOTER*/
.footer{ padding: 10px 0; width: 100%; color:#fff;}
.footer a{color: white; font-size: 11px;}



/* General button style (reset) */
.btn .glyphicon-user, .btn .glyphicon-folder-open{margin-right:5px;}
.btn {
	border: none;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	background: #2c3e50;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.update_folder .btn{
	border-radius: 5px;
	font-size: 11px;
	background-color: #ccc;
	color:#2c3e50;
}

.update_folder .btn:hover{color:#fff; background-color:#2c3e50; }



/* Large desktop */
@media (min-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .mobile-controls { display:flex !important; }
	.header { text-align: left; }
	.header .text-right { text-align: right !important; }
	#nav { margin: 10px 0; }
    .header .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .header .logo-section,
    .header .main-settings {
        float: none !important;
        width: auto !important;
        flex-shrink: 0;
        padding: 0;
    }
    .header .main-settings {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .header.row { margin-left: 0; margin-right: 0; }
    .logo { height: 50px !important; }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.header { text-align: left; }
    .mobile-controls { display:flex !important; }
	.text-right { text-align: center !important; }
	.fiche-lawyer { text-align: center; margin-top: 20px; }
    /* Mobile header: logo left + controls right on one line */
    .header .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .header .logo-section,
    .header .main-settings {
        float: none !important;
        width: auto !important;
        flex-shrink: 0;
        padding: 0;
    }
    .header .main-settings {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    .header.row { margin-left: 0; margin-right: 0; }
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.header{text-align: left;}
	h2{font-size: 2em; margin-bottom: 0; padding: 0;}
	.col-xs-12{padding-left: 0!important;padding-right: 0!important;}
	#nav .btn{font-size: 10px; padding: 6px 10px;}
}

/* === styles_override.css === */
@font-face {
    font-family: 'IstokWeb Regular';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IstokWeb-Regular.eot);
    src: local('IstokWeb Regular'), local('IstokWeb-Regular'), url(../fonts/IstokWeb-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Questrial-Regular.otf);
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

html {
    overflow-x: hidden;
}

body{
    background-color:#333333; font-family: 'IstokWeb Regular', sans-serif; color: #333333;
    overflow-x: hidden;
}


.form-control {
    font-size: 16px;
}

.case {
    font-size: 12px;
}

.env {
    position: absolute;
    margin-top: 2em;
    font-size: 1em;
    position: fixed;
    width: 4em;
}

.none {
    display: none;
}
#notices {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.last {
    margin-right:0 !important;
    padding-right:0 !important;
}

.push-up {
    margin-top: 1em;
    display: inline-block;
}

.push-up-2 {
    margin-top: 2em;
    display: inline-block;
}

.push-down {
    margin-bottom: 1em;
    display: inline-block;
}

.push-down-2 {
    margin-bottom: 2em;
    display: inline-block;
}

.push-down-4 {
    margin-bottom: 4em;
    display: inline-block;
}

.social-links {
    margin-left: 3em;
    margin-right: 0.5em;
}

.env-dev {
    background-color: lightgreen;
}

.env-staging {
    background-color: orange;
}

.env-prod-maintenance {
    background-color: red;
}

.env span {
    font-size: 10pt;
}

.footer img {
    margin: 0 0.5em;
}

.footer li {
    font-size: 1em;
}

.footer a {
    font-size: 1em;
}

footer h3 {
    font-size: 1em;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'IstokWeb Regular',sans-serif;
    line-height: 1.42857;
    margin: 0;
}

.cities {
    margin-top: 1em;
    margin-bottom: 2em;
}

#listing #provinces {
    display: none;
}

.cities li, #expertises li {
    font-size: 1em;
}

.cities a, #expertises a {
    font-size: 1em;
    color: #2c3e50;
    text-transform: uppercase;
}

.cities h3, #expertises h3 {
    font-size: 1em;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'IstokWeb Regular',sans-serif;
    line-height: 1.42857;
}

.cities h3 {
    margin: 0;
}

#listing .cities {
    margin-top: 1em;
}

#expertises h3 {
    font-size: 1.2em;
}

.expertise-content {
    background-color: #2c3e50;
    color: white;
    font-size: 1.1em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.expertise-content p {
    font-size: 1.1em;
}

.expertise-content h2 {
    font-size: 1.5em;
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: white;
    margin-top: 1em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
}

.expertise-content h3 {
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
}
    
#listing h1 {
    margin-bottom: 1.5em;
}

.lawyer .cities {
    margin-top: 1em;
}

.nowrap {
    white-space: nowrap;
}

textarea {
    resize: none !important;
}

.alert {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.errors {
    padding: 0.8em 1.5em;
    border: 2px solid #ddd;
    background: #F2DEDE;
    color: #A94442;
    border-color: #EBCCD1;
    margin: 0;
    margin-bottom: 1em;
    display: block  !important;
    list-style-type: none;
    max-width: 40em;
}

#password-form .errors {
    width: 35em;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 3px 0 0;
}

.home-link {
    margin-top: 2em;
}

.yellow {
    color: #FFA500;
}

.gray {
    color: gray;
}

.lightgray {
    color: lightgray;
}

.blue {
    color: #00688B;
}

.darkblue {
    color: #2c3e50;
}

.darkcyan {
    color: darkcyan;
}

p{
    font-family: 'IstokWeb Regular';
}

.last {margin-right:0;}

#sort-by {
    margin-bottom: 1em;
}

.right {
    text-align: right;
    display: inline-block;
}

.left {
    text-align: left;
    display: inline-block;
}

.customer-tags {
    background: none repeat scroll 0 0 #d9edf7;
    border: none;
    color: #333333;
    display: inline-block;
    outline: none;
    position: relative;
    border-radius: 0;
    font-size: 1em;
    padding: 5px;
}

label {
    text-transform: none;
}

h3 label {
    text-transform: uppercase;
    font-weight: normal;
}

.cancel-link {
    margin-top: 1em;
}

#email_invitation-element input {
    margin-bottom: 0.5em;
}

#email_invitation {
    margin-bottom: 0;
}

#invitation-box {
    margin-top: 0.5em;
}

.lawyer-intro {
    margin-top: 0;
}

.sidebar-info .avis{
    margin-top: 1em;
    padding: 6px;
}

.sidebar-info .order {
    background: #3276b1;
    border-color: #285e8e;
}

.sidebar-info .order:hover{
    background: #FFA500;
    color: #333333;
}

.no-view {
    background: none repeat scroll 0 0 #F1F1F1;
}

#profile .profile-actions {
    margin-top: 1em;
}

.nav-folder li ul li .btn {
    font-size: 1em;
    padding: 5px 1em;
    text-transform: none;
}

.big-btn {
    font-size: 1em;
}

.btn:hover, .btn:focus {
    color: #428bca;
}

.btn-primary:hover, .btn-primary:focus, .btn-info:hover, .btn-info:focus {
    color: white;
}

.lawyer-profile {
    max-width: 12em;
}

.lawyer-profile .fullname {
    display: inline-block;
    font-size: 1.2em;
    height: 3em;
}

.lawyer-presentation {
    
}

#lawyer-picture {
    display: inline-block;
    margin-top: 2em;
}

#lawyer-skills {
    display: block;
}

#lawyer-details {
    display: inline-block;
    margin-bottom: 1em;
}

.tab-pane li {
    width: auto;
}

.ui-dialog {
    top: 10em  !important;
}

.to-top {
    margin-top: 1em;
}

.no-limit-size {
    max-width: none;
}

.no-max-width {
    max-width: none;
}

#gender-element label {
    margin-right: 1em;
}

.other-role {
    margin-top: 1.5em;
}

#case-actions.list-inline > li {
    padding-left: 0;
    padding-right: 10px;
}

#user-edit-form .list-inline > li {
    padding-left: 0;
}

h1 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 2em;
}

#home #tags-label, #file-label, #birthdate-label, #step1-step-label, #step6-step-label, #subFormDescription-label, #Share-label, #role-label, #email_invitation-label, #step3-step-label, #step1-stepOne-skills_1-label, #step1-stepOne-skills_2-label,
#stepOne-label, #stepTwo-label, #stepThree-label, #step2-step-label, #subFormDescription-element, #step2-role-label, #step2-stepTwo-aide_juridique-label,
#step2-stepTwo-mm-label, #step2-stepTwo-yy-label, #step2-stepTwo-cvv-label, #aide_juridique-label
{
    display: none;
}

.page-description {
    font-size: 1em;
    font-style: italic;
    color: darkgray;
    margin-bottom: 2em;
}

#selection_form #selection-element label {
    display: block;
}

#terms-and-conditions-checkbox {
    margin-top: 2em;
}

.header .container {
    font-size: 1em;
}

.odd-section {
    background-color: #2C3E50;
    padding: 4em;
    margin-top: 4em;
    margin-bottom: 4em;
    color: white;
}

.white-section {
    background-color: white;
    margin-top: 4em;
    margin-bottom: 4em;
    color: #2c3e50;
    display: inline-block;
}

#workflow-diag {
}

.odd-section-text p {
    font-size: 3em;
    color: white;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
}

.filter h2 {
    font-weight: normal;
}

.glyphicon {
    margin-right: 5px;
}

.multiForm .form-control {
    max-width: 100%;
}

.multiForm #breadCrumbs-label {
    display: none;
}

.multiForm #breadCrumbs-element {
    display: none;
}

.multiForm .btn {
    margin-bottom: 1em;
}

.multiForm #fieldset-breadCrumbs dl {
    margin-bottom: 0;
}

.multiForm #submit-label {
    display: none;
}

.multiForm #birthdate-element {
    margin-top: 1em;
}

.date-element {
    float: left;
    margin-right: 0.5em;
    max-width: 9em !important;
}

#step5-stepFive-birthdate-month {
    width: 8em;
}
#user-edit-form #birthdate-day-element, #step5-stepFive-birthdate-day {
    width: 6em;
}

#user-edit-form #birthdate-day {
    max-width: 5em !important;
}

#user-edit-form #birthdate-month {
    max-width: 8em !important;
}
#user-edit-form #birthdate-year, #step5-stepFive-birthdate-year {
    width: 6em;
}

#fieldset-incident_date, #fieldset-birthdate {
    margin-bottom: 1em;
}

.radio-element label, #notify_lawyer-element label {
    margin-right: 2em;
}

#form-label-element {
    font-weight: bold;
    margin-bottom: 0.5em;
}

#slogan {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
}

#main-slogan {
    font-size: 1em;
    font-weight: bold;
    color: #2c3e50;
    /*font-family: 'Open Sans',sans-serif;*/
    font-family: 'Helvetica';
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#slogan #lawyer {
    color: #00688b;
}

#client-demo {
    margin-top: 4em;
}

.skill-list {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #2c3e50;
    display: table;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

a.skill-list:hover {
    text-decoration: none;
}

.skill-list div {
    list-style-type: none;
    margin-bottom: 1em;
}

.client .skill-list div {
    font-size: 1em;
}

.skill-list a div {
    color: #2c3e50;
}

a, a#legal-aid u {
    cursor: pointer;
}

a#legal-aid {
    cursor: inherit;
}

.app-explanation {
    margin-bottom: 3em;
    color: #2c3e50;
}

.lawyer-intro .app-explanation {
    margin-bottom: 2em;
}

.app-explanation-last {
    margin-bottom: 0;
}

.vision {
    margin-bottom: 2em;
    margin-top: 2em;
    color: #2c3e50;
}

.vision h4 {
    color: #2c3e50;
    text-transform: uppercase;
}

h2.app-explanation {
    font-family: 'IstokWeb Regular', sans-serif;
    font-size: 2em;
    font-weight: normal;
    line-height: 150%;
}

.free, .round_button {
    background-color: transparent;
    color: #2c3e50;
    text-decoration: underline;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.round_button {
    color: #00688b;
    background-color: white;
    padding: 0.5em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.anonymous {
    color: gray;
    background-color: white;
    padding: 0.5em 1em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    border-color: #2c3e50;
}

.free {
    margin-bottom: 2em;
    color: #2c3e50;
    padding: 0.5em;
    text-decoration: none;
}

.lawyer-intro .free2 {
    color: #2c3e50;
    font-size: 1.2em;
    margin-top: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.role-question {
    font-size: 1em;
}

.role-question a {
    margin-bottom: 1em;
    display: inline-block;
}

.section-title {
    font-size: 3em;
}

#free-trial {
    margin-top: 0.5em;
    font-size: 1.2em;
    color: #2c3e50;
    padding: 0.2em;
    margin-bottom: 1em;
}

.white-background {
    background-image: none;
    background-color: white;
}

.pricing, .pricing a {
    color: #2c3e50;
    text-decoration: underline;
}

.dropdown-menu {
    left: 0;
    right: auto;
    min-width: 18em;
    z-index: 10000;
    width: 100%;
}

.nav-folder li a {
    z-index: 2000;
}

.nav-folder {
    display: none;
}

.cases .action-case {
    float: right;
    font-size: 1em !important;
    color: white;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
    font-weight: 400;
}

.case-block_1:hover {
    border: 1px solid #2c3e50;
}

#message-link .glyphicon {
    margin-right: 0;
}

.thumbnail .archive-message-button a > img  {
    margin-right: 0;
}

.user-menu .btn {
    min-width: 16em;
}

.case-menu .btn {
    min-width: 12em;
}

#search-lawyer-left {
    margin-top: -1em;
    margin-bottom: 3.5em;
}

#new-case-left a.btn {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn {
    white-space: normal;
}

.cases .case .case-stats {
    padding-left: 0;
}

#account-confirmation {
    width: 100%;
    font-size: 1em;
    text-align: left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
}

body.modal-open .main_container {
/*    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    filter: url(blur.svg#blur);*/
}

.modal {
    position: fixed;
    margin: 0;
    z-index: 1050;
    overflow: auto;
    background-color: #dfe4e7;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
}
.modal.fade.in {
    top: 25%;
}

#myModal {
    padding-left: 0;
    padding-right: 0;
    max-height: 300px;
}

.modal-body {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    background-color: #dfe4e7;
    padding-bottom: 0;
    padding-top: 0;
}

.modal-body .role {
    padding-left: 0;
    padding-right: 0;
    border: 5px solid #dfe4e7;
}

.modal-body .role-descr {
    background-color: white;
    padding-top: 1em;
    height: 230px;
}

.modal-body h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.5em;
    margin-top: 2em;
}

.modal-body .role-descr h3 {
    font-size: 1em;
}

.modal-body .image {
    margin-top: 1em;
}

.modal-slogan {
    color: #fff;
    font-size: 2.5em;
    margin-top: 1.5em;
    font-weight: bold;
}

.steps {
    font-size: 1em;
    display: block;
    margin-top: 0.5em;
    color: #2c3e50;
    text-align: left;
}

.steps-small {
    font-size: 16px;
}

.steps-title {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 1em;
    color: gray;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.connector {
    color: red;
    margin-top: 2em;
}

.circle {
    width:2em;
    height:2em;
    border-radius:0;
    font-size:2em;
    color:#fff;
    line-height:2em;
    text-align:center;
    background:#2c3e50;
    float: none;
}

.step_numbers {
    margin-left: auto;
    margin-right: auto;
}

.logo {
    height: 80px;
}

.cause {
    font-size: 1.5em;
    font-weight: bold;
    color: #333333;
}

.no-horizontal-space {
    padding-left: 0 !important;
    padding-right: 0 !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}

.logo-title {
    font-size: 1.5em;
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #2c3e50;
    margin-top: 1em;
    text-transform: uppercase;
}

.home-page-title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

h3.logo-title {
    font-size: 1.2em;
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: gray;
    margin-top: 1em;
    text-transform: uppercase;
    margin-bottom: 2em !important;
}

.avocat-importance .logo-title {
}

.avocat-importance p {
    padding-left: 2em !important;
    padding-right: 2em !important;
}

.lawyer .logo-title {
    margin-bottom: 1em;
    margin-top: 2em;
}

.slider {
    padding-left: 0;
    padding-right: 0;
}

.slider-text-client {
    font-size: 2em;
    position: absolute;
    top: 4em;
    left: 1.5em;
    color: #333333;
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    display: none;
    text-align: center;
}

.slider-text-client2 {
    top: 3em;
}

.slider-text-lawyer {
    font-size: 2em;
    position: absolute;
    top: 4em;
    color: #333333;
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    display: none;
    text-align: center;
}

.slider-text-lawyer-high {
    top: 3em;
}
.slider-text-lawyer-left {
    left: 2em;
}

.slider-text-lawyer-right {
    right: 1.5em;
}

.explanation {
    font-size: 1.2em;
    margin-top: 0.5em;
    background: white;
    padding: 0.5em 0;
    margin-top: 1em;
    line-height: 2.5em;
    color: #2c3e50;
    background-color: #FBFBFB;
}

.elem-details {
    padding: 1em;
    background: #FBFBFB;
    display: none;
    text-align: center;
}

#preview-details {
    background: transparent;
}

.lawyer .explanation {
    margin-top: 1em;
}

.input-group {
    margin-bottom: 2em;
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
}

.bx-wrapper a.bx-next {
    right: 20px;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -21px !important;
    display: none;
}

#step4-stepFour-billing_mode-label {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

#billing_mode-element label, #step4-stepFour-billing_mode-element label {
    margin-right: 1em;
}

label input {
    margin-right: 2px;
}

#terms-and-conditions-checkbox input {
    float: left;
}

.btn-action {
    font-size: 1.5em;
}

.right-img {
    float: right;
}

.list-folder li {
    padding: 20px  !important;
}

.case-star {
    margin-bottom: 0.5em;
    font-size: 2em;
}

.case-view .case-star {
    margin-top: 20px;
}

.option-info, .to-hide {
    display: none;
}

.modal-lang {
    float: right;
    margin-top: 0.5em;
}

.modal-img {
    display: none;
}

.country-flag {
    margin-bottom: 1em;
    margin-top: 1em;
}

.header #mobile-menu {
    font-weight: bold;
    padding-right: 5px;
    background-color: white;
    color: #2c3e50;
    border: 1px solid lightgray;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.header .menu, .toggle {
    display: none;
}

.lawyer #sidebar-group-left {
    display: inherit;
}

#login-menu.open {
    display: inherit;
}

.header .menu-li {
    width: 100%;
    margin-bottom: 0.5em;
}

.header .menu-li a {
    margin-bottom: 0.5em;
    width: 100%;
    max-width: 200px;
}

.header .menu-li .dropdown-menu a.signup {
    max-width: 100%;
}

.language_switcher {
    color: gray;
    cursor: pointer;
    cursor: hand;
}

.conv-arrow {
    margin-top: 1em;
}

.conv-action {
    line-height: 5em;
    padding-top: 0;
    padding-bottom: 0;
}

.conv-action span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#caseskill_switcher-label {
    margin-top: 1em;
}

#recovery h1 {
    margin-top: 0;
    font-size: 1.5em;
}

#recovery h3 {
    margin-top: 3em;
    font-size: 1em;
}

#billing_mode-element label, #skills-element label {
    width: 100%;
    padding-left: 1em;
}

.social-logo {
    margin-bottom: 1em;
}

.illustration {
    display: inherit;
}

.customer .slider {
    background-color: white;
}

.lawyer .illustration {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#lawyer-interested .btn {
    margin-right: 1em;
    margin-bottom: 1em;
}

dl.multiForm {
    margin-bottom: 0;
}

#paypal_submit_unlimited, #paypal_submit_10, #paypal_submit_20 {
    vertical-align:  top;
}

#step2 #submit-element {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-align: center;
}

#step1-stepOne-description-element .description {
    max-width: 48em;
    margin-bottom: 1em;
}

.modal-header {
    padding: 5px;
}

#reset-filters {
    margin-top: 1em;
    margin-bottom: 2em;
    text-align: center;
}

.sitemap-geo {
    text-align: center;
}

.sitemap-geo h1 {
    font-family: 'IstokWeb Regular',â€‹sans-serif;
    font-size: 2.5em;
}

.sitemap-geo h2 {
    font-family: 'IstokWeb Regular',â€‹sans-serif;
    font-size: 2em;
}

.case .select-case {
    float: none;
}

.legal-aid {
    background-color: #F7E967;
    padding: 5px;
}

#step3-stepThree-legal_aid-label {
    margin-top: 2em;
}

#step1-stepOne-skills_0-element, #step1-stepOne-skills_1-element, #step1-stepOne-skills_2-element {
    float: left;
}

#step1-stepOne-billing_mode-label, #step1-stepOne-email-label {
    width: 100%;
    display: inline-block;
    margin-top: 2em;
}

#step1-stepOne-email-label {
    margin-top: 1em;
}

#step1-stepOne-email, #step1-stepOne-phone {
    max-width: 40em;
}

#step1-stepOne-skills_0-label, #step1-stepOne-billing_mode-label, #step1-stepOne-email-label {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

#new-user-creation-success h1 {
    font-size: 1.5em;
}

.skill-list h3, .skill-list h2, h3.skill-list {
    color: #2c3e50;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'IstokWeb Regular',sans-serif;
    line-height: 1.42857;
    margin: 0 0 1em 0;
}

.skill-list2 {
    margin-left: 1em;
    margin-right: 1em;
}

.skill-list2 h3 {
    background-color: white;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 10em;
    height: 10em;
    padding-top: 4em;
}

#client-registration .reason {
    width: 100%;
}

.bxslider, .bx-wrapper, .bx-viewport {
    display: none;
}

#featuring_lawyers .bx-wrapper,
#featuring_lawyers .bx-viewport,
#featuring_lawyers .bxslider-professionals {
    display: block !important;
}

@media screen and (max-width: 991px) {
    #featuring_lawyers .bx-wrapper,
    #featuring_lawyers .bx-viewport,
    #featuring_lawyers .bxslider-professionals {
        display: block !important;
    }
}

.article {
    background-color: white;
    padding: 1em !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #5d5d5d;
}

p.artice-notice {
    font-size: 0.9em;
    color: lightgray;
}

.article p {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.article h1, .article h2, .article h3 {
    color: #455560;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
}

.article h1 {
    line-height: 30px;
}

.article h2, .article h3 {
    line-height: 26px;
    margin-top: 2em;
    margin-bottom: 1em;
}

.article h3 {
    font-size: 1.2em;
}

#area-article h2, #area-article h3 {
    margin-top: 1em;
}

.article .artice-notice {
    color: #00688b;
    margin-top: 2em;
}

.separator {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

h2.creation-title {
    font-size: 24px;
    font-weight: bold;
}

#error-404 {
    background-color: #333333;
    font-size: 2em;
    text-align: right;
    font-weight: bold;
    color: white;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
}

#error-page h1 {
    color: #2c3e50;
}

.slogan-client-3_fr, .slogan-client-3_en {
    margin-top: -1em;
}

.highlight {
    color: #00688b;
}

.highlight-area {
    background-color: yellow;
    padding-left: 1em;
    padding-right: 1em;
    font-weight: bold;
}

.highlight-excl {
    color: orange;
    font-weight: bold;
}

.help {
    margin-right: 1em;
}

.faq-list {
    background-color: white;
    border-radius: 20px;
    color: #5d5d5d;
}

.faq-list ul{
    list-style: none;
    padding-left: 0;
}

.faq {
    margin-bottom: 0.5em;
}

#new-client-registration form#step1 #submit-element {
    text-align: center;
    width: 100%;
}

#step2-stepTwo-legal_aid-label, #step2-stepTwo-email-label {
    margin-top: 1em;
}

#step2-stepTwo-legal_aid-label {
    margin-top: 2em;
}

#step2-stepTwo-legal_aid-label label {
    width: 100%;
}

#step2-stepTwo-legal_aid-element label {
    margin-right: 1em;
}

#step2-stepTwo-phone {
    margin-bottom: 0;
}

dd p.description {
    font-size: 12px;
    font-style: italic;
}

.support-line {
    font-size: 1.2em;
    margin-left: 0.5em;
    vertical-align: sub;
}

.support-line a {
    text-decoration: none;
    color: #00688b;
}

.testimonies {
    margin-top: 1em;
    margin-bottom: 1em;
}

.testimony {
    border: 1px solid white;
    background-color: #F1F1F1;
    float: left;
    position: relative;
    width: 48%;
    min-height: 150px;
}

.ads {
    border: 1px solid white;
    background-color: #F1F1F1;
    float: left;
    position: relative;
    height: 100px;
    color: darkgray;
    line-height: 100px;
}

.ads a {
    color: darkgray;
}

.testimony-space {
    float: left;
    width: 4%;
    position: relative;
}

.testimonies q {
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
    color: gray;
    padding-right: 1em;
    padding-top: 1em;
}

.testimony q:before {
    font-size: 20px;
    margin-right: 3px;
}

.testimony q:after {
    font-size: 20px;
    margin-left: 3px;
}
.testimonies img {
    float: left;
    margin-top: 1em;
    margin-left: 2em;
}

.testimonies .name {
    color: #333333;
    font-weight: bold;
    text-align: right;
}

#conditions-terms {
    padding-top: 0.5em;
}

#toll-free {
    color: #00688b;
}

.fiche {
    background-color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2em 1em;
    margin-bottom: 2em;
}

.avocat-profil {
    padding-left: 0;
    padding-right: 0;
}

.lawyer-name h2 {
    margin-top: 0;
}

.list-title {
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-size: 2em;
    font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #2c3e50;
    text-transform: uppercase;
}

.details-button .btn {
    text-transform: none;
}

.details-button .glyphicon {
    font-size: 1.5em;
    vertical-align: middle;
}

.lawyer-contact {
    font-size: 1.1em;
    padding: 0.5em;
}

.phone-contact {
    font-size: 1.1em;
    padding: 0.5em;
    background-color: #f1f1f1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 5px solid #dfe4e7;
}

.phone-contact {
    border: 1px solid #00688B;
    background-color: white;
}

.phone-contact u {
    text-decoration: none;
}

.lawyer-contact .clickme {
    color: #2a6496;
    text-decoration: underline;
}

.lawyer-contact .glyphicon, .lawyer-contact a {
    color: #2a6496;
}

.upper {
    text-transform: uppercase;
}

.lawyer-fiche-details {
    display:none;
    width: 66%;
    height: 100%;
}

.fiche-content {
    color: #333333;
}

.fiche-content .item {
    line-height: 2em;
}

#ask-lawyer-form {
    background-image: url(../images/background.png);
    background-repeat: repeat;
    padding: 2em;
    width: 20em;
    margin-top: 2em;
}

#ask-lawyer-form dd {
    margin-bottom: 1em;
}

#member-form {
    background-color: white;
    padding: 2em;
    margin-top: 2em;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#member-form dd {
    margin-bottom: 1em;
}

#member-form ul {
    list-style: none;
}

.icon {
    font-size: 40px;
    padding-right: 1em;
    margin-top: 0.5em;
}

.membre-value {
    line-height: 30px;
    vertical-align: super;
}

.b-close {
    border-radius: 7px;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    background-color: #2c3e50;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 1em;
    top: 2em;
}
.b-close:hover {
    background-color: #1e1e1e;
}

#legal-aid, .main-links {
    font-size: 1.2em;
    color: #00688b;
    margin-bottom: 2em;
}

.main-links {
    margin-top: 1em;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

a.main-links {
    text-decoration: none;
}

#phone-consult-link {
    font-size: 1.2em;
    color: #00688b;
    margin-bottom: 2em;
}

#legal-aid-expl {
    margin-bottom: 2em;
    padding-top: 0 !important;
}

#legal-aid-expl h2 {
    margin-top: 1em;
}

#legal-aid-illustration {
    margin-right: 1em;
}

#legal-aid a {
    text-decoration: none;
}

#success_ask_lawyer, #success_reply {
    display: none;
}

#callcenter {
    background-color: white;
    border-radius: 7em;
    border: 1px solid #00688B;
    height: 14em;
    width: 14em;
}

#callcenter .free-call {
    font-size: 0.8em;
    margin-top: 0.5em;
    color: green;
}

.ask-lawyer {
    color: #2a6496;
}

.lawyer-actions, .ad-actions {
    font-size: 1.1em;
    padding: 0.5em 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid orane;
    font-weight: bold;
}

.lawyer-actions {
    background-color: darkcyan;
    box-shadow: 5px 5px 5px #888888;
    color: white;
}

.ad-actions {
    background-color: #2C3E50;
    color: white;
    padding: 1em;
}

.lawyer-actions .glyphicon {
    color: orange;
}

.lawyer-map {
    width: 100%;
}

#our-services li {
    list-style-type: none;
    margin-top: 1em;
}

#our-services {
    text-align: left;
}

#our-services span {
    color: #00688b;
}

#phone-consult {
    font-size: 1.2em;
}

#visitor-form #send-element {
    text-align: center;
}

#visitor-form dt {
    text-align: center;
}

#how-it-works {
    margin-bottom: 2em;
    margin-top: 1em;
}

.you-lawyer {
    text-decoration: underline;
    color: #00688b;
}

#visitors-stats {
    color: gray;
    font-size: 1.2em;
    margin-left: 1em;
    vertical-align: sub;
}

.inform-client {
    color: gray;
    font-size: 1.2em;
}

.avocat-visits {
    color: white;
    background-color: #2c3e50;
    padding: 0.2em;
}

.free-trial {
    color: white;
    background-color: #00688B;
    padding: 0.5em;
}

#lawyer_signup_title {
    font-weight: bold;
    font-size: 1.4em;
    color: #2c3e50;
    text-transform: uppercase;
    margin-top: 1em;
}

.write-us {
    margin-top: 1em;
    font-size: 1.3em;
    color: #2c3e50;
    margin-bottom: 2em;
}

.guidance-banner {
    width: 100%;
}

.guidance-banner p {
    font-size: 1.1em;
}


.guidance-banner ul {
    font-size: 1.2em;
}

p.guidance-price {    
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 2em;
}

p.guidance-title {
    margin-top: 2em;
    font-weight: bold;
    font-size: 1.5em;
}

.big-banner {
    display: inline-table;
    margin-left: 30px;
    margin-right: 30px;
}

.banner-content {
    display: table-cell;
    vertical-align: middle;
}

.big-banner p {
    font-size: 1.3em;
}

#new-user-creation-success {
    font-size: 1.1em;
}

#___plusone_0, #___plusone_0 iframe {
 vertical-align: middle !important ;
}

.lawyer-skill {
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em;
    margin: 0.5em;
    text-transform: uppercase;
    color: #707070;
}


#step2-stepTwo-legal_aid-element {
    float: left;
}

#step2-stepTwo-aide_juridique-element a {
    font-weight: bold;
    text-decoration: underline;
}

#step2-stepTwo-mm-element, #step2-stepTwo-yy-element, #step2-stepTwo-cvv-element {
    float: left;
    margin-bottom: 2em;
}

#step2-stepTwo-cvv-element {
    width: 7em;
    margin-left: 3em;
    margin-bottom: 2em;
}

#step2-stepTwo-card-label {
    margin-top: 2em;
}

#inquiry-form {
    line-height: 1.5em;
}

#selectionPay_form {
    text-align: center;
}

#selectionPay_form .form-control {
    max-width: 100%;
}

#legal_aid-element label {
    margin-right: 2em;
}

.members-only {
    color: gray;
}

.member-price {
    font-size: 3em;
    color: gray;
}

#listing .member-price {
    font-size: 1em;
    color: #00688B;
}

.subscription-period {
    font-size: 1em;
}

#lawyer-info h1 {
    font-weight: 100;
}

#lawyer-info .fiche-content h2 {
    margin-top: 1em;
}

#lawyer-info .skills {
    background-color: #F1F1F1;
    padding-left: 2em !important;
    margin-top: 2em;
}

#other-lawyers {
    background-color: #F1F1F1;
    padding-top: 2em;
}

#other-lawyers h3 {
    color: darkgray;
}

#workflow-details {
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 0;
    padding-bottom: 3em;
    padding-left: 5em;
}

#appreciation_score-element label {
    width: 100%;
}

#provinces h3 {
    display: none;
}

#provinces img {
    margin-right: 1em;
}

#opinion {
    background-image: url(../images/background.png);
    background-repeat: repeat;
}

#opinion h2 {
    padding-top: 2em;
}

.opinion-subject {
    color: #2c3e50;
    font-weight: bold;
    padding-top: 0.5em;
}

.opinion-subject .subject {
    font-size: 1.2em;
}

.opinion-question {
    background-color: white;
    padding: 0.5em 2em 0.5em 2em;
}

.opinion-user {
    line-height: 2em;
    font-size: 1.5em;
    color: gray;
}

.fiche .view-profile {
    font-size: 1.5em;
    padding-bottom: 1em;
    color: #2C3E50;
}

#videos {
    padding: 3em;
    padding-bottom: 5em;
}

#videos h2 {
    text-align: center;
    font-size: 3em;
    color: gray;
    margin-bottom: 1em;
}

#visit-reasons .logo-title {
    font-size: 1.2em;
    color: gray;
}

.business #visit-reasons .logo-title {
    margin-top: 3em;
}

.btn2 {
    background-color: white;
    color: #2C3E50;
    border: 2px solid;
    border-color: #2C3E50;
}

#workflow-details #send-element {
    text-align: center;
}

.highlighted-category {
    color: orange !important;
}

#city-list {
    margin-bottom: 2em;
}

.home-page #city-list {
    margin-top: 3em;
}

.highlight-green {
    color: green;
    font-weight: bold;
}

.open_office {
    color: white;
    background-color: green;
    padding: 0 0.5em;
    font-weight: bold;
}

.visit-count {
    background-color: orange;
    color: white;
    padding: 0.5em;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.visit-count-listing {
    background-color: white;
    color: gray;
}

#no_legal_aid-element {
    color: red;
    font-size: 1.2em;
}

ul.normal-size li {
    font-size: 1.1em;
}

.style-1 {
    text-align: center;
}

.style-1 del {
  color: rgba(255, 0, 0, 0.5);
  text-decoration: none;
  position: relative;
}

.style-1 del .amount {
    font-size: 25px;
}

.style-1 del:before {
  content: " ";
  display: block;
  width: 100%;
  border-top: 2px solid rgba(255, 0, 0, 0.8);
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-7deg);
}
.style-1 ins {
  color: green;
  font-size: 32px;
  text-decoration: none;
  padding: 1em 1em 1em 0.5em;
}

/* === media_phone.css === */
/*Tablet & Cell phone*/
@media screen and (max-width: 991px) {
    .skill-list {
        padding-left: 1em !important;
    }

    #lawyer-interested {
        padding-left: 1em!important;
        padding-right: 1em!important;
    }

    #lawyer-interested .option-info {
        display: none!important;
    }

    .illustration img {
        width: 100%;
    }

    .multiForm .date-element {
        max-width: none !important;
        width: 100%;
    }

    #maintenance h2 {
        font-size: 1em;
    }

    .customer .logo-title {
        margin-bottom: 2em;
    }

    .lawyer .logo-title {
        margin-bottom: 1em;
    }

    #subscription .logo-title {
        margin-top: 2em;
    }

    #subscription h2 {
        font-size: 1.5em;
    }

    .only-monitor {
        display: none !important;
    }

    .customer .main-button {
        margin-top: 4em;
    }

    .lawyer .main-button {
        margin-top: 3em;
    }

    #free-trial {
        margin-bottom: 1em;
    }

    .slider {
        width: 100%!important;
    }

    .container {
       padding-left: 0;
       padding-right: 0;
    }

    .header .container .main-menu {
       width: 100%!important;
    }

    .country-flag {
        margin-left: 1em;
    }

    .header .menu .country-flag {
        display: none;
    }

    .header .menu .other-role {
        display: none;
    }

    .header .menu .support-line {
        display: none;
    }

    .header .menu .language_switcher {
        display: none;
    }

    .header {
        text-align: center;
    }

    .text-right {
        text-align: center!important;
    }

    .sitemap-geo .skill-list {
        text-align: center;
    }

    .case .select-case {
        margin-top: 1em;
    }

    .testimonies {
        display: none;
    }

    .fiche {
        margin-top: 1em;
    }

    .fiche-content {
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 1em;
    }

    #lawyer-info .fiche-content {
        margin-left: 0;
    }

    .button_group {
        padding: 0 1em !important;
    }

    .details-button {
        margin-top: 1em;
    }

    .cities li {
        width: 100%;
    }

    #visitor-form {
        margin-left: 1em;
        margin-right: 1em;
    }

    .ask-lawyer {
        display: table;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #block-links ul {
        list-style-type: none;
    }

    #block-links li {
        margin-bottom: 1em;
    }

    .fb-like, #___plusone_0, #___plusone_0 iframe {
        display: none !important;
    }

    .big-banner img {
        display: none;
    }
    
    .guidance-img {
        width: 100%;
        margin-left: 0%;
    }

    .big-banner {
        margin-left: 0;
        margin-right: 0;
        padding: 1em;
    }

    .position-site {
        text-align: center;
    }

    .lawyer-fiche {
        margin-left: 1em;
        margin-right: 1em;
    }

    .lawyer-presentation {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .ads {
        width: 100%;
    }

    #client-registration {
        text-align: center;
    }

    #step2-stepTwo-aide_juridique-element {
        display: inline-block;
    }

    #step1, #step2 {
        margin-left: 1em;
        margin-right: 1em;
    }

    .steps {
        margin-left: 1em;
        margin-right: 1em;
    }
    
    #ask_opinion_form {
        margin-left: 1em;
        margin-right: 1em;
    }
    
    .main-button-recap {
        display: none;
    }
    
    #expertises h3 {
        font-size: 1em;
    }
    
    #provinces {
        text-align: center;
    }
    
    .home-page #city-list {
        margin-top: 1em;
    }
    
    .expertise-content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .expertise-content p, .expertise-content h3 {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }

    .guidance-banner {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 !important;
        border-left: none !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .guidance-banner .banner-content {
        padding: 0 !important;
    }
    .guidance-banner .banner-content > div[style*='display: flex'] {
        flex-direction: column !important;
        gap: 0 !important;
        align-items: stretch !important;
        width: 100% !important;
    }
    .guidance-banner .guidance-img {
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 18px;
        display: block;
    }

    .guidance-banner .banner-content > div[style*='display: flex'] > div[style*='flex: 0 0'],
    .guidance-banner .banner-content > div[style*='display: flex'] > div[style*='flex: 1'] {
        max-width: 100% !important;
        flex: unset !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .guidance-banner h2.logo-title {
        font-size: 22px !important;
        padding: 0 2px !important;
        line-height: 1.2 !important;
    }

    .guidance-banner .features {
        gap: 5px !important;
    }

    .seeking-experts {
        padding: 1em !important;

    }

    /* Featured Lawyers - Mobile Responsive */
    .featuring-professionals-section {
        display: block !important;
    }

    #featuring_lawyers .bx-wrapper {
        margin: 0 !important;
        display: block !important;
    }

    #featuring_lawyers .bx-viewport {
        display: block !important;
        box-shadow: none !important;
        border: none !important;
    }

    #featuring_lawyers .bxslider-professionals {
        margin: 0 !important;
        padding: 0 !important;
    }

    #featuring_lawyers .bxslider-professionals li {
        height: auto !important;
        min-height: 0 !important;
    }

    #featuring_lawyers .lawyer-picture {
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 1em;
        text-align: center !important;
    }

    #featuring_lawyers .lawyer-picture img {
        max-width: 130px;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    #featuring_lawyers .bxslider-professionals li > div.col-sm-7 {
        padding: 0 1em !important;
    }

    #featuring_lawyers h3 {
        font-size: 1.1em;
        margin-bottom: 0.5em;
        margin-top: 0;
    }

    #featuring_lawyers p {
        font-size: 0.9em;
        margin: 0.3em 0;
    }

}

/* === media_monitor.css === */
/*Monitors (md)*/
@media screen and (min-width: 992px) {
    .only-mobile {
        display: none !important;
    }

    p {
        font-size: 14px;
    }

    .case {
        font-size: 14px;
    }

    .main_container {
        min-height: 40em;
    }
    .interest-stats {
        text-align: right;
    }

    .option-info {
        display: table-cell;
    }

    .modal {
        margin: 0 30%;
    }

    .modal-logo .logo {
        margin-top: -3em;
    }

    .modal-lang {
        margin-top: 0;
    }

    .modal-img {
        display: inherit;
    }

    #main-slogan {
        font-size: 1.3em;
        margin-bottom: 0.5em;
        margin-top: 1em;
        padding: 0 !important;
        width: 100%;
        float: left;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }

    .modal-body .role-descr h2 {
        font-size: 2em;
    }

    .modal-body .role-descr h3 {
        font-size: 1.5em;
    }

    .modal-body .role {
        border: 5px solid #dfe4e7;
    }

    .modal-body .role-descr {
        background-color: #dfe4e7;
        height: 100%;
    }

    .modal-body .image {
        margin-top: 0;
    }

    .explanation {
        line-height: 1.5em;
        margin-top: 0;
    }

    .lawyer .explanation {
        margin-top: 0;
    }

    .slider-text-client, .slider-text-lawyer {
        display: inherit;
    }

    .steps-title {
        display: table;
    }

    .steps {
        font-size: 1.3em;
    }

    .circle {
        float: left;
        color: #2c3e50;
        background-color: #2c3e50;
        border: 1px solid white;
        color: white;
    }

    .elem-detail {
        text-align: left;
    }

    .dropdown-menu {
        left: -9em;
    }

    .header #mobile-menu {
        display: none;
    }

    .header .mobile-menu {
        display: none;
    }

    .header .menu {
        display: inherit!important;
    }

    .header .menu-li {
        width: auto;
        margin-bottom: 0;
        margin-right: 2em;
    }

    .header .menu-li a {
        width: auto;
        margin-bottom: 0;
        color: #2c3e50;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: bold;
    }

    .header .menu-li .dropdown-menu a {
        width: 100%;
    }


    .main-menu {
        padding-left: 2em;
        margin-right: 0;
        padding-right: 0;
    }

    .country-flag {
        margin-top: 0;
        text-align: center;
        margin-right: 1em;
    }

    .other-role {
        text-transform: uppercase;
        margin-top: 0.5em;
        margin-right: 2em;
        font-weight: bold;
        text-decoration: underline;
    }

    .other-role a {
        color: #2c3e50;
    }

    .language_switcher {
        margin-top: 0.5em;
        margin-right: 1em;
    }

    .nav-folder {
        display: inherit;
    }

    .big-btn {
        font-size: 1.5em;
        padding: 0.5em;
    }

    .bx-wrapper .bx-controls-direction a {
        display: inherit;
    }

    .conv-action {
        height: auto;
        line-height: 1em;
    }

    .slider {
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    #caseskill_switcher-label {
        margin-top: 1.5em;
    }

    #account-confirmation {
        font-size: 1.1em;
    }

    #new-case-left {
        margin-top: 20px;
    }

    .mobile-shortcut {
        display: none!important;
    }

    #billing_mode-element label {
        width: 50%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }

    #skills-element label {
        width: 50%;
        padding-left: 0;
    }

    #sidebar-group-left {
        display: inherit;
    }

    .ui-dialog {
        width: 70%!important;
    }

    #lawyer-picture {
        margin-top: 0;
    }

    .social-logo {
        margin-bottom: 10px;
    }

    .illustration {
        display: none;
    }

    #visitor-form .form-control {
        max-width: none;
    }

    #user_form .form-control {
        width: 100%;
        max-width: none;
    }

    .customer .slider {
        background-color: transparent;
    }

    .main-settings {
        margin-top: 25px;
    }

    .conv-action {
        margin-top: 0.5em;
    }

    .role-descr h3 {
        margin-top: 0px;
    }

    #messages .message {
        padding: 1.5em;
    }

    .bxslider, .bx-wrapper, .bx-viewport {
        display: inherit;
    }

    .landing-main {
        visibility: hidden;
    }

    .circle {
        font-size:1.5em;
    }

    .article {
        padding: 2em !important;
    }

    .fiche {
        height: auto;
    }

    .fiche-content {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        min-height: 17em;
    }

    #plus-avocats {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 0.5em;
        font-size: 1em;
        font-weight: bold;
        font-style: italic;
        z-index: 999;
    }

    #plus-avocats a {
        text-decoration: none;
    }

    #legal-aid-expl {
        padding-left: 0 !important;
    }

    .ask-lawyer {
        color: #2a6496;
    }

    #lawyer-listing {
        margin: 0 15px;
    }

    .landing-main .big-banner {
        margin-left: 15px;
        margin-right: 15px;
    }

    #lawyer-fiche-details {
        display:none;
        width: 66%;
        height: 100% !important;
    }
}


/*************************************/

/* Special case for centering data for portrait tablet and more */
@media screen and (min-width: 768px) {
    #ask-lawyer-form {
        width: 30em;
    }

    .bxslider-reasons {
        height: 10em;
    }

    .bxslider-reasons li {
        height: 10em;
        background-image: url(../images/background.png);
        background-repeat: repeat;
        text-align: center;
    }

    #featuring_lawyers .bxslider-professionals li {
        background-color: white;
        height: 20em;
    }

    #featuring_lawyers .bx-viewport {
        box-shadow: none;
    }

    #featuring_lawyers h2 {
        color: gray;
    }

    #featuring_lawyers h3 {
        text-align: left;
        font-size: 1.5em;
    }

    #featuring_lawyers .lawyer-picture {
        margin-right: 1em;
        margin-left: 2em;
    }

    .ads {
        width: 48%;
    }
}

/* Special case to handle landing page illustration for no phone*/
@media screen and (min-width: 460px) {
    .illustration img {
        width: auto;
    }
}

