/*
Theme Name: Nexus Project Law Firm
Theme URI: https://www.nexus-plf.com/
Author: Media Squad
Author URI: https://www.media-squad.fr/
Description: Th&egrave;me du site Nexus Project Law Firm
Version: 1.0
*/



html {
    min-height:110vh;
}
body {
    font-optical-sizing: auto;
    padding-top:87px;
    font-family: 'Helvetica Neue', sans-serif !important;
    font-weight:300 !important;
    font-style: normal;
    font-size:1em;
}
body {
    background-color:#ffffff;
}


@media(min-width:768px) {

}
@media(max-width:767px) {

}


a {
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}



/******************************************** MAIN **************************************************/

header {
    background-color: #ffffff;
    padding-top:60px;
    z-index: 9998 !important;
}
.navbar {
    z-index: 9999 !important;
    transition: box-shadow .2sease;
    position: fixed;
    z-index: 10;
    /*
    background-color: #565d94;
    background-color: #b1cedc;
    */
    background-color: #ffffff;
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    transition: box-shadow .2sease;
    /*border-bottom:1px solid #B1B1B1;*/
    padding:0 0px !important;
}
.navbar a {
    color:#565d94;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size:0.85em;
    line-height: 32px;
    margin-right: 13px;
    text-decoration: none;
}
.navbar a:hover {
    color:#b1cedc;
    color:#565d94;
    text-decoration: none;
}
.dropdown-menu {
    background-color:black !important;
    background:black !important;
}
.dropdown-menu li a {
    background-color:black !important;
    background:black !important;
}
.navbar-nav {
    margin-bottom: -1px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav .show {
    color:#b1cedc !important;
    font-weight:400 !important;
}
.navbar-nav .btn .nav-link.active {
    color:#b1cedc;
}
@media(min-width:768px) {
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
        border-bottom: 2px solid #b1cedc !important;
    }
    .dropdown-item.active {
        border-bottom: 0px solid #e62e0c !important;
    }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler {
  border-color: rgb(255,255,255,0) !important;
  background-color: transparent !important;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
} 
.navbar li.btn {
    background-color: transparent;
    border:none;
}
.navbar li.btn:hover {
    background-color: transparent;
    border:none;
}
.navbar li.btn a {
    background-color: #e62e0c;
    border:none;
    line-height: 30px;
    height:30px;
    padding:0px 19px !important;
    margin-top:3px !important;
    font-size:14px;
    border-radius:15px;
    text-transform: uppercase;
}
.navbar li.btn a:hover {
    background-color: #e62e0c;
    color:white;
}
.navbar ul.nav-cta {
    list-style-type: none;
}
.navbar ul.nav-cta li {
    float: left;
}

/******************************************** HOMEPAGE **************************************************/

@media(min-width:768px) {
    .jumbotron {
        min-height:877px;
    }
}


/******************************************** FOOTER **************************************************/


.footer {
    color:white;
    font-weight:400 !important;
}
.footer a {
    color:white;
}
.footer-top {
    background-color:#ffffff;
    padding:35px 0 45px 0;
    font-size:14px;
}
.footer-top .col-md-3 {
    padding:30px 30px 0 30px;
}
.footer-top ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}
.footer-top ul li {
    border-bottom: 1px solid #BABABA;
    font-size:13px;
    line-height:48px;
}
.footer-top a {
    font-size:13px;
    line-height:32px;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-top a:hover {
    color:#b1cedc;
}
.footer-top h4 {
    font-size:16px;
    font-weight:600;
    line-height:24px;
}
.footer-middle {
    background-color:#565d94;
    font-size:13px;
    padding:25px 0;
}
.footer-middle .col-md-3 {
    padding:15px 30px 0px 30px;
}
.footer-middle h4 {
    font-size:16px;
    font-weight:600;
    line-height:24px;
}
.footer-bottom {
    background-color:#565d94;
    font-size:14px;
    padding:13px 0;
}
.footer-middle a, .footer-bottom a {
    color:white;
    text-decoration: none;
}
.footer-middle a:hover, .footer-bottom a:hover {
    color:#e62e0c;
    text-decoration: none;
}





/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
