html {
    scroll-behavior: smooth !important;
}

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

html[lang="en-US"] img.logo2 {
    display: inline;
}

html[lang="en-US"] img.logo1 {
    display: none;
}

a {
    color: #27282b;
    transition: .3s ease color;
}

a:hover {
    color: #D15C1C;
}

.content-inner {
    padding: 0;
}

.header-top-left {
    font-family: Roboto;
    font-size: 14px;
    color: #FFFFFF;
}

.side-menu .wpml-ls-item {
    margin-top: 15px;
}

.menu-item-has-children {
    cursor: pointer;
}

.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text a {
    color: #fff;
}

.header-bottom {
    transition: .3s ease background-color;
}

.header-top, .header-top-left, .header-top-right {
    height: 40px;
    line-height: 40px;
}

.main-menu>li>a {
    line-height: 140px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 30px;
    transition: .3s ease color;
}

.main-menu li.investissement-menu a::after {
	content: "\f06c";
	margin-left: 10px;
    color: green;
    font-size: 15px;
    font-family: "Font Awesome 5 Pro";
}

.special-menu-btn-container,
.logo-wrapper {
    height: 140px;
    line-height: 140px;
}

.special-menu-btn-container {
    padding: 0 35px;
}
.content-outer {
    /*top: -140px;*/
}

body.scroll-type-sticky.header-is-regular-top .main-header.scrolled, body.scroll-type-sticky.header-is-divided-top .main-header.scrolled, body.scroll-type-sticky.header-is-regular-top-logo .main-header.scrolled, body.scroll-type-sticky.header-is-divided-top-logo .main-header.scrolled {
    top: -140px;
}
header.main-header .header-top {
	transition: height .3s ease, line-height .3s ease, opacity .3s ease;
	opacity: 1;
}
header.main-header.scrollmin .header-top {
	height: 0;
	line-height: 0;
	opacity: 0;
}
header.main-header .header-bottom {
	max-height: 140px;
}
body.scroll-type-sticky .main-header.scrollmin .header-container, body.scroll-type-sticky .main-header.scrollmin {
    height: 140px;
}
header.main-header.scrollmin .header-bottom {
	background-color: #2B2E32;
}
header.main-header .header-bottom .header-bottom-right,
header.main-header .header-bottom .header-bottom-left {
	position: relative;
	transition: top .3s ease;
	top: 0;
}
/*header.main-header.scrollmin .header-bottom .header-bottom-right,
header.main-header.scrollmin .header-bottom .header-bottom-left {
	top: -40px;
}*/

.header-top-right-widget {
    display: inline-block;
}

.color-orange{
	color: #D15C1C;
}

.color-dark-bleu{
	color:#27282B;
}
.form-conseiller-hidden {
    display: none;
}
.header-top-tel{
	padding-right:70px;
}

.header-top-tel,
.header-top-tel a{
	color: #D15C1C;
	font-size: 14px;
	line-height: 16px;
}

.header-top-tel a{
	transition:.3s ease color;
}

.header-top-tel a:hover{
	color:#fff;
}

.header-top-tel i{
	padding-right: 10px;
}

.header-top-connexion a {
    padding: 0 70px;
    background: #D15C1C;
    display: inline-block;
	font-size: 14px;
	color: #262626;
	position: relative;
	top: -2px;
	transition: .3s ease color, .3s ease background;
}

.header-top-connexion a:hover {
    background: transparent;
	color: #D15C1C;
}

.header-top {
    padding-right:0;
    overflow: hidden;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 21;
    right: 0;
    top: 0;
    background-color: rgba(43, 46, 50, .8);
    overflow-x: hidden;
    opacity:0;
    transition: 0.5s;
}


.overlay.open {
    height: 100%;
    opacity: 1;
}

.overlay .overlay-close {
    font-size: 6rem;
    font-weight: 300;
    background:none;
    color:#fff;
    width: 80px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
}

.overlay .overlay-close i{
    font-weight: 300;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
}

.search-form .search-field, .search-form .search-submit {
    background: none;
    border: none;
}

.search-form {
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom:15px;
}

    .search-form .search-field{
        font-family: Playfair Display;
        font-size: 64px;
        line-height: 1.2em;
        color: #FFFFFF;
        box-sizing: border-box;
        width: calc(100% - 64px) ;
        float: left;
        padding: 0;
    }

    .search-form .search-submit{
        font-size: 64px;
        line-height: 1.2em;
        color: #FFFFFF;
        box-sizing: border-box;
        width: 64px;
        float: left;
        padding: 0;
    }

.search-form .search-field::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-form .search-field::placeholder {
  color: #fff;
}

.search-form .search-field:focus::placeholder {
  color: transparent;
}

.overlay p{
    font-size: 2.4rem;
    line-height: 1.2em;
    color: #FFFFFF;
}

.search-btn {
    cursor: pointer;
}

.search-btn i {
	font-size: 20px;
    top: 4px;
    position: relative;
    font-weight: 400
}

.special-menu-btn-container a i, .header-mobile-special-btn a i {
    display: none;
}

.special-menu-btn-container a, .header-mobile-special-btn a {
    background-color: transparent;
    position: relative;
    height: 20px;
    border-top: 3px solid #fff;
    width: 30px;
    transition: .3s ease background-color;
}

.special-menu-btn-container a:before, .special-menu-btn-container a:after, .header-mobile-special-btn a:before, .header-mobile-special-btn a:after {
    content: "";
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -20px;
    display: block;
    right: 0;
    width: 100%;
    transition: .3s ease background-color, .3s ease border;
}

.special-menu-btn-container a:before, .header-mobile-special-btn a:before {
    width: 15px;
    bottom: 10px;
    transition: .3s ease background-color, .3s ease width;
}

.special-menu-btn-container a:after, .header-mobile-special-btn a:after {
    bottom:0;
    transition: .3s ease background-color;
}

.special-menu-btn-container a:hover:before, .header-mobile-special-btn a:hover:before {
    width: 100%;
    background-color: #000;
}

.special-menu-btn-container a:hover:before,
.header-mobile-special-btn a:hover:before,
.special-menu-btn-container a:hover:after,
.header-mobile-special-btn a:hover:after {
    background-color: #D15C1C;
}

.special-menu-btn-container a:hover, .header-mobile-special-btn a:hover {
    border-color: #D15C1C;
}

.side-menu-section {
    width: 500px;
    padding-left:80px;
    padding-top:100px;
}

body.has-side-menu-above.has-side-menu-right .side-menu-section, body.has-side-menu-with.has-side-menu-right .side-menu-section {
    right: -500px;
    z-index: 9999;
}

.side-menu-close {
    height: 48px;
    font-size: 48px;
    color:#fff;
    top:30px;
    right:30px;
    transition: .3s ease color;
}

.side-menu-close:hover {
    color:#D15C1C;
}

.side-menu-close i{
    font-weight: 300;
}

.next-row a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .3s ease color;
}

.next-row a:hover{
	color:#D15C1C;
}

.next-row a i{
    padding-right:15px;
}

.accueil-video-title {
    padding-bottom: 100px;
	background-color: #130e0a;
}

.accueil-video-title .container {
    position: relative;
    z-index: 1;
}

.accueil-video-title::after {
    content: "";
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    background-image: url("/wp-content/uploads/2021/10/beaudry-acc-title-grad.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    visibility: visible!important;
    left: 0;
    top: 70px;
}

.accueil-video-title::after{
    animation: zoom-in-zoom-out 20s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

.accueil-video-title h1{
    margin-bottom: 60px!important;
}

.title-ligne p {
    font-size: 80px;
    line-height: 10px;
}

.side-menu li>a, .side-menu li>.menu-item-inner>a {
    font-family: Playfair Display;
    font-size: 27px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: left;
    padding:0;
    transition: .3s ease color;
}

.side-menu li>a:hover, .side-menu li>.menu-item-inner>a:hover, .main-menu>li>a:hover {
    color: #D15C1C;
}

li>.sub-menu-arrow, li>.menu-item-inner>.sub-menu-arrow {
    display: inline-block;
    position: relative;
    color: #D15C1C;
    width: auto;
    padding: 0;
    padding-left:10px;
    line-height: 36px;
    text-align: left;
}

.side-menu li>a, .side-menu li>.menu-item-inner>a {
    display: inline-block;
}

li>.sub-menu-arrow i, li>.menu-item-inner>.sub-menu-arrow i {
    font-size: inherit;
    font-weight: 300;
}

.sub-menu-arrow i.sub-menu-arrow-close::before {
    content: "\f067";
}

.sub-menu-arrow i.sub-menu-arrow-open::before {
    content: "\f068";
}

.side-menu ul li {
    padding-left: 15px;
}

.side-menu ul li a {
    font-size: 22px;
    line-height: 32px;
}

.header-side-connexion a {
    padding: 25px 50px;
    background: transparent;
    border:1px solid #D15C1C;
    display: inline-block;
	font-size: 14px;
	color:#D15C1C;
	transition: .3s ease color, .3s ease background;
	font-family: Roboto;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.header-side-connexion a:hover {
    background: #D15C1C;
	color: #262626;
}

.header-side-social a {
    color: #fff;
    font-size: 20px;
    transition: .3s ease color;
}

.header-side-social a:hover {
    color: #D15C1C;
}

.header-side-social a:first-child {
    margin-right: 40px;
}

.header-side-social {
    margin-bottom: 30px;
}

.side-menu-widget-below-menu {
    position: absolute;
    bottom: 65px;
}

.footer-widget h5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #D15C1C;
    margin-bottom: 40px;
}

.widget-bottom-content {
    font-size: 15px;
    line-height: 22px;
}

.form-input-white {
    border: 1px solid #FFFFFF!important;
    background: transparent!important;
    color: #A5A5A5!important;
    padding: 19px 15px!important;
}

.form-input {
    border: 1px solid #2b2e32!important;
    background: transparent!important;
    color: #2b2e32!important;
    line-height: 20px!important;
    margin-bottom:15px!important;
    font-size: 15px!important;
    line-height: 18px!important;
    font-family: Roboto!important;
    padding: 19px 15px!important;
}

.form-input-white::-webkit-input-placeholder { /* WebKit browsers */
	color: #A5A5A5 !important;
	opacity: 1;
}
.form-input-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #A5A5A5 !important;
	opacity: 1;
}
.form-input-white::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #A5A5A5 !important;
	opacity: 1;
}
.form-input-white:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #A5A5A5 !important;
	opacity: 1;
}

.form-input::-webkit-input-placeholder { /* WebKit browsers */
	color: #2b2e32 !important;
	opacity: 1;
}
.form-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #2b2e32 !important;
	opacity: 1;
}
.form-input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #2b2e32 !important;
	opacity: 1;
}
.form-input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #2b2e32 !important;
	opacity: 1;
}

.infolettre-label {
    font-size: 17px!important;
    line-height: 30px!important;
    color: #FFFFFF!important;
}

.form-btn-white {
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    transition: .3s ease color;
}

.depasser-attente-row {
    padding-top: 170px;
    padding-bottom: 100px;
}

.form-btn {
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #2b2e32;
    background: transparent;
    border: 0;
    transition: .3s ease color;
}

.form-btn-white:hover,
.form-btn:hover {
    color: #D15C1C;
}

.form-btn-white i,
.form-btn i{
    padding-left: 20px;
}

.cf7-custom-btn {
    text-align: right;
}

.cf7-custom-btn .ajax-loader {
    display: none;
}

.form-input-white.wpcf7-not-valid,
.form-input.wpcf7-not-valid {
    border-color: #dc3232!important;
}

.wpcf7-not-valid-tip{
	display:none!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #D15C1C;
    background:#D15C1C;
}

.footer-bottom-center p, .footer-bottom-center a {
    font-family: Roboto;
    font-size: 15px;
    line-height: 18px;
    color: #7E7E7E;
    transition: .3s ease color;
}

.footer-bottom-center a:hover {
    color: #D15C1C;
}

.content-bottom .footer-big-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 110px;
    line-height: 120px;
    color: #FFFFFF;
}

.avis-juridique-links a {
    color: #909090;
}

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

.infolettre-btn {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px;
    color: #fff!important;
    cursor: pointer;
    transition: .3s ease color, .3s ease background;
    font-size: 12px!important;
    text-transform: uppercase;
}

.infolettre-btn:hover {
    background: #fff;
    color: #000!important;
}

.footer-col ul li {
    line-height: 20px;
    margin-bottom:10px;
}

.footer-col ul li a,
.footer-col a,
.footer-col p{
    font-family: Roboto;
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    transition: .3s ease color;
}

.footer-col ul li a:hover,
.footer-col a:hover {
    color: #D15C1C;
}

.footer-address,
.footer-tel {
    margin-bottom: 10px;
}

.footer-first-location,
.footer-second-location {
    margin-bottom: 30px;
}
.footer-first-location + .single-conseiller-social {
    margin-bottom: 45px;
}

.footer-top.footer-col-count-4 .footer-col.footer-col-1 {
    width: 50%;
}

.footer-col-1 .footer-col-inner {
    max-width: 465px;
}

.footer-top.footer-col-count-4 .footer-col.footer-col-2,
.footer-top.footer-col-count-4 .footer-col.footer-col-3 {
    width: 16%;
}

.footer-col-2 .footer-col-inner,
.footer-col-3 .footer-col-inner {
    max-width: 200px;
}

.footer-top.footer-col-count-4 .footer-col.footer-col-4 {
    width: 18%;
}

.footer-top {
    padding-top: 275px;
    padding-bottom: 100px;
}

.content-bottom{
	padding:0;
}

.footer-bottom {
    padding-top: 50px;
    padding-bottom: 100px;
}

.padding-200{
	padding:200px 0;
}

.padding-100{
	padding:100px 0;
}

.padding-150{
	padding:150px 0;
}
.padding-b-50{
    padding-bottom: 50px;
}
.padding-b-100{
    padding-bottom: 100px;
}

.toptitle{
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #D15C1C;
}

.le-cabinet-title{
	font-size: 40px;
	line-height: 60px;
	color: #27282B;
	max-width: 1250px;
}

.le-cabinet-text{
	max-width: 640px;
}

.services-list-row, .conseillers-list-row,
.soutien-admin-list-row {
    display: inline-block;
    width: 100%;
}

.soutien-admin-list-row{
    padding-bottom: 100px;
}

.service, .service-last,
.conseiller,
.soutien-admin {
	width: calc(33.33% - 25px);
    float: left;
    display: block;
    position: relative;
    margin: 0 12.5px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.service {
    cursor: pointer;
}

.service-last {
    cursor: initial;
}

.conseiller-inner, .soutien-admin-inner, .service-inner{
    padding: 40px 30px 15px 30px;
    opacity:1;
    visibility: visible;
    transition: .3s ease opacity;
    height:100%;
    box-sizing: border-box;
    min-height: 520px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.service-hover,
.soutien-admin-hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 30px 15px 30px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #353535;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease opacity;
}

.soutien-admin-content {
    padding: 0 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.conseiller-hover {
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px 30px 15px 30px;
    width: 100%;
    height:100%;
    box-sizing: border-box;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease opacity;
}

.service .service-hover,
.conseiller .conseiller-hover,
.soutien-admin .soutien-admin-hover{
    transition: .3s ease opacity, 0s linear .3s visibility;
}

.service:hover .service-hover,
.conseiller:hover .conseiller-hover,
.soutien-admin:hover .soutien-admin-hover{
    opacity:1;
    visibility: visible;
    transition: .3s ease opacity, 0s linear 0s visibility;
}

.service-last-inner {
	padding: 40px 30px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.service-last-quote {
    font-family: Playfair Display;
    font-size: 250px;
    line-height: 155px;
    height: 65px;
    color: #D15C1C;
}

.quotation-mark p {
    font-family: Playfair Display;
    font-size: 250px;
    line-height: 155px;
    height: 65px;
    color: #fff;
}

.service-last-text {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;
    position: absolute;
    bottom: 30px;
}

.service-btn-row,
.accueil-nouvelles article .post-date-ligne,
.blog article .post-date-ligne {
    display: table;
    width: 100%;
}

.service-btn,
.conseiller-hover .conseiller-btn,
.accueil-nouvelles article .post-date-ligne .post-date,
.blog article .post-date-ligne .post-date {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 75%;
}

.service-ligne,
.conseiller-hover .conseiller-ligne,
.accueil-nouvelles article .post-date-ligne .post-ligne,
.blog article .post-date-ligne .post-ligne {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 25%;
    text-align: right;
}

.service-btn p {
    font-family: Roboto;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.conseiller-btn p {
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: #D15C1C;
}

.service-btn p i {
    padding-left:25px;
}

.conseiller-btn p i {
    padding-left:15px;
}

.service-ligne p {
    color: #fff;
    font-size: 26px;
    line-height: 26px;
}

.service-title span {
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    display: inline-block;
}

.service-hover-title,
.service-title {
    line-height: 18px;
    text-align: right;
    margin-bottom: 75px;
}

.soutien-admin-titre {
    margin-bottom: 75px;
}

.service-hover-title span {
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #D15C1C;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    display: inline-block;
}

.service-hover .service-btn p,
.service-hover .service-ligne p {
    color: #D15C1C;
}

.service-hover .service-list {
    padding: 0 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.service-inner .service-list {
    opacity: 0;
    visibility: hidden;
}

.service-list li {
    font-size: 17px;
    line-height: 25px;
    color: #FFFFFF;
}

.service-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.services-row h2 {
    max-width: 1000px;
}

.services-top-title{
	margin-bottom:100px;
}

.conseiller-orange .conseiller-inner {
    background: #D15C1C;
    color: #27282B;
    text-align: center;
}

.conseiller-dark-blue .conseiller-inner {
    text-align: center;
}

.conseiller-dark-blue .conseiller-inner {
    background:#2B2E32;
}

.conseiller.conseiller-dark-blue .conseiller-inner,
.conseiller.conseiller-orange .conseiller-inner {
    opacity: 1!important;
    visibility: visible!important;
}

.service a,
.conseiller a,
.accueil-nouvelles article a,
.blog article a,
.search article a,
.ecoLien {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
    user-select: none;
    z-index: 999;
}

.article-bg {
    background-size: cover;
    background-position: center;
    height: 270px;
}

.conseiller-top-title{
	display:inline-block;
	width: 100%;
}

.conseiller-top-title .quotation-mark {
    width: 25%;
    display: block;
    float: left;
}

.conseiller-top-title .conseiller-title {
    width: 75%;
    display: block;
    float: left;
    text-align: right;
}

.conseiller-title p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.conseiller-quote-title p {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
}

.conseiller-orange .conseiller-quote-title p,
.conseiller-orange .conseiller-title p {
    color: #27282B;
}

.conseiller-dark-blue .conseiller-quote-title p {
    color: #D15C1C;
    position: absolute;
    bottom: 50px;
    padding: 0 30px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
}
.conseiller-orange .conseiller-title p,
.conseiller-dark-blue .conseiller-title p {
    margin-bottom: 90px;
}

.conseiller-icon {
    margin-bottom: 65px;
}

.conseiller-quote-title {
    margin-bottom: 75px!important;
}

.accueil-video-title .wpb_column {
    display: inline-block;
    width: 100%;
}

.conseiller-inner .conseiller-nom,
.conseiller-inner .conseiller-titre,
.conseiller-inner .conseiller-ligne {
    opacity:0;
}

.conseiller-nom,
.soutien-admin-nom {
    margin-bottom: 5px;
}

.conseiller-nom p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #27282B;
}

.conseiller-titre p,
.soutien-admin-titre p {
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    color: #27282B;
}

.conseiller-hover .conseiller-nom p,
.soutien-admin-hover .soutien-admin-nom p {
    color: #D15C1C;
}

.conseiller-hover .conseiller-titre p,
.soutien-admin-hover .soutien-admin-titre p{
	color:#fff;
}

.conseiller-inner .conseiller-ligne,
.soutien-admin-inner .soutien-admin-ligne {
    position: absolute;
    bottom: 15px;
    text-align: right;
    width: 100%;
    left: 0;
    padding: 0 30px;
    box-sizing: border-box;
}

.conseiller-inner .conseiller-ligne p {
    color: #27282B;
    font-size: 26px;
    line-height: 26px;
}

.conseiller-hover .conseiller-ligne p,
.soutien-admin-hover .soutien-admin-ligne p {
    color: #D15C1C;
    font-size: 26px;
    line-height: 26px;
}

.conseiller-hover .conseiller-btn-row,
.soutien-admin-hover .soutien-admin-ligne-row,
.service-btn-row {
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 15px;
    padding: 0 30px;
    box-sizing: border-box;
}

.soutien-admin-hover .soutien-admin-ligne-row {
    text-align: right;
}

.conseiller-inner-row {
    padding-bottom: 100px;
}

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

.accueil-nouvelles article .article-inner,
.blog article .article-inner {
    position: relative;
    color:#fff;
    padding:40px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.accueil-nouvelles article .article-inner::before,
.blog article .article-inner::before {
	content: "";
    background: #2b2e32;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: bottom .40s ease;
}

.accueil-nouvelles article:hover .article-inner::before,
.blog article:hover .article-inner::before {
	bottom: 100%;
    transition: bottom .39s ease .01s;
}

.accueil-nouvelles article .article-inner::after,
.blog article .article-inner::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(209 92 28 / 95%);
    transition: bottom .39s ease .01s;
}

.accueil-nouvelles article:hover .article-inner::after,
.blog article:hover .article-inner::after {
	bottom: 0;
    transition: bottom .40s ease;
}


.accueil-nouvelles article .post-info,
.blog article .post-info {
    z-index: 2;
    position: relative;
}

.accueil-nouvelles article .post-date-ligne .post-date p,
.blog article .post-date-ligne .post-date p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.accueil-nouvelles article .post-author p,
.blog article .post-author p {
    font-style: italic;
    font-size: 15px;
    line-height: 18px;
}

.accueil-nouvelles article .post-title,
.blog article .post-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #D15C1C;
    transition: .4s ease color;
}

.accueil-nouvelles article:hover .post-title,
.blog article:hover .post-title {
    color: #fff;
}

.accueil-nouvelles article .post-cat p,
.blog article .post-cat p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.accueil-nouvelles-inner article,
.blog article {
    position: relative;
    padding: 0 12.5px;
    width: 33.33%;
    display: block;
    float: left;
    box-sizing: border-box;
}

.accueil-nouvelles article .post-cat,
.accueil-nouvelles article .post-title,
.accueil-nouvelles article .post-desc,
.blog article .post-cat,
.blog article .post-title,
.blog article .post-desc {
    margin-bottom: 30px;
}

.accueil-nouvelles article .post-author,
.blog article .post-author {
    margin-bottom: 15px;
}

.nouvelles-row {
    padding-top: 150px;
}

.nouvelles-title-row {
    padding-bottom: 70px;
}

.nouvelles-text-row {
    padding-bottom: 100px;
}

.accueil-nouvelles {
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
}
.nouvelles-title-ligne i {
    font-size: 60px;
    color: #D15C1C;
    font-weight: 300;
}

.ligne-bleu i {
    font-size: 60px;
    color: #27282B;
    font-weight: 300;
}

.nouvelles-title-ligne,
.ligne-bleu {
    text-align: right;
}

.nouvelles-text-row p {
    font-size: 20px;
    line-height: 40px;
    max-width: 800px;
}

.title {
    height: 430px;
}

.title h1 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.title .display-cell {
    vertical-align: bottom;
}
.title .display-cell {
    vertical-align: bottom;
    padding-bottom: 60px;
}

.prev-next-post {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #fff;
}

.milieu-prev-next {
    padding-left: 50px;
    padding-right: 50px;
}

.prev-post a i {
    padding-right: 20px;
}

.next-post a i {
    padding-left: 20px;
}

.prev-post a,
.next-post a {
    color:#fff;
    transition: .3s ease color;
}

.prev-post a:hover,
.next-post a:hover {
    color:#D15C1C;
}

.single-conseillers .title .display-cell {
    width: 50%;
}

.single-conseillers .title .display-cell:nth-child(2) {
    text-align: right;
}

.single-conseillers .blog-single-middle {
    display: table;
    width: 100%;
}

.single-conseillers .blog-single-middle .blog-single-content-left {
    display: table-cell;
    width: 65%;
    float: none;
    vertical-align: top;
}

.single-conseillers .blog-single-middle .blog-single-content-right {
    display: table-cell;
    width: 35%;
    float: none;
    vertical-align: top;
    position: relative;
}

.single-conseillers .blog-single-big-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.blog-single-content-left-inner {
    max-width: 680px;
    width: 90%;
    margin: 0 auto;
    padding-top:120px;
    padding-bottom: 120px;
    min-height: 600px;
}

.single-conseillers .blog-single-title {
	font-family: Playfair Display;
	font-size: 70px;
	line-height: 60px;
	color: #D15C1C;
}

.single-conseillers .blog-single-expertise {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #27282B;
    margin-bottom: 50px;
}

.single-conseillers .blog-single-expertise p{
    margin-bottom: 10px;
}

.single-titre {
    font-family: Playfair Display;
    font-size: 40px;
    line-height: 45px;
    color: #27282b;
}

.single-conseiller-social a {
    font-size: 25px;
    color: #D15C1C;
    margin-right: 75px;
    transition: .3s ease color;
}

.single-conseiller-social a:hover {
    color: #27282B;
}

/*.single-conseiller-content {
    padding-bottom: 100px;
}*/

.single-conseiller-btn span::before {
    content: "\f274";
    font-family: 'Font Awesome 5 Pro';
    padding-right: 10px;
}

.soutien-admin-col .vc_column-inner {
    min-height: 520px;
    padding: 40px 30px!important;
    box-sizing: border-box;
    position: relative;
    background-position: top right!important;
}

/*.soutien-admin-col::after {
    content: "\f068";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    bottom: 25px;
    right: 30px;
    line-height: 5px;
    font-size: 27px;
    color: #27282B;
}*/

.soutien-admin-col {
    padding: 0 12.5px;
    margin-bottom: 25px;
}

.soutien-admin-nom p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #27282B;
}

.soutien-admin-col.conseiller-orange::after{
	display: none;
}

.soutien-admin-col.conseiller-orange .conseiller-quote-title {
    margin-bottom: 60px!important;
}

.soutien-admin-row {
    padding-bottom: 150px;
}

.le-cabinet-desc {
    font-size: 40px;
    line-height: 60px;
    color: #27282B;
}

.mission-vision-int-inner-row .wpb_column .vc_column-inner {
    max-width: 400px;
    margin: 0 auto;
}

.implications-logo-row {
    margin-top: 75px;
}

.nos-produits-logo-row .wpb_column {
    margin-bottom: 50px;
}

.nos-produits-logo-row {
    padding-bottom: 100px;
}

.rendez-vous-btn a {
    border: 0;
    padding:25px 50px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 300px;
    text-align: left;
    box-sizing: border-box;
    transition: width .3s ease, padding-left .6s ease .3s;
    background-color: #2b2e32 !important;
}
.rendez-vous-open .rendez-vous-btn a {
    width: 360px;
}

.rendez-vous-btn a::before {
    content: "";
    background: rgba(43, 46, 50);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: bottom .40s ease;
}

.rendez-vous-btn a::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(209, 92, 28);
    transition: bottom .39s ease .01s, opacity 0s ease 1s !important;
}
.rendez-vous-open .rendez-vous-btn a::after {
    opacity: 0;
    transition: bottom .39s ease .01s, opacity 0s ease 0s !important;
}

.rendez-vous-open .rendez-vous-btn a {
    padding-left: 30px;
}
.rendez-vous-open .rendez-vous-btn a:hover::before {
    bottom: 0 !important;
}

.rendez-vous-open .rendez-vous-btn a:hover::after {
    bottom: -100% !important;
}




.rendez-vous-open .rendez-vous-btn a:hover span {
    color: #D15C1C !important;
}




.rendez-vous-btn a:hover span {

}





.rendez-vous-container {
    position: fixed;
    bottom: 60px;
    right: 100px;
    z-index: 999;
}


.rendez-vous-form-container {
    overflow: hidden;
    height: 0;
    background: #2b2e32;

    transition: height .6s ease .3s;
}


.rendez-vous-form-container-inner {


}













.rendez-vous-open .rendez-vous-form-container {
    overflow: hidden;
    height: 605px;
}

.rendez-vous-form-container-inner {
    width: 300px;
    padding: 15px 25px 50px ;
    box-sizing: border-box;
    position: relative;

    transition: width .3s ease, opacity .3s ease 0s;

    opacity: 0;
}
.rendez-vous-open .rendez-vous-form-container-inner {
	opacity: 1;
    transition: width .3s ease, opacity 0s ease 0s;
    width: 360px;
}

.rendez-vous-form-container-inner::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 25px 0 25px;
    border-color: #2b2e32 transparent transparent transparent;
    display: block;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.rendez-vous-close {
    position: absolute;
    top: 15px;
    right: 25px;
	color: #fff;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}
.rendez-vous-open .rendez-vous-close {
    opacity: 1;
    transition: opacity .3s ease .6s;
}


.rendez-vous-close i{
    font-size: 30px;
    font-weight: 300;
    transition: color .3s ease;
}
.rendez-vous-btn:hover .rendez-vous-close  i {
    color: #D15C1C;
}

.rendez-vous-form label {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.rendez-vous-title,
.rendez-vous-desc {
    margin-bottom:30px;
}

.rendez-vous-desc p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.rendez-vous-desc p span{
    text-decoration: underline;
}

.rendez-vous-title p {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #D15C1C;
}

.rendez-vous-title p i{
	padding-right:20px;
}

.rendez-vous-form .select {
    width: 100%;
    padding: 20px 45px 20px 20px;
    background: transparent!important;
    background-image: url(/wp-content/uploads/2021/08/select-arrow.png)!important;
    background-repeat: no-repeat!important;
    background-position-x: calc(100% - 15px)!important;
    background-position-y: center!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    border-color: #fff;
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    line-height: 18px;
    margin-bottom:15px;
}

.rendez-vous-form .select2 {
    width: 100%!important;
    background: transparent!important;
    font-family: Roboto;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
    border: 1px solid #fff;
}

.wpcf7-form .select2 {
    width: 100%!important;
    background: transparent!important;
    font-family: Roboto;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
    border: 1px solid #2b2e32;
}

.rendez-vous-form .select2 .select2-selection {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 15px 45px 15px 15px;
}

.wpcf7-form .select2 .select2-selection {
    background: transparent;
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 15px 45px 15px 15px;
}

.rendez-vous-form .select2-container .select2-selection .select2-selection__rendered{
	padding-left:0;
	padding-right:0;
	color:#fff;
}

.wpcf7-form .select2-container .select2-selection .select2-selection__rendered {
    padding-left:0;
	padding-right:0;
	color:#2b2e32;
}

.wpcf7-form br{
	display: none;
}

.rendez-vous-form .select2-selection--single .select2-selection__arrow b,
.wpcf7-form .select2-selection--single .select2-selection__arrow b{
	display: none;
}

.rendez-vous-form .select2-selection--single .select2-selection__arrow,
.wpcf7-form .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
}

.rendez-vous-form .select2-selection--single .select2-selection__arrow::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.wpcf7-form .select2-selection--single .select2-selection__arrow::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    color: #2b2e32;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.rendez-vous-form select option {
	color: #2b2e32;
}

.rendez-vous-form button {
    margin-top:30px;
}

.rendez-vous-form button {
    background: transparent;
    border: 0;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    transition: .3s ease color;
}

.rendez-vous-form button:hover {
    color: #D15C1C;
}

.rendez-vous-form button i{
    padding-left:20px;
}

.rendez-vous-btn a span {
    color: #D15C1C;
    position: relative;
    z-index: 2;
    transition: .3s ease color;
}

.dist-btn span {
    color: #fff;
    position: relative;
    z-index: 2;
    transition: .3s ease color;
}

.dist-btn.type2 span {
    color: #2b2e32;
    position: relative;
    z-index: 2;
    transition: .3s ease color;
}

.rendez-vous-btn a:hover span,
.dist-btn:hover span {
    color: #2b2e32;
}

.dist-btn.type2:hover span {
    color: #fff;
}

.rendez-vous-btn a span i{
    padding-right:10px;
}

.single-post .title::after {
    content: "";
    background: rgba(43, 46, 50, 0.95);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.single-post .title-inner {
    z-index: 1;
}

.blog-btn i {
    padding-right: 10px;
}

.blog-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #2b2e32;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: .3s ease color;
}

.blog-btn:hover {
    color: #D15C1C;
}

.single .post-author p {
    font-style: italic;
    font-size: 15px;
    line-height: 18px;
}

.single .post-cat p {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color:#D15C1C;
}

.single .post-cat{
	margin-bottom:20px;
}

.single .post-author {
	margin-bottom:30px;
}

.blog-single-top {
    padding-bottom: 50px;
}

.search article {
    width: 100%!important;
    float: left;
    padding-bottom: 15px;
    border-bottom: 2px solid #D15C1C;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.search article .blog-listing-content::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
    line-height: 20px;
    color: #2b2e32;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease color;
}

.search .blog-listing-title {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    color: #2b2e32;
    transition: .3s ease color;
}

.search article:hover .blog-listing-title,
.search article:hover .blog-listing-content::after {
    color: #D15C1C;
}

.search .blog-listing-content {
    position: relative;
    padding-right: 40px;
}

.pagination a, .pagination span {
    border: solid 2px #2b2e32;
    color: #2b2e32;
}

.pagination a:hover, .pagination span {
    border-color: #2b2e32;
    background-color: #2b2e32;
    color: #fff;
}


.contact-address a,
.contact-tel a,
.contact-email a,
.contact-fax a,
.contact-first-location,
.contact-second-location,
.contact-second-location{
    font-family: Roboto;
    font-size: 17px;
    line-height: 20px;
    color: #27282b;
    transition: .3s ease color;
}

.contact-first-location{
	margin-bottom:50px;
}

.contact-address a:hover,
.contact-tel a:hover,
.contact-email a:hover,
.contact-fax a:hover{
    color: #D15C1C;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.stonksDate {
    display: inline;
    vertical-align: top;
    padding-right:15px;
}

.stonksData {
    display: none;
    vertical-align: top;
    max-width: 250px;
}

.stonksData .owl-item .item span:nth-child(1){
    padding-right: 10px;
}

.stonksData .owl-item .item span:nth-child(2){
    padding-right: 5px;
}

.stonksData .owl-item .item span:nth-child(2) img {
    top: -2px;
    position: relative;
}
.page-id-545 .rendez-vous-container,
.page-id-611 .rendez-vous-container {
    display: none!important;
}

p.contact-address a, p.contact-address, p.contact-tel, p.contact-tel a, p.contact-email a {
    font-size: 20px;
}

.contact-first-location .wpb_wrapper {
    margin-top: 100px;

}

.contact-second-location .wpb_wrapper {
    margin-top: 100px;
}


i.far.fa-leaf {
	color: green;
    font-size: 15px;
}


h2.equipeAssuranceTitle {
    color: white;
}


.assuranceRow {
    background-image: url(/wp-content/uploads/2021/08/services-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.eco-row .wpb_column:hover h2, .eco-row .wpb_column:hover i {
    color: orange;
}

.eco-row .wpb_column h2, .eco-row .wpb_column i {
    transition: .3s ease color;
}

.conseiller-social-col{
    padding-top: 30px;
    padding-bottom: 50px;
}

.investResponsable:hover,  .investResponsable:hover i {
    color: #D15C1C!important;
    transition: .3s ease color;
}

@media screen and (max-width: 1699px) {
    .main-menu>li>a {
        padding: 0px 25px;
    }
    .special-menu-btn-container {
        padding: 0 30px;
    }
}
@media screen and (max-width: 1599px) {
    .main-menu>li>a {
        padding: 0px 20px;
    }
    .special-menu-btn-container {
        padding: 0 25px;
    }
    .logo-wrapper {
        width: 500px;
    }
    .content-bottom .footer-big-title {
        font-size: 95px;
        line-height: 105px;
    }
    .footer-top.footer-col-count-4 .footer-col.footer-col-1 {
        width: 48%;
    }
    .footer-top.footer-col-count-4 .footer-col.footer-col-4 {
        width: 20%;
    }
    .service-hover .service-btn p {
        font-size: 14px;
        line-height: 29px;
    }
    .service-btn {
        width: 90%;
    }
    .service-ligne {
        width: 10%;
    }
}

@media screen and (max-width: 1499px) {
    .main-menu>li>a{
    letter-spacing: 0.1em;
    padding: 0 15px;
}

}

@media screen and (max-width: 1399px) {
    .logo-wrapper {
        width: 400px;
    }
    .main-menu>li>a{
        padding: 0 10px;
    }
    .special-menu-btn-container {
        padding: 0 15px;
    }
	.content-bottom .footer-big-title {
	    font-size: 80px;
	    line-height: 90px;
	}
	.footer-top.footer-col-count-4 .footer-col.footer-col-1,
	.footer-top.footer-col-count-4 .footer-col.footer-col-2,
	.footer-top.footer-col-count-4 .footer-col.footer-col-3,
	.footer-top.footer-col-count-4 .footer-col.footer-col-4 {
	    width: 50%;

	}
	.footer-top.footer-col-count-4 .footer-col:nth-child(2n+1){
		clear: both;
	}
	.footer-top.footer-col-count-4 .footer-col.footer-col-1,
	.footer-top.footer-col-count-4 .footer-col.footer-col-2{
		margin-bottom:50px;
	}
	.footer-col.footer-col-2 .footer-col-inner,
	.footer-col.footer-col-4 .footer-col-inner {
	    max-width: 260px;
	    margin: 0 auto;
	}
	.footer-top {
	    padding-top: 150px;
	}
    .service-inner,
    .service-hover {
        padding: 40px 20px 15px 20px;
    }
    .service-last-inner {
        padding: 40px 20px;
    }
    .service-last-text,
    .conseiller-quote-title p {
        font-size: 28px;
        line-height: 38px;
    }
    .accueil-nouvelles article .article-inner, .blog article .article-inner {
        padding: 25px;
    }
    .conseiller,
    .soutien-admin {
        width: calc(50% - 25px);
    }
    .soutien-admin-col{
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 1299px) {
    .le-cabinet-title {
        font-size: 30px;
        line-height: 50px;
    }
    .padding-200 {
        padding: 150px 0;
    }
}

@media (max-width: 1199px) {
    .accueil-nouvelles article .post-title, .blog article .post-title {
        font-size: 24px;
        line-height: 34px;
    }
    .logo-wrapper {
        width: 375px;
    }
	.header-top-tel {
	    padding-right: 45px;
	}
	.header-top-connexion a {
	    padding: 0 45px;
	}
	.main-menu>li>a {
	    padding: 0 10px;
        letter-spacing: 0;
	}
    .main-menu li.investissement-menu a::after {
        display: none;
    }
	.header-bottom {
	    padding: 0 15px;
	}
	.special-menu-btn-container {
	    padding: 0 10px;
	}
	.content-bottom .footer-big-title {
	    font-size: 70px;
	    line-height: 80px;
	}
    .service, .service-last {
        width: calc(50% - 25px);
    }
    .dist-btn,
    .dist-btn.type2 {
        padding: 25px 30px;
    }
    .le-cabinet-inner-row .wpb_column.vc_col-sm-3 {
        width: 35%;
    }
    .le-cabinet-inner-row .wpb_column.vc_col-sm-6 {
        width: 30%;
    }
    .le-cabinet-desc {
        font-size: 30px;
        line-height: 50px;
    }
    .implications-logo-row .wpb_column {
        width: 33.33%;
        float: left;
        margin-bottom: 30px;
    }
    .single-conseillers .blog-single-title {
        font-size: 55px;
        line-height: 60px;
    }
    .single-conseillers .blog-single-titre {
        margin-bottom: 50px;
    }
    .blog-single-content-left-inner {
        padding-top:50px;
        padding-bottom: 50px;
    }
    .conseiller-contact-row .wpb_column{
        width: 100%;
    }
    .conseiller-contact-row .wpb_column:nth-child(1){
        margin-bottom:30px;
    }
    /*.single-conseiller-content {
        padding-bottom: 50px;
    }*/
    .search-form .search-field{
        font-family: Playfair Display;
        font-size: 50px;
        line-height: 1.2em;
        color: #FFFFFF;
        box-sizing: border-box;
        width: calc(100% - 62px) ;
        float: left;
        padding: 0;
    }

    .search-form .search-submit{
        font-size: 50px;
        line-height: 1.2em;
        color: #FFFFFF;
        box-sizing: border-box;
        width: 62px;
        float: left;
        padding: 0;
    }
    .side-menu-widget-below-menu {
        position: absolute;
        bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .accueil-video-title::after {
        top: 0;
    }
    .depasser-attente-row {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.content-bottom .footer-big-title {
	    font-size: 55px;
	    line-height: 65px;
	}
	.footer-top {
	    padding-top: 100px;
	}
    .accueil-video-title h1 {
        margin-bottom: 30px!important;
    }
    .accueil-video-title {
        min-height: 0!important;
        height: 500px;
    }
    .padding-200 {
        padding: 100px 0;
    }
    .services-top-title {
        margin-bottom: 50px;
    }
    .conseiller-inner-row .wpb_column {
        width: 100%;
    }
    .conseiller-inner-row .wpb_column:nth-child(1) {
        margin-bottom:30px;
    }
    .conseiller-inner-row {
        padding-bottom: 50px;
    }
    .accueil-nouvelles article .post-cat, .accueil-nouvelles article .post-title, .accueil-nouvelles article .post-desc, .blog article .post-cat, .blog article .post-title, .blog article .post-desc {
        margin-bottom: 30px;
    }
    .accueil-nouvelles-inner article {
        width: 50%;
        margin-bottom:25px;
    }
    .accueil-nouvelles,
    .nouvelles-text-row,
    .nouvelles-title-row {
        padding-bottom: 50px;
    }
    .soutien-admin-row {
        padding-bottom: 75px;
    }
    .padding-150 {
        padding: 75px 0;
    }
    .conseiller-inner,
    .soutien-admin-inner {
        min-height: 385px;
        padding: 40px 30px;
    }
    .soutien-admin-col.conseiller-orange .conseiller-quote-title {
        margin-bottom: 0px!important;
    }
    .conseiller-orange .conseiller-title p,
    .conseiller-icon,
    .conseiller-quote-title {
        margin-bottom: 50px;
    }
    .conseiller-quote-title {
        margin-bottom: 0!important;
    }
    .rendez-vous-container {
        bottom: 30px;
        right: 30px;
    }
    .title {
        height: 200px;
    }
    .padding-100 {
        padding: 50px 0;
    }
    .produits-title-row .wpb_column,
    .soutien-admin-title-row .wpb_column {
        width: 100%;
    }
    .produits-title-row .wpb_column:nth-child(1),
    .soutien-admin-title-row .wpb_column:nth-child(1) {
        margin-bottom: 30px;
    }
    .nos-produits-logo-row .wpb_column{
        width: 33.33%
    }
    .nos-produits-logo-row {
        padding-bottom: 50px;
    }
    .le-cabinet-desc {
        font-size: 25px;
        line-height: 40px;
    }
    .le-cabinet-img-row .wpb_column {
        width: 100%;
    }
    .le-cabinet-img-row .wpb_column:nth-child(1) {
        margin-bottom:30px;
    }
    .implications-logo-row {
        margin-top: 30px;
    }
    .contact-form-row .wpb_column{
        width: 100%;
    }
    .contact-form-row .wpb_column:nth-child(1) {
        margin-bottom:30px;
    }
    .search .blog-listing-title {
        font-size: 30px;
        line-height: 35px;
    }
    .single-conseillers .blog-single-middle .blog-single-content-left,
    .single-conseillers .blog-single-middle .blog-single-content-right {
        display: block;
        width: 100%;
        float: left;
    }
    .single-conseillers .blog-single-middle .blog-single-content-right {
        height: 800px;
    }
    .single-conseillers .blog-single-big-img {
        background-position: 50% 20%;
    }
    body.scroll-type-sticky .main-header {
        height: 100px!important;
    }
    .blog-single-content-left-inner {
        min-height: 0;
    }
}

@media screen and (max-width: 799px) {
	.content-bottom .footer-big-title {
	    font-size: 42px;
	    line-height: 52px;
	}
	.footer-top.footer-col-count-4 .footer-col.footer-col-1,
	.footer-top.footer-col-count-4 .footer-col.footer-col-2,
	.footer-top.footer-col-count-4 .footer-col.footer-col-3,
	.footer-top.footer-col-count-4 .footer-col.footer-col-4 {
	    width: 100%;
	}
	.footer-top.footer-col-count-4 .footer-col:nth-child(2n+1){
		clear: none;
	}
	.footer-col.footer-col-2 .footer-col-inner,
	.footer-col.footer-col-4 .footer-col-inner {
	    max-width: 100%;
	}
	.footer-top.footer-col-count-4 .footer-col.footer-col-3{
		margin-bottom:50px;
	}
	.footer-top {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.footer-bottom {
	    padding-bottom: 50px;
	}
	.footer-top.footer-col-count-4 .footer-col.footer-col-1,
	.footer-top.footer-col-count-4 .footer-col.footer-col-2,
	.footer-top.footer-col-count-4 .footer-col.footer-col-3,
	.footer-top.footer-col-count-4 .footer-col.footer-col-4 {
	    margin-bottom: 30px;
	}
    .service, .service-last, .conseiller, .soutien-admin {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
    }
    .service-last,
    .service-last-inner {
        min-height:350px;
    }
    .conseiller-inner,
    .soutien-admin-inner.conseiller-quote-title {
        min-height: 345px;
        padding: 40px 30px;
    }
    .nos-produits-logo-row .wpb_column{
        width: 50%;
        float:left;
        margin-bottom: 30px;
    }
    .mission-vision-int-inner-row .wpb_column {
        width: 50%;
        float: left;
    }
    .mission-vision-int-inner-row .wpb_column:nth-child(1),
    .mission-vision-int-inner-row .wpb_column:nth-child(2) {
        margin-bottom:30px;
    }
    .header-mobile-logo {
        width: 500px;
    }

	.contact-first-location .wpb_wrapper {
		margin-bottom: 20px
	}

	.contact-second-location .wpb_wrapper {
		margin-bottom: 20px
	}
}

@media screen and (max-width: 767px) {
    .nouvelles-title-row .wpb_column.vc_col-sm-8,
    .le-cabinet-title-row .vc_col-sm-8,
    .contact-title-row .vc_col-sm-8 {
        width: 66.66%;
        float: left;
    }
    .nouvelles-title-row .wpb_column.vc_col-sm-4,
    .le-cabinet-title-row .vc_col-sm-4,
    .contact-title-row .vc_col-sm-4 {
        width: 33.33%;
        float: left;
    }
}

@media screen and (max-width: 619px) {
    .depasser-attente-row {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.header-mobile-inner-padding {
	    padding: 0 15px;
	}
	.header-mobile-logo {
	    width: 400px;
	}
    .service-btn p i {
        padding-left: 10px;
    }
    .service-inner, .service-hover {
        padding: 40px 15px 15px 15px;
    }
    .service-last-inner {
        padding: 40px 15px;
    }
    .service-btn p {
        font-size: 14px;
        line-height: 29px;
    }
    .accueil-video-title {
        padding-bottom:30px;
        height: 350px;
    }
    .le-cabinet-title {
        font-size: 24px;
        line-height: 40px;
    }
    .padding-200 {
        padding: 50px 0;
    }
    .padding-150 {
        padding: 50px 0;
    }
    .soutien-admin-row {
        padding-bottom: 50px;
    }
    .accueil-nouvelles-inner article, .blog article {
        width: 100%;
        padding:0;
    }
    .le-cabinet-inner-row .wpb_column.vc_col-sm-3 {
        width: 50%;
    }
    .le-cabinet-inner-row .wpb_column.vc_col-sm-6 {
        width: 100%;
        margin-top:30px;
    }
    .le-cabinet-desc {
        font-size: 20px;
        line-height: 30px;
    }
    .accueil-nouvelles, .nouvelles-text-row {
        padding-bottom: 30px;
    }
    .nouvelles-title-row {
        padding-bottom: 0;
    }
    .nouvelles-text-row p {
        font-size: 18px;
        line-height: 28px;
    }
    .conseiller-dark-blue .conseiller-inner,
    .conseiller-orange .conseiller-inner {
        padding: 40px 15px;
    }
    .ligne-bleu i {
        font-size: 40px;
    }
    .implications-logo-row .wpb_column {
        width: 50%;
    }
    .search .blog-listing-title {
        font-size: 25px;
        line-height: 30px;
    }
    .search .blog-listing-holder .blog-listing-inner {
        margin: 0;
    }
    .single-conseillers .blog-single-middle .blog-single-content-right {
        height: 500px;
    }
    .single-conseillers .blog-single-title {
        font-size: 40px;
        line-height: 45px;
    }
    .single-conseillers .title-inner {
        position: relative;
    }
    .single-conseillers .title .display-table {
        display: inline-block;
        width: 100%;
        vertical-align: bottom;
        position: absolute;
        bottom: 0;
        height: auto;
    }
    .single-conseillers .title .display-cell {
        width: 100%;
        float: left;
        display: block;
        height: auto;
        box-sizing: border-box;
        padding-bottom: 30px;
    }
    .single-conseillers .title .display-cell:nth-child(2) {
        text-align: left;
    }
    .milieu-prev-next {
        padding-left: 25px;
        padding-right: 25px;
    }
    .next-post a i {
        padding-left: 15px;
    }
    .prev-post a i {
        padding-right: 15px;
    }
    .single-titre {
        font-size: 30px;
        line-height: 35px;
    }
    .single-conseillers .blog-single-expertise {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width: 519px) {
	.side-menu-section {
	    width: 385px;
	    padding-left: 50px;
	    padding-right: 50px;
	    padding-top: 100px;
	}
	.header-mobile-logo {
	    width: 350px;
	}
	.footer-top,
    .footer-bottom {
        padding-left:0;
        padding-right:0;
    }

    .le-cabinet-title {
        font-size: 20px;
        line-height: 35px;
    }
    .mission-vision-int-inner-row .wpb_column {
        width: 100%;
    }
    .search-form .search-field{
        font-size: 35px;
        width: calc(100% - 47px) ;
    }

    .search-form .search-submit{
        font-size: 35px;
        width: 47px;
    }
}

@media screen and (max-width: 479px) {
	.header-mobile-logo {
	    width: 300px;
	}
	.content-bottom .footer-big-title {
	    font-size: 35px;
	    line-height: 45px;
	}
    .le-cabinet-inner-row .wpb_column.vc_col-sm-3 {
        width: 100%;
        margin-bottom:30px;
    }
    .le-cabinet-inner-row .wpb_column.vc_col-sm-3:nth-child(1) {
        margin-bottom:10px;
    }
    .le-cabinet-inner-row .wpb_column.vc_col-sm-6 {
        margin-top:0;
    }
    .nouvelles-title-row .wpb_column.vc_col-sm-8 {
        width: 70%;
    }
    .nouvelles-title-row .wpb_column.vc_col-sm-4 {
        width: 30%;
    }
    .rendez-vous-open .rendez-vous-btn a {
        width: 300px;
    }
    .rendez-vous-open .rendez-vous-form-container-inner {
        width: 300px;
    }
    .rendez-vous-open .rendez-vous-form-container {
        height: 665px;
    }
    .rendez-vous-container {
        bottom: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 399px) {
	.header-mobile-logo {
	    width: 235px;
	}
	.side-menu-section {
	    width: 335px;
	    padding-left: 25px;
	    padding-right: 25px;
	}
	.side-menu-close {
	    right: 25px;
	}
	.footer-col-1 .footer-col-inner {
	    width: 95%;
	}
    .service-last-text,
    .conseiller-quote-title p {
        font-size: 24px;
        line-height: 34px;
    }
    .nouvelles-title-row .wpb_column.vc_col-sm-8 {
        width: 100%;
    }
    .nouvelles-title-row .wpb_column.vc_col-sm-4 {
        width: 100%;
    }
    .nouvelles-title-ligne, .ligne-bleu {
        text-align: left;
    }
    .rendez-vous-container {
        bottom: 10px;
        right: 10px;
    }
    .nos-produits-logo-row .wpb_column{
        width: 100%;
    }
    .implications-logo-row .wpb_column {
        width: 100%;
    }
    .search .blog-listing-title {
        font-size: 22px;
        line-height: 27px;
    }
    .single-conseillers .blog-single-title {
        font-size: 30px;
        line-height: 35px;
    }
    .single-conseillers .blog-single-titre {
        font-size: 20px;
        line-height: 25px;
    }
    .single-titre {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 335px) {
	.side-menu-section {
	    width: 315px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.side-menu-close {
	    right: 15px;
	}
}