<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Crevier Mancini
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Nunku + Aroweb
 Author URI:   https://nunku.com
 Template:     generatepress
 Version:      0.1
*/

:root {
	--blue: #69a09b;
	--black: #333333;
	--gray-dark: #cccccc;
	--gray-darker: #777777;
	--gray-clear: #f7f7f7;
}

html{
	overflow-x: hidden;
}

/*mopnserrat regular*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');
/*montserrat bold*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&amp;display=swap');

@font-face {
	font-family: "MontserratBold";
	src: url('/ressources/fonts/Montserrat-Bold.ttf')  format('truetype');
}



/*Colors*/

.gray{
	color: var(--gray);
}
.bkg-gray{
	background-color: var(--gray);
}
.gray-dark{
	color: var(--gray-dark);
}
.bkg-gray-dark{
	background-color: var(--gray-dark);
}
.gray-darker{
	color: var(--gray-darker);
}
.bkg-gray-darker{
	background-color: var(--gray-darker);
}
.gray-clear{
	color: var(--gray-clear);
}
.bkg-gray-clear{
	background-color: var(--gray-clear);	
}.black{
	color: var(--black);
}
.bkg-black{
	background-color: var(--black);
}.blue{
	color: var(--blue);
}
.bkg-blue{
	background-color: var(--blue);
}
.white{
	color: white;
}
.bkg-white{
	background-color: white;
}

/*Fonts*/

@font-face {
    font-family: "Montserrat-Regular";
    src: url("ressources/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("ressources/fonts/Montserrat-SemiBold.ttf") format("truetype");
}

h1,h2 {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

html * {
    color: var(--black);
    transition: .2s;
}
html * {
    /*letter-spacing: 0.2px;*/
}

.d-55 {
    width: 55%;
}

.pointer{
	cursor: pointer;
}
.hover-to-blue:hover{
	color: var(--blue);
}
.btn-rgl.btn-blue:hover {
    background: var(--blue)!important;
    color: white!important;
}
.btn-rgl.btn-darkblue:hover {
    background: #29378f !important;
    color: white!important;
}
h3.blue strong {
    color: var(--blue);
}

aside#block-8 {
    margin: 0px 0px 10px 0px;
}

aside#block-14 * {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
}
.footer-widgets-container {
    padding: 120px 40px;
}
.widget-title {
    margin-bottom: 15px;
}
.joint-venture-logos.home-joint-venture-logos img {
    /* max-width: 180px; */
    /*max-height: 70px;*/
}

.joint-venture-logos.home-joint-venture-logos {
    padding-left: 130px;
}
.home-joint-venture-logos .vertical-divider {
    height: 100%;
    max-height: 100px;
    border-right: 1px solid var(--black);
    opacity: 0.4;
    margin: 0 10px;
    margin-top: 2px;
}

.padding-l-s {
    padding-left: 10px;
}

i.fas.fa-chevron-right {
    color: inherit;
}

h1, h2, h3, h4, h5, h6, a, p, span{font-family: Montserrat; font-weight: 600}

h1{font-size: 42px; font-weight: 700;} /* 49px; */
h2{font-size: 33px; font-weight: 700;}
h3{font-size: 19px; font-weight: 600;}
p{
	font-weight: 400;
}
p.big{ font-size: 22px }
p.medium {
    font-size: 19px;
}
.bold{font-weight: 600}

hr.hr {
    display: inline-block;
    width: 50px;
    margin: 0 0 0 19px;
    vertical-align: middle;
}

hr.hr-blue {
    border: solid 2px  var(--blue);
}

.uppercase{
	text-transform: uppercase;
}

.regular{
	font-weight: 400;
}
.scroll-down-container {background-size: cover;}

.flex-column{
	display: flex;
	flex-direction: column;
}

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

.justify-content-between {
    justify-content: space-between;
}
.margin-0 {
    margin: 0!important;
}

/*Grid Container Override*/
.site.grid-container {
    margin: 0;
    max-width: none;
}

.scroll-down-container {
    width: 150px;
}
.site-content .content-area {
    width: auto;
}
.one-container .site-content {
    padding: 0px;
}
.site-content {
    display: block;
}
.d-48 {
    width: 48%;
}

.d-70 {
    width: 70%;
}
.d-65 {
    width: 65%;
}
.d-100 {
    width: 100%;
}

/*Header*/
.menu-main-menu-en-container *,.menu-main-menu-fr-container *  {
    text-transform: uppercase;
    font-weight: 700;
}

.footer-widget-2 li a:hover {
    color: var(--blue)!important;
}

.menu-main-menu-en-container a:hover, .menu-main-menu-fr-container a:hover {
    color: var(--blue);
}

.header-container {
    padding: 10px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container img {
    width: 100px;
}
img.header-burger-trigger {
    width: 40px;
    aspect-ratio: 1	;
}
.inside-site-info.grid-container {
    display: none;
}

img.consult-tri {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

img.basic-intro-img {
    object-fit: cover;
}

.project-card:hover img.consult-tri {
    opacity: 1;
}

.project-card {cursor: pointer;}

.header-box {
    box-shadow: 0 3px 9px -6px gray;
    /* border-bottom: 3px solid #33333336; */
   	position: fixed;
    background: white;
    width: 100vw;
    z-index: 200;
}

/*Home Page*/
section.homepage-intro {
    height: 96vh;
    background-size: cover;
}

.home-intro-slider-container {
    background: white;
    padding: 60px 0px 0px 100px;
    margin-left: 150px;
    margin-top: auto;
}

.home-intro-slider-buttons {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.home-intro-slider-prev {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 1px;
    color: #999999;
    cursor: pointer;
}
.home-intro-slider-next {
    padding: 20px;
    background: var(--blue);
    margin-bottom: 1px;
    color: white;
    cursor: pointer;
}


.container {
    background: inherit!important;
}

.flex{display: flex;}
.flex-wrap{display: flex;flex-wrap: wrap;}

section.homepage-intro {
    display: flex;
}

img.wp-image-69 {
    width: 100px;
    padding-bottom: 40px;
}

.home-intro-slider-container {
    background: white;
    padding: 50px 0px 0px 100px;
    margin-left: 150px;
    margin-top: auto;
    min-width: 0;
}

.home-intro-slider-buttons {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.home-intro-slider-prev {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 1px;
    color: #999999;
    cursor: pointer;
}
.home-intro-slider-next {
    padding: 20px;
    background: var(--blue);
    margin-bottom: 1px;
    color: white;
    cursor: pointer;
}

.intro-about {
    padding: 120px 100px;
}
html{
	scroll-behavior: smooth;
}
span.scroll-down-text a{
	color: white;
}
span.scroll-down-text {
    transform: rotate(-90deg);
    display: block;
    color: white;
    margin-top: 97px;
}

.scroll-down-text-container {
    display: flex;
    justify-content: center;
    width: 157px;
}
.scroll-down-container.bk-gradient-filter{width: 150px;}
.bk-gradient-filter {
    background: linear-gradient(
180deg
, rgb(30 30 30 / 76%) 0%, rgb(18 18 18 / 68%) 100%);
    height: 100%;
    backdrop-filter: grayscale(1);
}

a {
    text-decoration: none;
}
.home-intro-slider-container {
    border-top: 6px solid var(--blue);
    height: 233px;
}

.home-intro-slider-container h1 {
    margin: 0;
}
.btn-blue {
    color: var(--blue);
}
.btn-darkblue {
    color: #29378f;
}
.scroll-down-text i {
    color: white;
    /* font-size: 15px; */
}

span.scroll-down-text {
    font-size: 20px;
    height: 75px;
    width: 200px;
    word-break: break-all;
}
section {}

.btn-rgl.btn-blue {
    border: 2px solid var(--blue);
}
.btn-rgl.btn-darkblue {
    border: 2px solid #29378f;
}
.scroll-down-text-container {
    display: flex;
    justify-content: center;
    width: 200px;
    height: 400px;
}

a.btn-rgl {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px 45px;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
}
.padding-m {
    padding: 125px 140px;
}
.project-card:hover .project-card-title {
    color: var(--blue);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

a.btn-flat {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.d-50 {
    width: 50%;
}
.d-40 {
    width: 40%;
}
.d-60{
	width: 60%;
}
.d-70{
    width: 70%;
}
.d-30{
    width: 30%;
}
.d-33 {
	width: 33%; 
}
.d-33-33 {
	width: 33.33%; 
}
.pad-l-30{
    padding-left: 30px;
}
.flex-align-center{
    align-items: center;
}

.window-panel.d-50 {
    height: 0;
    padding-bottom: 40%;
    width: 49.7%;
    position: relative;
    cursor: pointer;
}

div {}

.window-panels-container {
    display: flex;
    flex-wrap: wrap;
}

div {}

.window-panel-content {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0s;
}

.window-panel-content-text {
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 30px 40px;
    background: linear-gradient(180deg, rgba(89, 89, 89, 0) -2%, rgba(18, 18, 18, .5) 130%);
    filter: drop-shadow(1px 2px 3px black);
}

/*.window-panel-content:hover {
    backdrop-filter: grayscale(1);
}*/

.window-panel-content:hover {
    /*backdrop-filter: sepia(1) hue-rotate(113deg) contrast(.85) brightness(0.65) saturate(1.5);*/
    backdrop-filter: sepia(1) hue-rotate(113deg) brightness(.8);
}

.window-panel:hover {
    /* filter: grayscale(1); */
}
section.section-half-padding {
    padding: 125px 160px 0px 160px;
    margin-bottom: -250px;
    z-index: 1;
}
.gradient-overlay {
    height: 100%;
    width: 100%;
    /*background: linear-gradient(180deg, rgb(51 51 51 / 50%) 0%, rgb(0 0 0  / 73%) 100%);*/
    background: linear-gradient(180deg, rgb(81 81 80) 2%, rgb(0 0 0 / 77%) 39%);
    /* display: flex; */
}



.windows-container {
    row-gap: 5px;
    column-gap: 5px;
}

section.section-half-padding * {
    z-index: 1;
}
section.padding-m.bk-gradient-filter {
    background-size: cover;
    background-repeat: no-repeat;
}

p.stat-num {
    font-size: 82px;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 15px;
}

p.stat-label {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    width: 400px;
}

.stat {
    text-align: center;
    margin-top: 60px;
}

.stats-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 200px;
}


/*Projects Slider*/
.project-card {
    width: 380px;
    height: 380px;
    margin-right: 20px;
    position: relative;
}

.project-card-pic img {
    width: 380px;
    height: 380px;
    object-fit: cover;
}

.projects-slider {
    width: calc( 100vw - 157px);
}

.project-card-text {
    position: absolute;
    padding-top: 38px;
    padding-left: 35px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 380px;
}

h3.project-card-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
}

p.project-card-location {
    text-transform: uppercase;
    font-weight: 600;
    color: #999999;
    font-size: 16px;
}
.project-card:hover img.consult-icon {
    opacity: 1;
}
.project-card:hover .project-card-pic img {
    /*filter: sepia(1) hue-rotate(115deg) contrast(.8) brightness(0.6) saturate(2.0);*/
    filter: sepia(1) hue-rotate(115deg) brightness(0.6);
}

.project-card:hover .project-card-text {
    background: white;
}

.projects-slider-prev {
    padding: 20px;
    margin-bottom: 1px;
    color: #999999;
    cursor: pointer;
    border: solid 2px #999999;
    margin-right: -5px;
}

.projects-slider-next {
    padding: 20px;
    margin-bottom: 1px;
    color: var(--blue);
    cursor: pointer;
    border: solid 2px var(--blue);
}

.projects-slider-buttons {
    margin-top: 50px;
}


/*Gallerie d'image*/

.hidden{
	display: none;
}
.image-gallery img {
    cursor: pointer;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
/*Gallerie Slider*/
.hidden {
    display: none;
}

.gallery-close:before{
    content: "âœ•";
    color: white;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
}

.gallery-close {
    color: white;
    font-size: 35px;
    text-align: right;
}

.gallery-close i:hover {
    color: white;
    cursor: pointer;
}
.gallery-popover-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(0,0,0,.9);
    padding: 5%;
}
/*
.close-btn{
    position: fixed;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 0.5em;
    z-index: 199;
    user-select: none;
}
*/
.gallery-fullwidth.slick-initialized.slick-slider {
    display: flex;
}
.gallery-image {
    max-height: 80vh;
    object-fit: contain;
}

.gallery-fullwidth {
    display: flex;
    justify-content: center;
}
button.gallery-next, button.gallery-prev {
    background: none;
}

button.gallery-next i, button.gallery-prev i {
    color: white;
    font-size: 40px;
}
ul.slick-dots button:after {
    content: '';
}

ul.slick-dots button {
    display: none;
}

ul.slick-dots {
    list-style: none;
    display: flex;
    column-gap: 10px;
}

ul.slick-dots li {
    background: var(--gray-dark);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}

ul.slick-dots li.slick-active {
    background: var(--blue);
}

.projects-slider-buttons-container {
    display: flex;
    padding-top: 50px;
    align-items: baseline;
    justify-content: space-between;
}

.header-content-left{
	height: max-content!important;
    padding-bottom: 60px;
}

/* Page - Services */
.page-intro h1 {
    width: 50%;
    margin-bottom: 35px;
}
.page-intro h2 {
    margin-bottom: 0;
}

.page-intro p {
    width: 65%;
}
.page-intro h3 {
    margin: 0;
}
.page-intro {
    margin-bottom: 100px;
}

/*About*/
.basic-page-intro-text-only h3 {
    margin: 0;
    text-transform: uppercase;
}

.title-padding-l {
    padding-bottom: 50px;
}
.title-padding-m {
    padding-bottom: 20px;
}

/*Members*/
img.member-card-img {
    width: 251px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.member-card p {
    font-weight: 600;
}

p.member-card-title.big {
    font-weight: 700;
}

.member-card-title {
    margin-bottom: 0;
    font-weight: 600;
}

.member-card {
    text-align: center;
    text-transform: uppercase;
    margin-right: auto;
}


.member-cards-container {
    row-gap: 50px;
    column-gap: 60px;
    justify-content: space-between;
}
.padding-x {
    padding: 145px 100px;
}

p.section-paragraph-contained {
    max-width: 400px;
}

h2.title-padding-s {
    margin-bottom: 10px;
}
.object-fit-cover{
	object-fit: cover;
}
.offices-padding {
    padding: 145px 0px 145px 100px;
}

.offices-padding * {
    color: white;
}
.offices-padding &gt; p {
    max-width: 435px;
    line-height: 28px;
}
.joint-venture-logos {
    display: flex;

    justify-content: space-between;
    column-gap: 10px;
}

.joint-venture-logos img {
    max-width: 330px;
    max-height: 100px;
    margin-top: 15px;
}
.vertical-divider {
    height: 100%;
    max-height: 130px;
    border-right: 2px solid var(--black);
    opacity: 0.4;
    margin: 0 10px;
}
.basic-page-intro-text-only h3 {
    margin-bottom: 10px;
}
p.member-card-role {
    margin: 0;
}
img.broad-card-img {
    height: 350px;
    object-fit: cover;
}

.broad-card.flex-wrap {
    /* justify-content: space-between; */
    column-gap: 70px;
}

.broad-card-text {
    margin-top: 25px;
}

.broad-cards-container {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

i.fas.fa-chevron-right.flat-button-chevron {
    color: var(--blue);
    margin-left: 20px;
}

i.fas.fa-chevron-left.flat-button-chevron {
    color: var(--blue);
    margin-right:  20px;
}

a.btn-flat.btn-blue:hover i.fas.fa-chevron-left.flat-button-chevron {
    margin-right: 30px;
}
a.btn-flat.btn-blue:hover i.fas.fa-chevron-right.flat-button-chevron {
    margin-left: 30px;
}

a.btn-flat:hover, a.btn-rgl:hover {
    opacity: .8;
}

img.article-intro-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.site-footer strong {
    font-weight: 600;
}
.wp-block-social-link{ margin-bottom: 0.5em !important; }

h2.widget-title {
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
}

h3.gb-headline.gb-headline-9d749f8b.gb-headline-text.blue strong {
    color: var(--blue)!important;
}

.footer-widgets .widget {
    margin-bottom: 20px;
}
.basic-intro-text {
    padding: 100px 70px 100px 140px;
}

.grid-fourth-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6%;
}

.d-20 {
    width: 20%;
}

p {
    font-size: 21px;
}
.padding-t-0{
	padding-top: 0;
}

.grid-fourth-el {
    text-align: center;
}

.grid-fourth-img {
    display: flex;
    height: 180px;
    align-items: center;
    justify-content: center;
}

.grid-fourth-img {}

.padding-t-0 {
    padding-top: 0;
}
.members-container {
    justify-content: center;
    column-gap: 90px;
    row-gap: 30px;
}
.header-container-right {
    display: flex;
    column-gap: 45px;
    align-items: center;
}

.header-container-right p {
    margin: 0;
    font-size: 18px;
}
img.logo-section-bkg {
    height: 200px;
    position: absolute;
    right: 0;
}
/*
.compensate-header {
    padding-top: 141px;
}*/
a.special-link {
    /* text-decoration: underline; */
    color: var(--blue);
}

a.special-link:hover {
    opacity: .7;
}
.footer-widget-2 li {
    font-size: 16px;
}

.footer-widget-3 p {
    font-size: 16px;
}

.gb-inside-container ul li{ font-size:21px; font-weight:400; }

@media (min-width: 1024px){
	.hide-on-desktop{
		display: none;
	}
}
@media (min-width: 768px){
	.hide-on-tablet{
		display: none;
	}
}
@media (max-width: 1024px){
	.t-100{
		width: 100%;
	}
	.t-50{
		width: 50%;
	}
	img.logo-section-bkg{
		display: none;
	}
    h1 {
        font-size: 32px;
    }
	
}

@media (max-width: 768px){

	.home-intro-text-container {
	    background: white;
	    margin-left: 0;
	    padding-top: 30px;
	    padding-left: 50px;
	    position: absolute;
	    width: calc(100%);
	    bottom: -107px;
	}
	.home-joint-venture-logos .vertical-divider {
	    max-height: 100px;
	    border-right: 1px solid var(--black);
	    opacity: 0.4;
	    margin: 0 10px;
	    margin-top: 2px;
	    width: 10px;
	    height: 100px;
	}
	.window-panel.m-100 {
	    width: 100%;
	    padding-bottom: 100%;
	}
	.joint-venture-logos.home-joint-venture-logos {
	    margin-top: -40px;
	    padding: 0;
	    margin-bottom: 20px;
	}
	.hide-on-mobile{
		display: none;
	}
	.compensate-header {
	    padding-top: 0 !important;
	}
	.header-box *{
		display: none;
	}
	h1 {
	    font-size: 25px;
	}

	h3 {
	    font-size: 16px;
	}

	p {
	    font-size: 12px;
	}
	

	.home-intro-slider-container {
	    margin: 0;
	    padding: 25px 5% 0px 5%;
	    margin-top: auto;
	    display: flex;
	    flex-direction: column;
	}

	.home-intro-slider-container * {
	    font-size: 25px;
	}

	.scroll-down-container {
	    display: none;
	}

	.intro-about {
	    padding: 25px 5%;
	}

	section.section-half-padding {
	    padding: 25px 5%;
	    margin: 0;
	}

	.section-heading {
	    flex-direction: column;
	}

	.window-panel-content-text {
	    padding: 10px;
	}

	.stats-container {
	    margin: 0;
	    flex-wrap: wrap;
	}

	.padding-m {
	    padding: 50px 5%;
	}

	.projects-slider {
	    width: calc(100vw - 4%);
	}
	.page-intro p {
	    width: 100%;
	}
	.basic-intro-text {
	    padding: 50px 5%;
	}
	.page-intro h1 {
	    width: 100%;
	    margin-bottom: 10px;
	}

	.m-100 {
	    width: 100%;
	}

    .pad-l-mobile-0{ padding-left:0px !important; }

	.project-card-text {
		padding: 10px 15px;
	}

	p.project-card-location {margin-bottom: 7px;}
	.joint-venture-logos {
	    margin-top: 40px;
	}

	.padding-x {
	    padding: 50px 5%;
	}

	.offices-padding {
	    padding: 50px 5%;
	}
	hr.hr-blue {
	    border: solid 1px var(--blue);
	}
	hr.hr {
	    display: inline-block;
	    width: 25px;
	    margin: 0 0 5px 10px;
	    vertical-align: bottom;
	}
	.grid-fourth-container {
	    justify-content: center;
	}
    .why-choose-us{
        width: 50%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .why-choose-us-pic{ max-height: 70px; width: auto !important; }
    .why-choose-us p{ font-size: 16px !important; }

    .footer-widget-1{ order: 3; padding-top:15px; }
    .footer-widget-1 .widget_media_image{ display: none; }


    #v-pills-tab button.nav-link{ width:100%; font-size: 16px; }
}</pre></body></html>