/* ---------------------------------------------- GENERAL ---------------------------------------------- */

.container {
    width: 100%;
}

div#content {
    width: 100%;
    padding-left: 25%;
    top: 0;
    margin: 0;
    background: #FFFFFF;
}

.fullwidth {
    width: 100%;
    overflow-x: hidden;
}

p + h3 {
    margin-top: 35px;
    margin-bottom: 11px;
}

.clear  {
    clear: both;
}

.page-rightbar {
    background: aliceblue;
    height: 100%;
}

main#main > .container {
    padding: 0;
}

main#main > .container > .row {
    margin: 0;
}

.content-area .hentry {
    padding-bottom: 0;
}

hr.mini {
    width: 15px;
    border-top-width: 2px;
}

hr.micro {
    width: 15px;
    border-top-width: 2px;
}

hr.white {
    border-top-color: white;
}

hr.dark-blue {
    border-top-color: #1a1f39;
}

hr.black {
    border-top-color: #000000;
}

hr.left {
    margin: 0 0 10px 0;
}

hr.thin {
    border-top-width: 1px;
}

.no-margin-row {
    margin: 0;
}

hr.menu-hr {
    margin-left: calc(9% + 15px);
    margin-top: 10px;
    display: inline-block;
}

footer.entry-footer {
    margin-top: 0;
}

.home a.vc_general.vc_btn3 {
    background: none;
    border: 1px solid #FFFFFF;
    padding: 7px 12px;
    color: #FFFFFF;
    font-family: inherit;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home a.vc_general.vc_btn3:hover {
    background: #FFFFFF;
    color: #000000;
}

div#content.full {
    width: 100%;
}

div#content.full .page-content {
    padding-right: 0;
    width: 100%;
}

.page-template-page-full-php .page-content {
    padding: 0;
}

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

/* ---------------------------------------------- HEADER ---------------------------------------------- */

.responsive-header {
    display: none;
}

header#masthead {
    width: 25%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1a1f39;
    border-bottom: none;
}

div.site-logo-container {
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
    height: 33%;
}

img.site-logo {
    width: 250px;
    max-width: 250px;
}

.menu-container {
    width: 100%;
}

.header-wrap .container > .row {
    display: initial;
}

nav#mainnav {
    float: none;
}

.header-wrap {
    height: 100%;
    width: 100%;
    display: block;
}

.header-wrap .container, .header-wrap .container .row {
    height: 100%;
    display: block;
}

#mainnav ul li a {
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    line-height: 18px;
    margin: 6px 0;
}

#mainnav ul li + li:before {
    content: no-close-quote;
}

#mainnav ul li + li:before {
    content: none;
}

#mainnav ul li {
    width: 100%;
}

#mainnav ul li.current-menu-item a {
    font-weight: 600;
}

#mainnav ul {
    padding-left: 9%;
}

div#submenus {
    position: fixed;
    left: 0;
    top: 50%;
}

div#submenus .submenu {
    position: fixed;
    top: 33%;
    left: -25%;
    height: 67%;
    width: 25%;
    background: #1a1f39;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-left: 2.25%;
    margin-top: 25px;
}

div#submenus .submenu.active {
    left: 0;
    pointer-events: all;
}

.submenu-exit {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}

div#submenus .submenu a {
    color: #FFFFFF;
    font-weight: 300;
    margin: 0;
    line-height: 24px;
    font-size: 15px;
    margin: 9px 0;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div#submenus .submenu-section-title a {
    font-weight: 500;
}

div#submenus .submenu a:hover {
    color: #d87a66;
}

div#submenus .submenu a.subpage-link.current-subpage {
    font-weight: 600;
}

.submenu-opener {
    line-height: 25px;
}

.submenu-opener span {
    padding: 0 0 0 7px;
    cursor: pointer;
    vertical-align: sub;
}

.submenu-opener span img {
    width: 13px;
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.submenu-opener span:hover img {
    transform: rotate(90deg);
}

.submenu-section-title {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
}

.submenu-section-closer {
    width: 11px;
    position: absolute;
    top: -1px;
    left: -20px;
}

.submenu-section-closer img {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.submenu-section-closer:hover img {
    transform: rotate(90deg);
}

/* ---------------------------------------------- PAGE TITLED ---------------------------------------------- */

.page-content {
    width: 100%;
    padding-right: 33.33334%;
    /* overflow-y: scroll; */
    height: inherit;
}

.page-rightbar {
    width: 25%;
    position: fixed;
    right: 0;
    top: 0;
}

header.entry-header {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 50px 0;
    background: #d87a66;
    text-align: center;
    padding-right: 0;
    width: 100%;
}

.page header.entry-header {
    margin-bottom: 0px;
}

.hentry h1.title-post {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0px;
}


header.entry-header hr {
    margin-top: 10px;
    margin-bottom: 25px;
}

.entry-resume {
    max-width: 600px;
    min-width: 200px;
    margin: auto;
    text-align: justify;
    color: #FFFFFF;
}

/* ---------------------------------------------- HOMEPAGE ---------------------------------------------- */

.home-col h3 {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 25px;
}

.home-col .vc_column-inner > .wpb_wrapper {
    max-width: 230px;
    margin: 0 auto;
}

.home-col .vc_column-inner > .wpb_wrapper p {
    /*text-align: justify;*/
}

.address {
    margin: 40px auto 0 40px;
    padding-right: 40px;
    font-size: 15px;
    color: #1D1D1D;
    line-height: 22px;
}

.address a {
    color: inherit;
}

.page-rightbar.backgrounded {
    background-size: cover;
    background-position: 40% 100%;
}

/* ---------------------------------------------- SINGLE ---------------------------------------------- */

.single-inside-content {
    max-width: 600px;
    margin: auto;
    padding-bottom: 30px;
}



body.single.single-droit-penal .vc_row, body.single.single-post .vc_row, body.single.single-contentieux-c-c .vc_row, body.page-template-page-rightbar-php #primary .vc_row,
body.page-template-page-rightbar-no-title-php #primary .vc_row, body.page-template-page-actualites-php .vc_row, body.page-template-page-full-titled-limited-php #primary .vc_row {
    max-width: 600px;
    margin: auto!important;
}

body.single.single-droit-penal #primary,body.single-post.single #primary, body.single.single-contentieux-c-c #primary, body.page-template-page-rightbar-php #primary,
body.page-template-page-rightbar-no-title-php #primary, body.page-template-page-fullwidth-titled-limited-php #primary, body.page-template-page-actualites-php #primary {
    padding: 0 33.33% 0 0;
    height: inherit;
    width: 100%;
    position: relative;
}

.content-area.have-right-bar {
    width: 100%;
    padding-right: 400px;
}

.page-rightbar {
    width: 25%;
    position: fixed;
    right: 0;
    top: 0;
}

body.single.single-droit-penal .vc_row[data-vc-full-width], body.single.single-post .vc_row[data-vc-full-width], body.single.single-contentieux-c-c .vc_row[data-vc-full-width], body.page-template-page-rightbar-php #primary .vc_row[data-vc-full-width], body.page-template-page-rightbar-no-title-php #primary .vc_row[data-vc-full-width], body.page-template-page-full-titled-limited-php #primary .vc_row[data-vc-full-width], body.page-template-page-actualites-php .vc_row[data-vc-full-width]{
    max-width: none;
    width: 100%!important;
    padding: 0!important;
    left: inherit!important;
}

body.single.single-droit-penal .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner, body.single.single-post .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner, body.single.single-contentieux-c-c .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner, body.page-template-page-rightbar-php #primary .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner, body.page-template-page-rightbar-no-title-php #primary .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner,  body.page-template-page-full-titled-limited-php #primary .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner, body.page-template-page-actualites-php .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner {
    padding: 0;
}

.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text {
    margin-bottom: 20px;
}

.wpb_wrapper ul li {
    margin-bottom: 10px;
}

.single-expert {
    width: 33.3334%;
    float: left;
}

.single-expert-image {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}

.single-footer-title {
    margin: 0 auto;
    padding: 25px 0 10px;
}

.single-footer-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.liens-externes {
    background: #7d8f98;
    padding-bottom: 30px;
}

a.external-link {
    display: block;
    padding-left: 8%;
    color: #FFFFFF;
}

a.external-link:hover {
    color: #1a1f39;
}

.see-more h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.see-more {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    background: #d87a66;
    width: 100%;
    padding: 20px 40px 30px 20px;
}

.see-more a {
    color: #FFFFFF;
    display: block;
}

.see-more a:hover {
    color: #1a1f39;
}

.see-more hr {
    margin: 15px 0;
}

.single-droit-penal li.p1, .single-contentieux-c-c li.p1 {
    text-align: justify;
}




/* ---------------------------------------------- CARREFOUR ---------------------------------------------- */


.content-area .hentry.carrefour-item {
    width: 25%;
    float: left;
    height: 230px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.content-area .hentry:after {
    content: none;
}

.carrefour-item-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.carrefour-item .carrefour-hover-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.carrefour-item:hover .carrefour-hover-frame{
    background: rgba(224, 182, 56, 0.61);
    height: 100%;
    z-index: 1;
}

.carrefour-item-content {
    line-height: 230px;
    padding: 0;
    text-align: center;
}

.carrefour-item-content h3 {
    line-height: normal;
    color: #FFFFFF;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9), 0px 0px 8px rgba(0, 0, 0, 0.4);
}

.carrefour-item-content h3:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #FFFFFF;
    position: relative;
    z-index: 3;
    display: block;
    margin: 10px auto 0;
}

/* ---------------------------------------------- EQUIPE ---------------------------------------------- */

.content-area .hentry.member-item-vignette {
    height: 300px;
    position: relative;
    width: 25%;
    float: left;
    cursor: pointer;
    padding-top: 0;
}

.content-area .member_type-partner {
    width: 50%!important;
    height: 350px;
}
.content-area .member-details-container-associes .member_type-partner{
    width: 100%!important;
}
.member-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 18%;
    cursor: pointer;
}

.member-item-vignette:hover .member-hover-frame{
    background: rgba(224, 182, 56, 0.61);
    height: 100%;
    z-index: 1;
}

.member-item-vignette.active .member-hover-frame{
    background: rgba(224, 182, 56, 0.61);
    height: 100%;
    z-index: 1;
}

.member-item-vignette .member-hover-frame{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.member-item-details {
    padding: 0 15px;
}

.member-details-column.general {
    background: #cbac50;
    color: #FFFFFF;
    padding: 0;
    width: 25%;
}

h5.general-content-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    margin: 5px 0;
}

.member-details-column {
    float: left;
    height: 100%;
}

.general-content-text {
    line-height: 20px;
    font-weight: 100;
}

.general-content {
    padding: 10px 25px 20px;
}

.member-item-thumbnail {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: 50%;
}

.member-details-column.biography {
    width: 50%;
    padding: 10px 30px 0;
    margin-right: -1px;
    overflow-y: scroll;
}

.member-details-column.contact {
    width: 25%;
    font-size: 13px;
    position: relative;
    padding: 60px 30px;
}

.contact-line a {
    color: inherit;
}

.bio-content {
    padding-bottom: 30px;
    text-align: justify;
}

.member-details-column.biography h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    color: #1a1f39;
}

.member-details-column.contact:before {
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #1a1f39;
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
}

.content-area .hentry.member-item-details {
    padding: 0;
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-area .hentry.member-item-details.active {
    height: 650px;
}

.content-area .hentry.member-item-details.member_type-partner.active {
    height: 800px;
}

.member-details-column.contact hr {
    margin: 10px 0 12px;
}

.member_type-partner .member-details-column.general {
    background: #d8d6d9;
    color: inherit;
}

.member_type-partner .member-details-column.general h5 {
    color: inherit;
}

.member-details-exit {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #1a1f39;
    text-align: center;
    padding: 17px;
    line-height: 12px;
    cursor: pointer;
}

.member-details-exit:hover img {
    transform: rotate(90deg);
}

.member-details-exit img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotate(0deg);
}

.member-linkedin {
    background: #1a1f39;
    width: 30px;
    height: 30px;
    padding: 7px;
    line-height: 0;
    margin-top: 20px;
}

.member-item-content-hover {
    z-index: 2;
    position: relative;
    text-align: center;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: -100px;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.member-item-content h3 {

    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.member-item-content {
    line-height: 300px;
    display: table;
    text-align: center;
    width: 100%;
    top: 0;
    position: relative;
}

.member-resume {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
}

.member-item-content-hover hr {
    margin: 10px auto;
}

.member-item-vignette:hover .member-item-content-hover {
    opacity: 1;
    margin-top: 0;
}

.member-item-vignette.active .member-item-content-hover {
    opacity: 0;
    margin-top: -100px;
}

/* ---------------------------------------------- CREDENTIAL ---------------------------------------------- */

.content-area .credential-item {
    max-width: 600px;
    text-align: center;
    padding: 20px 0;
    height: initial;
    background: #FFFFFF;
}

.credential-categorie {
    text-transform: uppercase;
    font-weight: 600;
    color: #7d8f98;
    font-size: 18px;
}

h3.credential-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    color: #1a1f39;
}

.credential-location {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #1a1f39;
}

.credential-item-content hr {
    margin: 10px auto;
}

.lateral-filters.post_masonry_column hr {
    margin: 30px 0;
}

.localisation-filter-title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

#localisation-filter-clear {
    margin-top: 20px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 8px;
    line-height: 11px;
    border: 1px solid #1a1f39;
    cursor: pointer;
    display: inline-block;
}

#localisation-filter-clear:hover {
    background: #1a1f39;
    color: #FFFFFF;
}

div#localisation-filter {
    height: 15px;
    text-transform: uppercase;
}

.return-to-map {
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 6px 8px;
    line-height: 11px;
    border: 1px solid #1a1f39;
    cursor: pointer;
    color: #1a1f39;
    display: inline-block;
}

.return-to-map:hover {
    background: #1a1f39;
    color: #FFFFFF;
}

div#zoom-europe {
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 5px 10px 0px 15px; */
    z-index: -1;
}

div#zoom-europe img {
    /* border: 5px solid #ffffff; */
}

div#map-zoomer {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 150px;
    margin-left: -75px;
    z-index: 3;
    text-align: center;
}

.map-zoomer-button {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    color: #FFFFFF;
    width: auto;
    text-align: center;
    border: 1px solid #FFFFFF;
    padding: 3px 10px;
    background: none;
}

.map-zoomer-button:hover {
    color: #414e57;
    background: #FFFFFF;
}

div#zoom-minus {
    display: none;
}

div#zoom-minus.europe {
    display: inherit;
}

div#zoom-plus.europe {
    display: none;
}

div#zoom-europe.active {
    z-index: 2;
}

.medium-paragraph {
    max-width: 600px;
    margin: 0 auto 35px auto;
}

.max-80percent {
    max-width: 80%;
    margin: auto;
}

.international-list h5 {
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.international-list h6 {
    margin: 0;
}

.international-content > .vc_column_container > .vc_column-inner {
    max-width: 1000px;
    margin: auto;
}

.international-list {
    text-align: left;
}

.international-line {
    padding: 0 0 0 30px;
    text-align: center;
}

.international-line .wpb_column.vc_column_container.vc_col-sm-3 {
    float: none;
    display: inline-block;
}

div#map-pin-content {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
}

div#map-pin-content-exit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #000000;
    padding: 0px 12px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

div#map-pin-content-exit img {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

div#map-pin-content-exit:hover img {
    transform: rotate(90deg);
}

div#map-pin-content-container {
    max-width: 800px;
    width: 80%;
    margin: 60px auto;
}

div#map-pin-content.active {
    max-height: 99999px;
}


/* ---------------------------------------------- ACTUALITE ---------------------------------------------- */


.actualite-item {
    text-align: center;
    line-height: normal;
    max-width: 600px;
    margin: auto;
}

.actualite-item-icon {
    width: 50px;
    display: inline-block;
    line-height: 0;
    margin-bottom: 5px;
}

.actualite-item-category {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #7D8F98;
    margin-bottom: 5px;
}

.actualite-item-date {
    font-size: 12px;
    color: #7d8f98;
}

.post.type-post {
    padding: 0;
}

.actualite-read-more {
    color: #000000;
    text-transform: uppercase;
    border: 1px solid #000000;
    display: inline-block;
    padding: 2px 12px;
    cursor: pointer;
}

.actualite-read-more:hover {
    color: #FFFFFF;
    background: #000000;
}

.actualite-item-content h4 {
    margin: 10px 0 5px;
    color: inherit;
    font-weight: 300;
    font-size: 18px;
}

.actualite-item-content {
    line-height: 22px;
}

.actualite-item hr {
    max-width: 30px;
    border-top-width: 2px;
    border-color: #caae54;
    margin: 30px auto;
}

/* ---------------------------------------------- LANGUAGE ---------------------------------------------- */

ul#qtranslate-chooser li {
    list-style: none;
    line-height: normal;
    display: inline-table;
}

ul#qtranslate-chooser {
    margin-bottom: 0;
    display: table;
}

ul#qtranslate-chooser li.active {
    display: none!important;
}

.lang-switcher hr {
    margin: 10px 0 15px 0;
    margin-left: calc(9% + 15px);
}


#mainnav .lang-switcher li a {
    font-size: 14px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.72);
}


/* ---------------------------------------------- NEWSLETTER FORM ---------------------------------------------- */

.contact-popup .nf-field-container {
    margin-bottom: 0px!important;
}

.nf-form-fields-required {
    display: none;
}

.contact-form-textarea textarea {
    background: #d8d6d9;
    border: none;
    height: 100px!important;
}

.contact-form-textarea {
    padding: 0 10px;
}

.contact-popup .nf-field-container {
    margin-bottom: 0px!important;
}

.nf-form-fields-required {
    display: none;
}

.third-input {
    float: left;
    width: 33.33334%;
    padding: 0 10px;
    background: #FFFFFF;
    clear: none!important;
    margin-bottom: 5px!important;
}

.half-input {
    float: left;
    width: 50%;
    padding: 0 10px;
    background: #FFFFFF;
}

.full-input {
    float: left;
    width: 100%;
    margin-bottom: 5px!important;
    padding: 0 10px;
    background: #FFFFFF;
}

.contact-form-input input{
    background: #d8d6d9;
    border: none;
    color: #424E57;
    font-weight: 100;
}

div.contact-form-input input{
    margin-bottom: 4px;
    padding: 5px 12px;
}


.contact-form-select select {
    position: relative;
}

.contact-form-select > .nf-field select {
    background: #d8d6d9;
    border: none;
    border: none;
    color: #424E57;
    font-weight: 100;
    padding: .5em;
    padding-right: 2.5em;
    margin: 0;
    border-radius: 0px;
    width: 100% !important;
    line-height: 20px;
    display: table-header-group;
    -webkit-appearance: button;
}

.contact-form-select select::before { /*  Custom dropdown arrow */
    content: "\25BC";
    font-size: .625em;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
}

.contact-form-submit {
    text-align: center;
    margin-bottom: 0!important;
}

.contact-form-submit input {
    width: 100%;
    border-radius: 0;
    padding: 5px 40px;
    font-weight: 100;
    border: none;
    background: #1a1f39;
    border: 1px solid #1a1f39;
}

.contact-form-submit input:hover {
    background: none;
    color: #1a1f39;
}

.ninja-forms-required-items {
    display: none;
}

.contact-popup {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.contact-popup-body {
    max-width: 600px;
    margin: 5% auto;
    padding-bottom: 0;
    background: #ffffff;
    max-height: 70%;
    overflow-y: scroll;
    position: relative;
}

.contact-inside {
    max-width: 450px;
    margin: auto;
    position: relative;
    margin-top: 0;
}

.contact-popup-title {
    text-align: center;
    font-weight: 100;
    padding: 10px 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.popup-close {
    width: 36px;
    height: 36px;
    position: absolute;
    padding: 0 9px;
    line-height: 33px;
    right: 0;
    top: 0;
    cursor: pointer;
    background: #1a1f39;
}

.popup-close img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.popup-close:hover img{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contact-popup-header {
    height: 200px;
}

.contact-popup-content {
    padding: 0 30px;
    background: #FFF;
}

.contact-popup div.submit-wrap {
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    background: none;
    text-align: center;
}

div.contact-form-mandatory-text {
    float: left;
    width: 100%;
    margin-top: 0;
    padding-top: 0px;
}

div.ninja-forms-response-msg {
    display: none;
}

div.ninja-forms-response-msg.ninja-forms-success-msg {
    display: block;
    background: #FFF;
    min-height: 50px;
    text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    color: #16802A;
}

div.ninja-forms-response-msg.ninja-forms-error-msg {
    display: block;
    background: #FFF;
    min-height: 50px;
    text-align: center;
    padding: 15px 0;
    color: #FF2C2C;
}

.ninja-forms-error.checkbox {
    color: #FF2C2C;
}

img#contact-icon {
    width: 20px;
    margin-right: 15px;
    vertical-align: sub;
}

span#contact-button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form-submit-wrap {
    margin-bottom: 0!important;
}


span#contact-button:hover {
    color: #5e0712;
}

.contact-form-checkbox {
    color: #AAAAAA;
    font-weight: 100 !important;
}

.ninja-forms-form label {
    font-weight: 100 !important;
}

.ninja-forms-field-error {
    display: none;
}

.ninja-forms-error input, .ninja-forms-error select, .ninja-forms-error textarea {
    border-color: #FF9A9A !important;
}

.contact-form .wpb_wrapper {
    max-width: 400px;
    margin: auto;
}

.contact-popup hr {
    margin: 5px 0;
}


.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
    color: #1a1f39;
}

.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #1a1f39;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #1a1f39;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
    color: #1a1f39;
}

.contact-address {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 10px 0;
}

.mentions-legales {
    margin-top: 10px;
}

.mentions-legales a {
    font-size: 13px;
    color: inherit;
    text-decoration: underline;
}

.scnb-buttons a, .scnb-buttons a b {
    font-weight: 300;
    border-radius: 0;
    padding: 2px 13px 2px 13px;
}

.nf-response-msg {
    color: #549a64;
    font-size: 16px;
    margin-bottom: 15px;
}
