@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
body {
    font-size: 18px;
    color: #000;
    font-family: 'Quicksand', sans-serif;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    word-break: break-word;
}

@font-face {
    font-family: 'Quicksand-Light';
    src: url('../quicksand-font/Quicksand-Light.eot');
    src: url('../quicksand-font/Quicksand-Light.eot?#iefix') format('embedded-opentype'),
        url('../quicksand-font/Quicksand-Light.woff2') format('woff2'),
        url('../quicksand-font/Quicksand-Light.woff') format('woff'),
        url('../quicksand-font/Quicksand-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Quicksand-Regular';
    src: url('../quicksand-font/Quicksand-Regular.eot');
    src: url('../quicksand-font/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../quicksand-font/Quicksand-Regular.woff2') format('woff2'),
        url('../quicksand-font/Quicksand-Regular.woff') format('woff'),
        url('../quicksand-font/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand-Bold';
    src: url('../quicksand-font/Quicksand-Bold.eot');
    src: url('../quicksand-font/Quicksand-Bold.eot?#iefix') format('embedded-opentype'),
        url('../quicksand-font/Quicksand-Bold.woff2') format('woff2'),
        url('../quicksand-font/Quicksand-Bold.woff') format('woff'),
        url('../quicksand-font/Quicksand-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Freight-BigBlack';
    src: url('../fonts/Freight-BigBlack.eot');
    src: url('../fonts/Freight-BigBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Freight-BigBlack.woff2') format('woff2'),
        url('../fonts/Freight-BigBlack.woff') format('woff'),
        url('../fonts/Freight-BigBlack.ttf') format('truetype'),
        url('../fonts/Freight-BigBlack.svg#Freight-BigBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Freight-BigLight';
    src: url('../fonts/Freight-BigLight.eot');
    src: url('../fonts/Freight-BigLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Freight-BigLight.woff2') format('woff2'),
        url('../fonts/Freight-BigLight.woff') format('woff'),
        url('../fonts/Freight-BigLight.ttf') format('truetype'),
        url('../fonts/Freight-BigLight.svg#Freight-BigLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Freight-BigBold';
    src: url('../fonts/Freight-BigBold.eot');
    src: url('../fonts/Freight-BigBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Freight-BigBold.woff2') format('woff2'),
        url('../fonts/Freight-BigBold.woff') format('woff'),
        url('../fonts/Freight-BigBold.ttf') format('truetype'),
        url('../fonts/Freight-BigBold.svg#Freight-BigBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Freight-TextLight';
    src: url('../fonts/Freight-TextLight.eot');
    src: url('../fonts/Freight-TextLight.eot?#iefix') format('embedded-opentype'),        
        url('../fonts/Freight-TextLight.woff') format('woff'),
        url('../fonts/Freight-TextLight.ttf') format('truetype'),
        url('../fonts/Freight-TextLight.svg#Freight-BigBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a:focus, img:focus{
    outline: 0 !important;
}
a {
    text-decoration: none;
    transition: all 0.6s;
}
a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #0497c7;
}
a:focus:not(.hfe-menu-item){
    background:transparent !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    line-height: 1;
}
footer.site-footer a {
    color: #d2d2d2 !important;
}
body.home .site-header {
    display: none;
}
.site-main > * {
    margin: 0 !important;
}
div#password-lost-form-wrap {
    padding: 100px 0px 100px 0px;
}
.invite-popup-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,1);
    overflow: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 40px 15px;
    opacity: 0.8;
}
.invite-popup-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 430px;
    background: #000;
    padding: 30px ​15px 25px;
    border-radius: 5px;
    position: relative;
}
.invite-popup-inner p {
    color: #fff;
    text-align: center; 
}
/***** Header *****/
.main-header .hfe-nav-menu {
    width: 100%;
}
.main-header .hfe-nav-menu li,
.main-header .elementor-row .elementor-column {
    flex: auto;
}
.page-id-3 .elementor.elementor-3 {
    max-width: 100% !important;
}
.main-header .hfe-nav-menu li a {
    font-size: 27px !important;
    line-height: 36px !important;
    font-family: 'Freight-BigBold' !important;
    color: #3C3853 !important;
}
.main-header .hfe-nav-menu li a:hover{
     color: #D5AF50 !important;
}

/*#menu-1-f53d165 li:last-child a{
    color:#fff !important;
}*/
.main-header .hfe-nav-menu li a.elementor-button:focus {
    background-color: #3c3855 !important;
}
.main-header .hfe-nav-menu li a:focus,
.main-header .elementor-image a:focus {
    background: transparent !important;
    outline: 0;
}
.main-header .elementor-social-icon {
    font-size: 20px;
    width: 35px;
    height: 35px;
}
/***** About *****/
.HIS-title .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding: 0 8px;
    font-family: 'Freight-BigLight';
}
.HIS-title .elementor-heading-title:before, .HIS-title .elementor-heading-title:after {
    position: absolute;
    top: -4px;
    color: #d5af50;
    line-height: 1;
    font-family: 'Freight-BigLight';
}
.HIS-title .elementor-heading-title:before {
    content: "[";
    left: -15px;
}
.HIS-title .elementor-heading-title:after {
    content: "]";
    right: -15px;
}
.aboutimg .elementor-image {
    position: relative;
    display: inline-block;
    margin-top: 35px;
}
.aboutimg .elementor-image:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 40px;
    width: 80%;
    height: 100%;
    background: #d5af50;
    z-index: -1;
}
.aboutimg {
    text-align: center;
    max-width: 350px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.aboutimg2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    opacity: 0;
    min-height: 343px;
    transition: all 0.5s ease;
    z-index: -1;
}
.aboutimg:hover {
    opacity: 0;
}
.aboutimg:hover + .aboutimg2 {
    opacity: 1;
}
.aboutsec {
    position: relative;
}
.aboutsec  h2.elementor-heading-title,
#action h2.elementor-heading-title,
.referancesec h2.elementor-heading-title,
.expertsec h2.elementor-heading-title,
.contactsec h2.elementor-heading-title{
    font-family: 'Freight-BigBold';
}
.aboutsec:before {
    content: "";
    position: absolute;
    left: -22%;
    top: 10%;
    width: 30%;
    height: 52%;
    background: #d5af50;
    border-radius: 50%;
}
.leftcolumn {
    position: relative;
}
.leftcolumn:before, .leftcolumn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: calc(100% - -20px);
    background: #d5af50;
}
.leftcolumn:after {
    width: 32px;
    height: 32px;
    left: -15px;
    border-radius: 50px;
    right: 0;
}
.fillshape-title .elementor-heading-title {
    position: relative;
    /*margin-left: 8px;*/
}
.fillshape-title .elementor-heading-title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 35%;
    height: 1px;
    background: #d5af50;
    top: 50%;
}
.fillshape-title .elementor-heading-title:after {
    content: "";
    position: absolute;
    left: 35%;
    top: 0;
    width: 32PX;
    height: 32PX;
    background: #d5af50;
    border-radius: 50%;
    bottom: 0;
    margin: auto 0;
}
#aboutcrousal .item {
    padding: 5px;
}
/***** Counter *****/
.maincountersec {
    position: relative;
    overflow: hidden;
}
.maincountersec:after {
    content: "";
    width: 913px;
    height: 619px;
    background-image: url(/wp-content/uploads/2020/12/round-shape.png);
    position: absolute;
    right: -15%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 999999;
    background-size: contain;
}
.maincountersec .elementor-counter-number {
    font-family: 'Freight-BigBold';
}
.pb-space{
    padding-bottom: 70px !important;
}

/***** Expert *****/
.expertsec .HIS-title .elementor-heading-title{
    padding: 0 48px;
    max-width: 37%;
    display: inline-block;
}
.expertsec .HIS-title .elementor-heading-title:before, 
.expertsec .HIS-title .elementor-heading-title:after {
    color: #C8834D;
    font-size: 130px;
}
.expertsec .HIS-title .elementor-heading-title span {
    color: #BE8955;
}
.accodian-tab .elementor-accordion-item {
    border: 0;
    border-bottom: solid 1px #d5af50;
}
.accodian-tab .elementor-tab-content {
    border-color: #d5af50;
}
.accodian-tab .elementor-accordion-item .elementor-tab-title, 
.accodian-tab .elementor-tab-content {
    padding: 15px 10px 15px 0px;
}
.accodian-tab .elementor-tab-title .elementor-accordion-icon {
    margin-top: 5px;
}
.accordiansec .elementor-accordion-title:focus {
    color: #d5af50 !important;
}
.contactDetail a:hover {
    color: #d5af50;
}
/***** Pressroom *****/
.pressroomsec .elementor-heading-title {
    font-family: 'Freight-BigBold';
}
.pressroomsec p a {
    color: #fff;
    text-decoration: underline;
}
.pressroomsec p a:hover {
    color: #d5af50;
}
/***** Contact *****/
.contactsec .elementor-column-wrap {
    padding: 0 !important;
}
.contactDetail p {
    margin-bottom: 30px;
    font-family: 'Quicksand-Regular' !important;
}
.contactDetail h5 {
    font-weight: 700;
    font-family: 'Quicksand-Bold' !important;
    font-size: 21px;
}
.hisform .formgroup-icon {
    position: relative;
}
.hisform .formgroup-icon i {
    position: absolute;
    top: 18px;
    left: 25px;
    font-size: 19px;
    color: #4B4760;
}
.hisform .formgroup {
    margin-bottom: 20px;
}
.hisform .wpcf7-form-control:not(.wpcf7-submit) {
    height: 55px;
    border: solid 1px #d5af50;
    padding: 10px 30px 10px 55px;
    width: 100%;
    color: #4B4760;
    outline: 0;
    margin: 0;
    font-family: 'Quicksand-Regular' !important;
    font-size: 21px;
}
.hisform .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    color: #4B4760;
}
.hisform .wpcf7-textarea {
    padding: 10px 17px !important;
    resize: none;
    height: 200px !important;
}
.hisform .wpcf7-submit {
    outline: 0 !important;
    background: transparent;
    color: #4B4760;
    border: solid 1px #d5af50;
    padding: 15px 30px 16px;
    line-height: 1;
    transition: all 0.5s ease;
    cursor: pointer;
    font-family: 'Quicksand-Bold' !important;
    font-size: 21px !important;
}
.hisform .wpcf7-submit:hover,
.hisform .wpcf7-submit:focus {
    background: #d5af50;
    color: #fff;
}
.wpcf7-form .wpcf7-response-output {
    background: #3c3853;
    border: 0 !important;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 15px !important;
    text-align: center;
    margin: 10px 0 !important;
}
.hisform br {
    display: none;
}
.hisform .wpcf7-not-valid-tip {
    font-size: 16px;
    color: #d5af50;
}
/***** Footer *****/
footer.site-footer {
    margin: 0 !important;
    max-width: 100%;
    padding: 0;
}
footer.site-footer .elementor-section {
    position: initial;
}
footer.site-footer * {
    margin: 0;
}
/***** Signup *****/
.HIS-title-white .elementor-heading-title {
    padding: 0 7px;
}
.HIS-title-white .elementor-heading-title:before, .HIS-title-white .elementor-heading-title:after {
    color: #fff;
    top: 2px;
}
body.page-id-1167 .site-footer{
    display: none;
}
body .site-main {
    padding: 0;
    position: relative;
}
.accountsec{
    position: relative;
}
.accountsec:before {
    content: "";
    position: absolute;
    right: calc(100% - 12%);
    top: 7%;
    width: 546px;
    height: 546px;
    background: #3c3853;
    border-radius: 50%;
}
form.account-form p {
    margin: 17px 0;
    color: #fff;
    text-align: right;
    font-family: "PT Sans", Sans-serif;
    font-size: 19px;
    line-height: 24px;
}
.custom-error p {
    text-align: left !important;
    color: #fff;
}
form.account-form p a {
    color: #fff;
}
form.account-form p:empty {
    display: none;
}
form.account-form input[type="text"], 
form.account-form input[type="password"] {
    height: 65px;
    border: 0;
    padding: 10px 24px;
    width: 100%;
    color: #3c3853;
    outline: 0;
    font-size: 21px;
    line-height: 27px;
    font-family: "PT Sans", Sans-serif;
}
.account-form .form-group {
    margin-bottom: 33px;
}
form.account-form input[type="text"]::placeholder, 
form.account-form input[type="password"]::placeholder {
    color: #B1B1B1;
}
form.account-form .submit-custom, form.account-form .submit-custom p {
    text-align: center;
}
/*form.account-form .submit-custom {
    text-align: right;
    max-width: calc(100% - 20%);
}*/
form.account-form input[type="submit"],
form.account-form button[type="submit"] {
    border: solid 1px #3c3853;
    font-size: 25px;
    line-height: 32px;
    padding: 15px 30px 12px;
    background: #3c3855;
    font-family: "PT Sans", Sans-serif;
    min-width: 280px;
    display: inline-block;
    margin:0;
    transition: all 0.4s ease;
    outline: 0;
    box-shadow: none;
}
form.account-form input[type="submit"]:hover,
form.account-form input[type="submit"]:focus,
form.account-form button[type="submit"]:hover ,
form.account-form button[type="submit"]:focus  {
    background: #d5af50;
    color: #3c3853;
}
form.account-form p a.his-link {
    text-decoration: underline;
}
.icon-up {
    height: 19px;
    width: 19px;
    display: block;
    border: 3px solid #0b0b0b;
    transform: rotate(45deg);
    border-bottom: none;
    border-right: none;
}
#stop span {
    height: 0;
    width: 30px;
    display: block;
    margin: 0 0 0 auto;
    padding-right: calc(100% - 90%);
}
div#stop {
    position: absolute;
    right: 8%;
    bottom: 31px;
}
.about-image-new:hover .disabled-image {
    opacity: 1;
}
.disabled-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transition:  opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
.about-image-new {
    max-width: 350px;
    display: flex;
    justify-content: center;
    margin: 46px auto 0;
    cursor: pointer;
}
.about-image-new:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 40px;
    width: 80%;
    height: 100%;
    background: #d5af50;
    z-index: -1;
}
.about-image-new{
    position: relative;
}

#customer_login .hover {
    position: absolute;
    left: 0;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}
#customer_login .colleft:hover .hover {
    opacity: 1;
}


/*login sign up page*/
.pressroom-h h2 {
    font-weight: 400 !important;
    position: relative;
    max-width: 1300px;
    font-family: 'Freight-BigBold' !important;
    margin: 0 auto 37px;
}
.accountsec p {
    margin-bottom: 40px;
}

.pressroom-h h2:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #3C3853;
    top: 0;
    right: 33%;
    bottom: 0;
    margin: auto 0;
}
.pressroom-h h2:after {
    position: absolute;
    content: '';
    width: 395px;
    height: 1px;
    background-color: #3C3853;
    top: 0;
    right: 29px;
    bottom: 0;
    margin: auto 0;
}
.login-form:after {
    position: absolute;
    content: '';
    width: 378px;
    height: 1px;
    background-color: #3C3853;
    top: 16px;
    left: -63%;
}
.already-account {
    max-width: 719px;
    margin: 0 auto;
}
.login-form:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #3C3853;
    top: 0px;
    left: -10%;
}
.find-all-text p {
    margin-bottom: 45px !important;
}
.un-complete h3 {
    letter-spacing: 0.75px;
    font-weight: 700 !important;
}
.login-form {
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 26px;
}
.register-form {
    color: #fff;
    font-size: 33px;
    line-height: 38px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.form-right-block .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}
.form-right-block {
    padding: 0 0 0 65px;
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.form-right-block:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #3C3853;
    top: 6px;
    left: 0;
}
.form-right-block:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #3C3853;
    top: 2%;
    left: 16px;
}
.form-right-block .account-form {
    max-width: 88%;
    margin-left: auto;
}
.form-left-block {
    margin-top: 85px;
    padding-right: calc(100% - 89%);
}
.checkbox-form input#confirmation_box {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    background-color: transparent;
    margin-right: 23px;
    outline: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox-form {
    cursor: pointer;
    position: relative;
}
span.wpcf7-form-control.wpcf7-acceptance.optional {
    padding: 0px;
    border: none;
    margin: 0;
}
.checkbox-form span {
    color: #fff;
    font-size: 15px; 
    line-height: 32px;
    font-family: "PT Sans", Sans-serif;
    cursor: pointer; 
    padding-left: 42px;
    display: inline-block;
}
.checkbox-form span a {
    color: #fff;
}
.checkbox-form input[type=checkbox]:after{
    left: 9px;
    top: 5px;
    width: 10px;
    height: 15px;
    transform: rotate(45deg);
}
.checkbox-form input[type=checkbox]:checked {    
    background: #3c3855 !important;    
    border-color: #3c3855 !important;
}

.checkbox-form  input[type=checkbox]:checked:after {
    opacity: 1;
    border-color: #fff;
}
.error_wrong_username , .custom-error p{
    color: red !important;
    font-weight: 600;
    margin: 0 !important;
    font-family: 'Quicksand', sans-serif !important;
}
form.account-form .custom-error {
    display: block;
        margin-bottom: 8px;
}

.custom-error {
    display: none;
}
.equipe .elementor-row {
    align-items: flex-start;
}
.equipe .elementor-col-50:last-child {
    margin-top: 20px;
}
.sidentifier h2:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #D5AF50;
    top: 0;
    right: 30%;
    bottom: 0;
    margin: auto 0;
}
.sidentifier h2:after{
    position: absolute;
    content: '';
    width: 350px;
    height: 1px;
    background-color: #D5AF50;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}
.sidentifier h2 {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.banner-press img{
    width: 100%;
    max-width: 100% !important;
}
#customer_login .slider_content p {
    font-family: 'Freight-BigBlack' !important;
    font-weight: 900 !important;
}
.pressroom-btn .elementor-button {
    padding: 0px 20px !important;
}
.pressroom-gallery .button-group .button{
    max-width: 200px !important;
    margin-bottom: 0 !important;
    transition: all 0.3s ease-in-out !important;
}
.pressroom-gallery .button-group{
    justify-content: space-between !important;
}
.pressroom-gallery .button-group .button:not(:last-child) {
    margin-right: 0px !important;
    padding: 10px 0 !important;
}
.pressroom-gallery .button-group .button:hover {
    background-color: #d5af50 !important;
}
.pressroom-gallery .button-group .button:hover a{
    color: #3C3853 !important;
}
.hfe-nav-menu li {
    text-align: left;
}
section#project {
    margin-top: 30px;
}
/*ul#menu-1-f53d165 li:nth-child(3) {
    max-width: 206px;
}*/
/***** Responsive *****/
@media (min-width: 1801px) and (max-width: 1899px){
    .aboutsec:before{
        left: -26% !important;    
    }
    .maincountersec:after{
        right: -15%;
    }
    .brun-de > .elementor-container{
        max-width: 1500px !important;
    }
    .pressroom-inner-quai .pressroom-list {
        max-width: 1200px !important;
    }
    .pressroom-list .jean:after{
       left: -47% !important;
    }
    .gallerysec:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5%;
        width: 250px;
        height: 357px;
    }
}
@media (min-width: 1601px) and (max-width: 1800px){
    .pressroom-inner-quai .pressroom-list{
        max-width: 1100px !important;
    }
    .pressroom-list .jean:after{
        left: -50% !important;
    }
    .brun-de > .elementor-container{
        max-width: 1400px !important;
    }
    section.pb-space{
        padding-bottom: 0 !important;
    }
    .maincountersec:after {
        content: "";
        width: 776px;
        height: 513px;
        right: -12%;
        bottom: 0%;
    }
    .pressroom-gallery:after{
        width: 138px !important;
    }
    .aboutsec:before{
        left: -28% !important;
    }    
}
@media (min-width:1450px) and (max-width: 1600px){
    ul#menu-1-f53d165 li:nth-child(3) {
        max-width: 177px !important;
        text-align: center;
    }
    ul#menu-1-f53d165 li:nth-child(3) a {
        padding: 10px 0 !important;
    }
    .pressroom-list .jean:after{
       left: -47% !important;
    }
    .brun-de:before{
        top: 42.5% !important;
    }
    #project .button-group a.button {
        padding: 17px 0;
    }
    .pressroom-gallery .button-group .button{
        max-width: 170px !important;
    }
    .pressroom-gallery .button-group .button{
        line-height: 20px !important;
        font-size: 18px !important;
    }
    .pressroom-gallery:after{
        width: 138px !important;
    }
    .pressroom-inner-quai .pressroom-list {
        max-width: 1040px !important;
    }
    .pressroom-list .jean:after{
        width: 450px !important;
    }
    .maincountersec:after {
        width: 531px !important;
        height: 450px !important;
        bottom: 5% !important;
    }
    #customer_login {
        height: 570px;
    }
    .method h2.elementor-heading-title.elementor-size-default{
        padding: 19px 48px 21px !important;
    }
    .elementor-section .custom-text, 
    .elementor-section .custom-text p {
        font-size: 19px !important;
        line-height: 27px !important;
    }
    .aboutsec:before {
        left: -23% !important;
    }
    .leftcolumn {
        padding-right: 30px;
    }
    .gallerysec:before {
        top: 5%;
    }
    #customer_login .slider-author {
        padding: 15px 13px;
    }
    .aboutsec .elementor-container
    .gallerysec .elementor-container,
    .maincountersec > .elementor-container
    .pressroomsec .elementor-container,
    .referancesec .elementor-container,
    .expertsec .elementor-container,
    .contactsec .elementor-container,
    .pressroom-gallery .elementor-container{
        max-width: 1250px !important;
    }
    
}
@media (min-width:1366px) and (max-width: 1449px){
    ul#menu-1-f53d165 li:nth-child(3) a {
        padding: 10px 0 !important;
    }
    ul#menu-1-f53d165 li:nth-child(3) {
        max-width: 166px !important;
    }
    .pressroom-list .jean:after{
       left: -47% !important;
    }
    .brun-de:before{
        top: 43.5% !important;
    }
    .pressroom-gallery .button-group .button{
        max-width: 150px !important;
    }
    .pressroom-gallery .button-group .button{
        line-height: 20px !important;
        font-size: 16px !important;
    }
    .pressroom-inner-quai .pressroom-list{
        max-width: 890px !important;
    }
    .pressroom-list .jean:after{
        width: 390px !important;
    }
    .pressroom-gallery:after{
        width: 138px !important;
    }

}
@media (min-width:1025px) and (max-width: 1600px){
    .fillshape-title .elementor-heading-title:before{
        width: 36% !important;
    }
    .fillshape-title .elementor-heading-title:after{
        left: 35%;
    }
    .pb-space {
        padding-bottom: 0px !important;
    }
    .img-quai {
        max-width: 300px !important;
    }
    .content-quai li a {
        font-size: 22px !important;
    }
    #customer_login {
        height: 570px;
    }
    #customer_login .slider_content p {
        font-size: 29px;
        line-height: 35px;
    }
    #customer_login .slider_content p {
        font-size: 29px;
        line-height: 35px;
    }
    #customer_login .slider-author h5 {
        font-size: 25px;
        line-height: 28px;
    }
    #customer_login .slider-author h5 span {
        font-size: 17px;
        line-height: 22px;
    }
    .gallerysec:before{
        width: 177px;
    }
    .find-all-text p {
        max-width: 80%;
        margin: 0 auto;
    }
    .main-header .hfe-nav-menu li a {
        font-size: 20px;
        line-height: 29px;
    }
    .main-header .elementor-image img {
        max-width: 206px !important;
    }
    .main-header .logo-col {
        width: 20% !important;
    }
    .main-header .menucol {
        width: 40% !important;
    }
    .main-header .elementor-container, 
    .topslider-sec .elementor-container {
        max-width: 100% !important;
    }
    .elementor-container {
        max-width: 1140px !important;
    }
    .banner-press .elementor-container {
        max-width: 100% !important;
    }
    .accountsec .elementor-container {
        max-width: 1250px !important;
    }
    .elementor-section .HIS-title .elementor-heading-title {
        font-size: 47px !important;
        line-height: 55px !important;
    }
    .method .elementor-heading-title {
        padding: 4px 48px 21px !important;
    }
    .elementor-section .HIS-title .elementor-widget-container {
        margin-bottom: 0 !important;
    }
    .elementor-section .custom-text, 
    .elementor-section .custom-text p {
        font-size: 17px !important;
        line-height: 21px !important;
    }
    .leftcolumn .elementor-heading-title {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    
    .maincountersec:after {
        width: 650px;
        height: 472px;
        bottom: 3%;
        right: -15%;
    }
    .aboutsec:before {
        left: -27%;
    }
    footer.site-footer .elementor-image img {
        max-width: 200px !important;
    }
    .pressroomsec .elementor-widget-container {
        margin-bottom: 0 !important;
    }
    .elementor-section .custom-text br {
        display: none;
    }
}
@media (max-width: 1299px){
    .pressroom-list .jean:after{
        width: 299px !important;      
    }
    #customer_login {
        height: 690px;
    }
    #action .custom-text p {
        max-width: 950px;
        margin: 0 auto;
    }
    .maincountersec:after{
        right: -11%;
    }
    .gallerysec:before {
        top: 0%;
    }
    .maincountersec:after {
        width: 378px;
        height: 450px;
        bottom: 14%;
        right: -7%;
    }
}
@media (min-width: 1025px) and (max-width: 1365px){
    .pressroom-gallery .button-group .button{
        max-width: 141px !important;
    }
}
@media (min-width: 1300px) and (max-width: 1365px){
    .pressroom-inner-quai .pressroom-list {
        max-width: 900px !important;
    }
    .pressroom-list .jean:after{
        width: 390px !important;
    }
    .pressroom-gallery:after{
        width: 100px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1299px){
    div#pressroomlist:nth-child(2) .gastronomie-main {
        margin-bottom: 0 !important;
    }
    section.brun-de:before{
        display: none !important;
    }
    .hfe-nav-menu li a.hfe-menu-item {
        padding: 0 12px !important;
        font-size: 18px !important;
    }
    .pressroom-btn .hfe-nav-menu{
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .pressroom-btn .hfe-nav-menu li:last-child{
        margin-left: 27px ;
    }
    .pressroom-inner-quai{
        padding: 70px 0 0 !important; 
    }
    .content-quai li a {
        font-size: 17px !important;
    }
    .pressroom-gallery:after{
        width: 50px !important;
    }
    .content-quai ul{
        padding: 0 0 0px 13px !important;
    }
    .pressroom-inner-quai .pressroom-list {
        max-width: 850px !important;
    }
    .gastronomie-main {
        margin-top: 31px;
    }
    .pressroom-list .jean:after{
        left: -39% !important;
    }
}
@media (max-width: 1199px){
    .elementor-section .custom-text, .elementor-section .custom-text p {
        font-size: 16px !important;
        line-height: 27px !important;
    }
    #action .custom-text p {
        max-width: 750px;
        margin: 0 auto;
    }
    .sidentifier h2:after{
        width: 320px;
    }
    .sidentifier h2{
        max-width: 1000px;
    }
    .pressroom-h h2 {
        margin-bottom: 0 !important;
        font-size: 40px !important;
        line-height: 55px !important;
        max-width: 700px;
        margin: 0 auto;

    }
    .pressroom-h h2:before{
        right: 30%;
        width: 25px;
        height: 25px;
    }
    .pressroom-h h2:after{
        width: 200px;
    }
    .contactdetail-sec .contactDetail {
        width: 30% !important;
    }
    .main-header .elementor-social-icon {
        width: 30px;
        height: 30px;
    }
    .maincountersec:after {
        width: 350px;
        height: 335px;
        bottom: 14%;
        right: -10%;
    }
    #project .button-group .button {
        padding: 10px 19px;
    }
}
@media (max-width: 1024px){
    .pressroom-inner-quai .pressroom-list {
        margin-left: auto;
        max-width: 100%;
    }
    .pressroom-inner-quai {
        padding: 0px 0 0 !important;
    }
    .pressroom-list .jean{
        margin: 10px 0 10px !important;
    }
    .gastronomie-main {
        margin-top: 36px !important;
    }
    .img-quai {
        max-width: 220px !important;
    }
    .content-quai ul{
        padding: 0 0 0px 11px !important;
    }
    .content-quai li a{
        font-size: 15px !important;
    }
    .content-quai li {
        padding-bottom: 0 !important;
    }
    .brun-de:before,
    .pressroom-gallery:after, .pressroom-list .jean:before, 
    .pressroom-list .jean:after{
        display: none;
    }
    #customer_login {
        height: 490px;
    }
    #action .custom-text p {
        max-width: 100%;
        margin: 0 auto;
    }

    .sidentifier h2:after {
        width: 150px;
    }
    .sidentifier h2 {
        max-width: 550px;
        font-size: 40px !important;
    }
    .sidentifier h2:before{
        right: 27%;
    }
    .form-right-block .account-form {
        max-width: 100%;
        margin-left: auto;
    }
    .accountsec {
        padding: 15px 0 50px !important;
    }
    .main-header {
        display: none;
    }
    .mobile-header .menu-section {
        position: absolute;
        right: 0;
        top: 20px;
    }
    .mobile-header .hfe-nav-menu__toggle {
        margin-right: 10px;
    }
    .mobile-header .hfe-nav-menu__layout-horizontal {
        left: 0 !important;
        right: 0;
        min-width: 100%;
        top: calc(100% - -28px) !important;
    }
    .mobile-header .hfe-nav-menu li a {
        font-size: 24px;
        line-height: 30px;
        font-family: 'Freight-BigBold';
    }
    .mobile-header .hfe-nav-menu li.fab {
        width: 30px;
        border: 0 !important;
        line-height: 30px;
        margin: 10px 0;
    }
    .mobile-header .hfe-nav-menu li.fab a {
        font-size: 0;
        position: absolute;
        top: 0;
        padding: 0 !important;
        background: transparent !important;
        min-width: 20px;
    }
    .mobile-header .hfe-nav-menu li.fab:before {
        font-size: 18px;
    }
    .mobile-logo img {
        width: 120px !important;
        position: relative;
        z-index: 99999;
    }
    .mobile-header {
        display: block !important;
    }
    .aboutsec .elementor-inner-column {
        width: 100% !important;
        padding: 0 !important;
    }
    .leftcolumn:before, .leftcolumn:after,
    .fillshape-title .elementor-heading-title:after,
    .maincountersec:after, .gallerysec:before,
    .test-title .elementor-heading-title:before, 
    .test-title .elementor-heading-title:after,
    .fillshape-title .elementor-heading-title:before {
        width: 0 !important;
    }
    .leftcolumn h2, .leftcolumn p {
        text-align: center;
    }
    .elementor-section .custom-text, .elementor-section .custom-text p {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    .maincountersec {
        padding-top: 80px !important;
    }
    .maincountersec .countersec {
        padding: 0 !important;
    }
    .expertsec{
        padding-top: 0 !important;
    }
    .expertsec .HIS-title .elementor-heading-title {
        max-width: 100%;
    }
    .HIS-title .elementor-heading-title {
        font-size: 40px !important;
        padding: 0 15px !important;
        line-height: 40px !important;
    }
    .HIS-title .elementor-widget-container {
        margin-bottom: 0 !important;
    }
    .expertsec .HIS-title .elementor-heading-title:before, 
    .expertsec .HIS-title .elementor-heading-title:after {
        font-size: 40px;
    }
    .pressroomsec .elementor-widget-container {
        margin-bottom: 0 !important;
            padding-bottom: 0px !important;
    }
    footer.site-footer .elementor-image img {
        max-width: 200px !important;
    }
    .aboutsec .elementor-inner-column .elementor-column-wrap {
        padding-left: 10px !important;
    }
    .countersec .elementor-column {
        width: 50%;
    }
    .countersec .elementor-counter-number-wrapper {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .countersec .elementor-counter-title,
    footer.site-footer p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .elementor-section .custom-text br {
        display: none;
    }
    .form-left-block{
        padding-right: calc(100% - 95%);
    }
    .checkbox-form span{
        font-size: 19px;
        line-height: 21px;
    }
    section.pressroom-gallery {
        padding-bottom: 70px !important;
        padding-top: 0 !important;
    }
}
@media (max-width: 767px){
    .pressroom-gallery{
        padding-top: 10px !important;
    }
    .pressroom-inner-quai {
        padding: 20px 0 0 !important;
    }
    #customer_login {
        height: 340px;
    }
    #action .custom-text p {
        max-width: 100%;
        margin: 0 auto;
    }
    .pressroomsec .elementor-heading-title {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .accordiansec .accodian-image .elementor-column-wrap {
        min-height: 350px;
        background-size: 70% !important;
        margin-top: 40px;
    }
    .expertsec {
        padding-bottom: 50px !important;
    }
    .contactsec {
        background-image: none !important;
        padding: 60px 15px !important;
    }
    .contactdetail-sec .contactDetail {
        width: 100% !important;
    }
    .contactdetail-sec .elementor-column:first-child {
        order: 2;
        margin-top: 40px;
    }
    .elementor-section .custom-text, .elementor-section .custom-text p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .accordiansec .accodian-image .elementor-column-wrap {
        background-size: 95% !important;
        min-height: 250px;
        margin-top: 20px
    }
    .aboutsec .elementor-inner-column .elementor-column-wrap {
        padding-left: 10px !important;
        padding-bottom: 30px !important;
    }
    .accountsec:before{
        width: 0 !important;
    }
    form.account-form input[type="text"], form.account-form input[type="password"] {
        height: 60px;
        padding: 10px 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .pressroom-h h2{
        font-size: 47px !important;
        margin-bottom: 0 !important;
    }
    .login-form {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .account-form .form-group {
        margin-bottom: 16px;
    }
    .form-left-block img {
        max-width: 70% !important;
    }
    .form-right-block .elementor-column-wrap.elementor-element-populated {
        padding: 10px !important;
    }

    .form-right-block .account-form{
        max-width: 100%;
    }
    .pressroom-h h2:before,
    .pressroom-h h2:after,
    .login-form:before,
    .login-form:after{
        display: none;
    }
    .form-left-block{
        padding-right: 0;
        margin-top: 0;
    }

    .form-right-block {
        padding: 0 0 0 47px;
    }
    .checkbox-form span{
        font-size: 17px;
    }
    .register-form{
        margin-bottom: 24px;
    }
    .content-quai ul{
        padding: 15px 0 0px 0px !important;
    }
    .content-quai li {
        padding-bottom: 10px !important;
    }
    .content-quai li a{
        font-size: 19px !important;
    }
    .content-quai {
        width: 100%;
        float: right;
    }
    .gastronomie-main {
        margin-top: 18px !important;
    }
    .food-martien{
        font-size: 15px !important;
    }
    .pressroom-list .depuis{
        font-size: 15px !important;
        line-height: 21px !important;
    }
    .pressroom-list .jean {
        font-size: 38px !important;
        margin: 5px 0 5px !important;
    }
    .img-quai{
        max-width: 100% !important;
    }
    div#pressroomlist:nth-child(2) .gastronomie-main {
        margin-bottom: 0 !important;
    }
}
@media (max-width: 576px){
    .pressroom-gallery .button-group{
        margin-bottom: 0 !important;
    }
    .food-martien{
        margin-left: 0 !important;
        top: -3px !important;
    }
    .gastronomie-col{
        padding-bottom: 20px !important;
    }
    .gastronomie-col-6{
        flex: 100% !important;
        max-width: 100% !important;
    }
    /*login-signup*/
    .sidentifier h2:after,
    .sidentifier h2:before{
        display: none;
    }
    form.account-form p{
        text-align: center;
    }
    form.account-form p a {
        margin-bottom: 6px;
        display: inline-block;
    }
    .find-all-text p {
        margin-bottom: 20px !important;
    }
    .login-form {
        font-size: 20px;
        margin-bottom: 5px;
    }
    form.account-form input[type="text"], 
    form.account-form input[type="password"] {
        height: 49px;
        padding: 10px 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .pressroom-h h2 {
        font-size: 33px !important;
        line-height: 40px !important;
        margin-bottom: 0 !important;
    }
    form.account-form input[type="submit"], form.account-form button[type="submit"]{
        min-width: 100%;
        font-size: 22px;
        padding: 10px 30px 10px;
    }
    .checkbox-form span {
        font-size: 14px;
        line-height: 17px;
    }
    .register-form{
        font-size: 21px;
        margin-bottom: 18px;
    }
    .elementor-text-editor p,
    .accodian-tab .elementor-tab-content {
        font-size: 16px !important;
        line-height: 21px !important;
    }
    .countersec .elementor-column {
        width: 100%;
    }
    .aboutimg .elementor-image:before {
        left: -10px;
        top: 10px;
    }
    .HIS-title .elementor-heading-title:before {
        left: 0px;
    }
    .HIS-title .elementor-heading-title:after {
        right: 0px;
    }
    .expertsec .HIS-title .elementor-heading-title:before, 
    .expertsec .HIS-title .elementor-heading-title:after {
        font-size: 70px;
    }
}

.logout-btn {
    color: #fff !important;
    text-align: center;
     font-weight: 700;
}

.logout-btn a {
    color: #3c3853;
    font-size: 23px;
    font-weight: 700;
}
.logout-btn a {
    background: #3c3853;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 10px 30px;
    margin-left: 10px;
    border-radius: 50px;
}
.logout-btn a:hover {
   background: #fff;
   color: #3c3853;
}

a.cookies {
    color :#fff;
}

.reparts .elementor-counter-title {
    max-width: 209px;
    margin: 0 auto;
}
.gallerysec .gallery-image img {
    height: 400px !important;
    object-fit: cover;
    width: 100% !important;
    max-width: 100% !important;
    object-position: top;
}

.maincountersec .elementor-text-editor,
#action .elementor-text-editoraction,
.expertsec .elementor-text-editor,
.gallerysec .elementor-text-editor,
.accordiansec a.elementor-accordion-title,
.contactdetail-sec .elementor-icon-list-text,
.equipe .leftcolumn .elementor-text-editor strong,
.equipe .leftcolumn h2.elementor-heading-title,
.lagence-heading .elementor-text-editor,
.sidentifier .elementor-text-editor
{
    font-family: 'Quicksand-Bold' !important;
}
.countersec .elementor-counter-title,
.accordiansec p, .contactsec .elementor-text-editor,
.equipe .leftcolumn .elementor-text-editor,
.compete-un .elementor-text-editor {
    font-family: 'Quicksand-Regular' !important;
}

/*Pressroom Food 11-01-2021*/
.pressroom-gallery:before{
    display: none !important;
}
.pressroom-inner-quai .pressroom-list {
    margin-left: auto;
    max-width: 1350px;
}
.pressroom-list .jean {
    font-size: 41px;
    color: #3C3853;
    font-family: 'Freight-BigBold';
    position: relative;
    margin: 10px 0 28px;
}
.pressroom-list .jean:before {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #3C3853;
    top: 0;
    left: -6%;
    bottom: 0;
    margin: auto 0;
}
.pressroom-list .jean:after {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #3C3853;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -43%;
    width: 500px;
}
.food-martien {
    font-size: 19px;
    line-height: 22px;
    font-family: 'Quicksand-Bold' !important;
    position: relative;
    color: #3c3853;
    display: inline-block;
    font-weight: 700 !important;
    margin-left: 7px;
    top: -3px;
}
.food-martien:before {
    content: "[";
    left: 0px;
}
.food-martien:before, .food-martien:after {
    position: absolute;
    top: 3px;
    color: #d5af50;
    line-height: 1;
    font-family: 'Quicksand-Regular';
    font-size: 34px;
    position: relative;
}
.food-martien:after {
    content: "]";
    right: 0px;
}
.pressroom-list .depuis {
    color: #3c3853;
    font-family: 'Quicksand-Bold' !important;
    font-size: 21px;
    line-height: 25px;
    max-width: 1040px;
}

.gastronomie-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.gastronomie-col{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.gastronomie-col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.gastronomie-main {
    margin-top: 82px;
}
.img-quai img {
    width: 100%;
}
.img-quai {
    float: left;
    position: relative;
    cursor: pointer;
}
.content-quai {
    overflow: hidden;
}
.img-quai:hover .content-hover {
    opacity: 1;
    transform: scale(1);
}
.content-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(60 56 83 / 75%);
    opacity: 0;
    display: table;
    transform: scale(0);
    transition: all 0.5s ease;
}
.content-hover p {
    color: #fff;
    font-family: 'Quicksand-Bold' !important;
    display: block;
    width: 100%;
    font-size: 19px;
    text-align: center;
    line-height: 22px;
}
.table-cell-quai {
    vertical-align: middle;
    display: table-cell;
}
.content-quai ul {
    list-style: none;
    padding: 0 0 0px 23px;
    margin: 0;
}
.content-quai li {
    padding-bottom: 40px;
}
.content-quai li a {
    color: #D5AF50;
    font-size: 24px;
    font-family: 'Quicksand-Bold' !important;
    line-height: 28px;
    display: inline-block;
}
.content-quai li a:hover,
.content-quai li a:focus {
    color: #000 !important;
}
.brun-de {
    position: relative;
}
.pressroom-inner-quai {
    position: relative;
    z-index: 99;
    padding: 100px 0;
}
.brun-de:before {
    position: absolute;
    content: '';
    top: 44.5%;
    left: 0;
    background: url(/wp-content/uploads/2021/01/Subtraction-11.png);
    width: 295px;
    height: 386px;
    z-index: 999;
    display: block !important;
}
#project .button-group a.button{
    text-align: center;
}
.pressroom-gallery {
    position: relative;
    padding-bottom: 200px !important;
}
div#pressroomlist:nth-child(2) .gastronomie-main {
    margin-bottom: 50px;
}
.pressroom-gallery:after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2021/01/Subtraction-10.png);
    width: 200px;
    height: 900px;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
}
/*.page-id-345 li#menu-item-1221 a {
    background-color: #3C3853 !important;
}*/
/*.page-id-345 li#menu-item-1221 a:hover {
    background-color: #D5AF50 !important;
}*/

#menu-1-f53d165 li:nth-child(2) a {
    color: #fff !important;
    background-color: #D5AF50;
    border-radius: 50px 50px 50px 50px;
    text-align: center !important;
    display: inline-block;
}

.logged-in #menu-1-f53d165 li:nth-child(2) a {
    color: #fff !important;
    background-color: #3C3853;
    border-radius: 50px 50px 50px 50px;
    text-align: center !important;
    display: inline-block;
}

#menu-1-f53d165 li:nth-child(2) a:hover,
#menu-1-f53d165 li:nth-child(2) a:focus,
#menu-1-f53d165 li:nth-child(2) a:active { 
    background-color: #3c3853 !important;
}

.logged-in #menu-1-f53d165 li:nth-child(2) a:hover,
.logged-in #menu-1-f53d165 li:nth-child(2) a:focus,
.logged-in #menu-1-f53d165 li:nth-child(2) a:active { 
    background-color: #D5AF50 !important;
}

.gallerysec .gallery-image-title h4 {
    margin-bottom: 20px;
}
.expertsec {
    position: relative;
}
.expertsec:before {
    position: absolute;
    content: '';
    left: 0;
    top: -4%;
    background: url(/wp-content/uploads/2021/01/Subtraction-7.png);
    width: 175px;
    height: 645px;
}

@media (min-width: 768px)
{
  .page-id-3 .elementor-3 .elementor-element.elementor-element-60cfa451 {
    width: 100% !important;
}
}
#menu-item-2408{
	list-style:none;
	color:#3C3853 !important;
    position: absolute;
    top: 5px;
    right: 5px;
	font-family: 'Freight-BigBold' !important;
	font-size:
}
#menu-item-2408 a{
	font-size:14px!important;
}
.home #testimonials .owl-nav button img {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 30px !important;
    height: 30px !important;
}
.home #testimonials .owl-nav .owl-prev {
    left: 5px !important;
}
.page-id-345 .elementor-section-wrap #project .pressroom-inner-quai .gastronomie-row .img-hover-quai {
    display: flex;
}
.page-id-345 .elementor-section-wrap #project .pressroom-inner-quai .gastronomie-row .img-hover-quai .img-quai img {
    max-width: 350px;
}
@media(max-width: 800px) {
    .page-id-345 .elementor-section-wrap #project .pressroom-inner-quai .gastronomie-row .img-hover-quai {
        flex-wrap: wrap;
    }
}
section#project {
    margin-top: 30px;
    max-width: 1200px;
	margin: auto;
}