/*!
Theme Name: Selectrum Theme
Theme URI: http://www.selectrum.com
Description: 
Author: Selectrum Communications
Author URI: http://www.selectrum.com
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/
body {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1rem;
  color: #10181f; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 500; }

a {
  transition: 400ms ease; }

p a {
  color: #d61834; }
  p a:hover {
    color: #d61834;
    text-decoration: underline; }

h2 {
  text-transform: uppercase;
  margin-bottom: 22px; }

@media screen and (max-width: 39.9375em) {
  h2 {
    font-size: 1.8rem; } }

.pos-relative {
  position: relative; }

.button, .button-style {
  position: relative;
  background: transparent;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 2rem;
  margin: 40px 0 0;
  border: 0 none;
  line-height: 57px; }
  .button:before, .button:after, .button-style:before, .button-style:after {
    display: block;
    width: 34px;
    height: 57px;
    content: "";
    position: absolute;
    top: 0; }
  .button.white:before, .button-style.white:before {
    left: 0;
    background: url(assets/images/btn-before.png) no-repeat 0 0; }
  .button.white:after, .button-style.white:after {
    right: 0;
    background: url(assets/images/btn-after.png) no-repeat 0 0; }
  .button.white:hover, .button-style.white:hover {
    background: transparent;
    color: #d61834; }
  .button.red, .button-style.red {
    color: #d61834; }
    .button.red:before, .button-style.red:before {
      left: 0;
      background: url(assets/images/btn-before-red.png) no-repeat 0 0; }
    .button.red:after, .button-style.red:after {
      right: 0;
      background: url(assets/images/btn-after-red.png) no-repeat 0 0; }
    .button.red:hover, .button-style.red:hover {
      background: transparent;
      color: #10181f; }

.button-style {
  width: 145px;
  margin: 40px auto 0;
  cursor: pointer; }
  .button-style input {
    background: transparent;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    border: 0 none;
    cursor: pointer;
    color: #d61834;
    transition: 400ms ease; }
    .button-style input:hover {
      color: #10181f; }

.header {
  padding: 0.9rem 0;
  background: #ffffff;
  box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.3); }
  .header .logo {
    max-width: 185px; }
  .header .contact {
    position: absolute;
    top: -15px;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 0.8rem; }
    .header .contact a.contact_link {
      padding: 0.5rem 1rem;
      line-height: 1;
      text-transform: uppercase;
      background: #d61834;
      color: #ffffff; }
      .header .contact a.contact_link:hover {
        background: #f1f1f2;
        color: #d61834; }
    .header .contact a.tel {
      padding: 0.5rem 1rem;
      line-height: 1;
      background: #10181f;
      color: #ffffff; }
      .header .contact a.tel:hover {
        background: #f1f1f2;
        color: #10181f; }
  @media screen and (max-width: 63.9375em) {
    .header {
      padding: 2.5rem 0 0; }
      .header .logo {
        margin-bottom: 1rem; }
      .header .contact {
        top: -2.5rem; } }

.banner {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 3.7rem; }
  .banner h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 5px;
    position: absolute;
    top: 50%;
    line-height: 1;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0; }
  .banner.nos-avocats {
    background-image: url(assets/images/banniere_avocats.jpg); }
  @media screen and (max-width: 63.9375em) {
    .banner {
      margin-bottom: 2rem; }
      .banner h1 {
        width: 100%;
        text-align: center; } }

.header-wrapper.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }

body.sticky-nav-on {
  padding-top: 100px; }

.bx-wrapper {
  box-shadow: none;
  border: 0 none;
  margin: 0; }
  .bx-wrapper img {
    width: 100%; }
  .bx-wrapper .relative--wrapper {
    position: relative; }
    .bx-wrapper .relative--wrapper .content {
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
      transform: translate(-50%, -40%);
      width: 100%;
      max-width: 1300px; }
      .bx-wrapper .relative--wrapper .content h2 {
        font-size: 75px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2;
        margin: 0 auto 30px;
        letter-spacing: 2px; }
        .bx-wrapper .relative--wrapper .content h2:after {
          content: "";
          display: block;
          width: 45px;
          height: 5px;
          margin: 25px auto 0;
          text-align: center;
          background: #ffffff; }
      .bx-wrapper .relative--wrapper .content h3 {
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 60px;
        letter-spacing: 3px; }
    .bx-wrapper .relative--wrapper .button.white {
      line-height: 71px; }
      .bx-wrapper .relative--wrapper .button.white:before, .bx-wrapper .relative--wrapper .button.white:after {
        width: 46px;
        height: 71px; }
      .bx-wrapper .relative--wrapper .button.white:before {
        background: url(assets/images/read-more-before.png) no-repeat 0 0; }
      .bx-wrapper .relative--wrapper .button.white:after {
        background: url(assets/images/read-more-after.png) no-repeat 0 0; }
  @media screen and (min-width: 768px) and (max-width: 1400px) {
    .bx-wrapper .relative--wrapper .content h2 {
      font-size: 65px; }
    .bx-wrapper .relative--wrapper .content h3 {
      font-size: 20px;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 63.9375em) {
    .bx-wrapper .relative--wrapper .content {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .bx-wrapper .relative--wrapper .content h2 {
        font-size: 65px; }
      .bx-wrapper .relative--wrapper .content h3 {
        font-size: 20px;
        margin-bottom: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    .bx-wrapper .relative--wrapper .content h2 {
      font-size: 35px; }
    .bx-wrapper .relative--wrapper .content h3 {
      font-size: 16px;
      width: 90%;
      margin: auto; } }

.footer {
  background: #10181f;
  color: #ffffff;
  padding: 1rem 0;
  font-size: 0.8rem;
  margin: 0; }
  .footer p {
    margin: 0; }

.header .menu a {
  display: inline-block;
  padding: 0 1rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #10181f; }
  .header .menu a:hover {
    color: #d61834; }

.header .menu .active > a,
.header .menu .is-active > a {
  background: transparent;
  color: #d61834; }

.header .menu .menu-item-object-custom.active > a,
.header .menu .menu-item-object-custom.is-active > a {
  color: #10181f; }
  .header .menu .menu-item-object-custom.active > a:hover,
  .header .menu .menu-item-object-custom.is-active > a:hover {
    color: #d61834; }

.header .mobile-nav {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-right: 0.8rem; }
  .header .mobile-nav span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #10181f;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out; }
    .header .mobile-nav span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .header .mobile-nav span:nth-child(2) {
      top: 8px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
    .header .mobile-nav span:nth-child(3) {
      top: 16px;
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; }
  .header .mobile-nav.open span {
    background: #d61834; }

.header .mobile-menu--wrapper {
  display: none;
  width: 100%; }
  .header .mobile-menu--wrapper ul.menu.align-right {
    display: block;
    text-align: center; }
    .header .mobile-menu--wrapper ul.menu.align-right li {
      display: block;
      width: 100%; }
      .header .mobile-menu--wrapper ul.menu.align-right li a {
        display: block;
        background: #10181f;
        color: #ffffff;
        width: 100%;
        padding: 1.2rem 0 1rem;
        border-bottom: 2px solid #000; }
        .header .mobile-menu--wrapper ul.menu.align-right li a:active {
          background: #10181f;
          color: #d61834; }

.form {
  margin-bottom: 5rem; }
  .form .form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .form .form-row .column {
      width: 49%; }
    @media screen and (max-width: 63.9375em) {
      .form .form-row .column {
        width: 100%; } }
  .form [type='text'], .form [type='password'], .form [type='date'],
  .form [type='datetime'], .form [type='datetime-local'], .form [type='month'],
  .form [type='week'], .form [type='email'], .form [type='number'], .form [type='search'],
  .form [type='tel'], .form [type='time'], .form [type='url'], .form [type='color'], .form textarea {
    border: 0 none;
    box-shadow: none;
    border-bottom: 1px solid #d61834;
    font-weight: 600; }
    .form [type='text']::-webkit-input-placeholder, .form [type='password']::-webkit-input-placeholder, .form [type='date']::-webkit-input-placeholder,
    .form [type='datetime']::-webkit-input-placeholder, .form [type='datetime-local']::-webkit-input-placeholder, .form [type='month']::-webkit-input-placeholder,
    .form [type='week']::-webkit-input-placeholder, .form [type='email']::-webkit-input-placeholder, .form [type='number']::-webkit-input-placeholder, .form [type='search']::-webkit-input-placeholder,
    .form [type='tel']::-webkit-input-placeholder, .form [type='time']::-webkit-input-placeholder, .form [type='url']::-webkit-input-placeholder, .form [type='color']::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder {
      color: #10181f;
      opacity: 1;
      /* Firefox */ }
    .form [type='text']:-ms-input-placeholder, .form [type='password']:-ms-input-placeholder, .form [type='date']:-ms-input-placeholder,
    .form [type='datetime']:-ms-input-placeholder, .form [type='datetime-local']:-ms-input-placeholder, .form [type='month']:-ms-input-placeholder,
    .form [type='week']:-ms-input-placeholder, .form [type='email']:-ms-input-placeholder, .form [type='number']:-ms-input-placeholder, .form [type='search']:-ms-input-placeholder,
    .form [type='tel']:-ms-input-placeholder, .form [type='time']:-ms-input-placeholder, .form [type='url']:-ms-input-placeholder, .form [type='color']:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
      color: #10181f;
      opacity: 1;
      /* Firefox */ }
    .form [type='text']::placeholder, .form [type='password']::placeholder, .form [type='date']::placeholder,
    .form [type='datetime']::placeholder, .form [type='datetime-local']::placeholder, .form [type='month']::placeholder,
    .form [type='week']::placeholder, .form [type='email']::placeholder, .form [type='number']::placeholder, .form [type='search']::placeholder,
    .form [type='tel']::placeholder, .form [type='time']::placeholder, .form [type='url']::placeholder, .form [type='color']::placeholder, .form textarea::placeholder {
      color: #10181f;
      opacity: 1;
      /* Firefox */ }
  .form textarea {
    height: 50px; }
  @media screen and (max-width: 39.9375em) {
    .form {
      margin-bottom: 2rem; } }

.cabinet-intro {
  margin-bottom: 1.2rem; }

#map {
  height: 600px; }
  @media screen and (max-width: 39.9375em) {
    #map {
      height: 500px; } }

.popup-tip-anchor {
  height: 0;
  position: absolute;
  width: 245px; }

.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }
  .popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #10181f; }

.popup-bubble-content {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  background-color: #10181f;
  padding: 20px 20px 5px;
  overflow-y: auto;
  color: #ffffff;
  text-align: center;
  font-size: 0.9rem; }
  .popup-bubble-content p {
    line-height: 1.5; }
  .popup-bubble-content img {
    width: 175px;
    margin-bottom: 15px; }

.error404 .contenu-404 {
  padding-top: 5rem;
  min-height: 400px; }
  .error404 .contenu-404 p {
    font-size: 2rem; }

.bg-light-grey {
  background: #f1f1f2;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .bg-light-grey img {
    margin-bottom: 2rem; }

.two-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  column-gap: 70px; }
  @media screen and (max-width: 63.9375em) {
    .two-columns {
      -webkit-column-gap: 30px;
      column-gap: 30px;
      text-align: justify; } }
  @media screen and (max-width: 39.9375em) {
    .two-columns {
      -webkit-column-count: 1;
      column-count: 1;
      text-align: left; } }

.profil {
  margin-bottom: 3.4rem;
  font-size: 1.05rem;
  font-weight: 500;
  max-width: 1175px; }
  .profil h1 {
    color: #10181f;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 2.5rem; }
    .profil h1 span {
      text-transform: uppercase; }
  @media screen and (max-width: 63.9375em) {
    .profil img {
      margin: 0 auto 2rem; } }

.a_propos {
  padding: 2.4rem 2.3rem 1rem;
  background: #f1f1f2;
  font-weight: 500;
  margin-bottom: 2.5rem; }
  .a_propos h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.9rem; }
  @media screen and (max-width: 63.9375em) {
    .a_propos {
      padding: 2.4rem 0; } }

.bg-cd-red {
  background: #d61834;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .bg-cd-red ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    font-weight: 500; }
    .bg-cd-red ul li {
      margin-bottom: 0.8rem; }

.bg-affiliations {
  background: url(assets/images/bg-city-blue.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem; }
  .bg-affiliations ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 500; }
    .bg-affiliations ul li {
      margin-bottom: 1.6rem; }
  @media screen and (max-width: 63.9375em) {
    .bg-affiliations .two-columns {
      -webkit-column-count: 1;
      column-count: 1;
      text-align: center; } }

.prix-distinctions {
  font-weight: 500;
  padding-top: 3.3rem;
  padding-bottom: 3rem; }
  .prix-distinctions h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 auto;
    width: 85%; }
  .prix-distinctions p {
    margin: 0 auto 1rem;
    width: 85%; }

.publications {
  font-weight: 500; }
  .publications .sep {
    border-left: 2px solid #333; }
  .publications h2 {
    margin-bottom: 2rem; }
  .publications .cell.one-column {
    width: 45%; }
  @media screen and (max-width: 63.9375em) {
    .publications .sep {
      display: none; }
    .publications .cell.one-column {
      width: calc(100% - 1.875rem); } }

.bg-red-img {
  font-weight: 500;
  padding-top: 3.3rem;
  padding-bottom: 3rem;
  background: url(assets/images/bg-city-red.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff; }
  .bg-red-img h2 {
    margin-bottom: 2rem; }
  .bg-red-img .cell.one-column {
    width: 45%; }
  @media screen and (max-width: 63.9375em) {
    .bg-red-img .cell.one-column {
      width: calc(100% - 1.875rem); } }

.cabinet-home {
  background: #10181f;
  color: #ffffff;
  padding: 4.3rem;
  margin-top: -3rem;
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .cabinet-home {
      padding: 3rem 1.4rem 4rem;
      margin-top: -5px; } }

.cpt-avocats {
  background: #f1f1f2;
  padding-top: 6rem;
  padding-bottom: 8rem;
  margin-top: -3rem; }
  .cpt-avocats .grid-container {
    padding: 0; }
  .cpt-avocats .row-avocats {
    width: 100%; }
    .cpt-avocats .row-avocats .avocat .name {
      display: block;
      width: 100%;
      color: #ffffff;
      font-weight: 600;
      padding: 1.3rem 1rem 1.2rem;
      background: #d61834 url(assets/images/plus_red.jpg) no-repeat right center; }
      .cpt-avocats .row-avocats .avocat .name span {
        text-transform: uppercase; }
      .cpt-avocats .row-avocats .avocat .name:hover {
        background: #d61834 url(assets/images/plus_red_hover.jpg) no-repeat right center; }
    .cpt-avocats .row-avocats .avocat:nth-of-type(2) {
      margin-top: 70px; }
      .cpt-avocats .row-avocats .avocat:nth-of-type(2) .name {
        background: #10181f url(assets/images/plus_blue.jpg) no-repeat right center; }
        .cpt-avocats .row-avocats .avocat:nth-of-type(2) .name:hover {
          background: #10181f url(assets/images/plus_blue_hover.jpg) no-repeat right center; }
      .cpt-avocats .row-avocats .avocat:nth-of-type(2):hover .name {
        background: #10181f url(assets/images/plus_blue_hover.jpg) no-repeat right center; }
    .cpt-avocats .row-avocats .avocat:hover .name {
      background: #d61834 url(assets/images/plus_red_hover.jpg) no-repeat right center; }
    .cpt-avocats .row-avocats:nth-child(odd) .avocat .name {
      background: #10181f url(assets/images/plus_blue.jpg) no-repeat right center; }
      .cpt-avocats .row-avocats:nth-child(odd) .avocat .name:hover {
        background: #10181f url(assets/images/plus_blue_hover.jpg) no-repeat right center; }
    .cpt-avocats .row-avocats:nth-child(odd) .avocat:nth-of-type(2) .name {
      background: #d61834 url(assets/images/plus_red.jpg) no-repeat right center; }
      .cpt-avocats .row-avocats:nth-child(odd) .avocat:nth-of-type(2) .name:hover {
        background: #d61834 url(assets/images/plus_red_hover.jpg) no-repeat right center; }
    .cpt-avocats .row-avocats:nth-child(odd) .avocat:nth-of-type(2):hover .name {
      background: #d61834 url(assets/images/plus_red_hover.jpg) no-repeat right center; }
    .cpt-avocats .row-avocats:nth-child(odd) .avocat:hover .name {
      background: #10181f url(assets/images/plus_blue_hover.jpg) no-repeat right center; }
    @media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
      .cpt-avocats .row-avocats:nth-child(odd) {
        direction: rtl; }
        .cpt-avocats .row-avocats:nth-child(odd) .avocat {
          text-align: left; }
          .cpt-avocats .row-avocats:nth-child(odd) .avocat:nth-of-type(1), .cpt-avocats .row-avocats:nth-child(odd) .avocat:nth-of-type(3) {
            margin-top: -241px; } }
    @media screen and (max-width: 39.9375em) {
      .cpt-avocats .row-avocats {
        padding: 0 1rem; }
        .cpt-avocats .row-avocats .avocat {
          margin-bottom: 1rem; }
          .cpt-avocats .row-avocats .avocat .name {
            font-size: 0.85rem; }
          .cpt-avocats .row-avocats .avocat:nth-of-type(2) {
            margin-top: 0; } }

.nos-expertises {
  background: #d61834 url(assets/images/bg-expertises-v2.jpg) no-repeat right center;
  background-size: auto 100%;
  color: #ffffff;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  margin-top: -3rem;
  margin-bottom: 4rem; }
  .nos-expertises .expertise {
    font-size: 1.55rem; }
    .nos-expertises .expertise span:after {
      content: "";
      display: block;
      width: 45px;
      height: 1px;
      margin: 0.6rem auto 0;
      text-align: center;
      background: #ffffff; }
  @media screen and (max-width: 39.9375em) {
    .nos-expertises .expertise {
      margin-top: 2rem; }
    .nos-expertises h2 {
      margin: 0; } }

/*# sourceMappingURL=style.css.map */
