@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*** GENERIC CSS ***/
html,body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome-webfont.eot');
    src: url('../../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../../fonts/fontawesome-webfont.woff') format('woff'),
         url('../../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #555555;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#005DBA;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size:54px;
    line-height: 1.5;
}

h2 {
    font-size: 46px;
    line-height: 1.1;
}

h3 {
    font-size:35px;
    line-height: 1.5;
}

h4 {
    font-size:27px;
    line-height: 1.5;
}

h5 {
    font-size:24px;
    line-height: 1.5;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.visible-xs {
    display: none;
}

.btn-default {
    background:#b3892c;
    padding:13px 35px;
    color:#fff;
	font-size:18px;
	font-weight:700;
    border-radius:4px;
	box-shadow:none;
    min-width: 200px;
}

.btn-default:hover {
    color: #fff;
    background:#c2a156;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content:'';
    width:100px;
    background:#134db8;
    height: 4px;
    position:absolute;
    top:100%;
    left: 0%;
}

ul.list li {
    margin:0px 0px 15px 0px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #134db8;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

@keyframes lds-ripple {
0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
}
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*** HEADER ***/

}
/* Header Style */

.header {
	padding-bottom:5px;
}

.header p {
    margin-top: 30px;
	color: #1b232e;
	font-size:20px;
	font-weight:300;
	letter-spacing:1px;
	line-height:85px;
}

.header p a {
	font-weight:700;
	    color: #000000;
}

.navbar {
	padding:10px 0px;
}


/* Banner Style */
.banner {
	padding-top:150px;
	padding-bottom:80px;
}

h2 {
	color:#fff;
	text-transform:uppercase;
	font-weight:300;
}

.banner h2 span {
    color: #b3892c;
}

.banner p {
	font-size:18px;
	color:#fff;
	line-height: 1.4;
	font-weight:normal;
}

.banner li {
	font-size:18px;
	list-style:disc;
	width:100%;
	padding:8px 0px;
	color:#fff;
	line-height: 1.4;
	font-weight:normal;
}

.banner .card {
	border-radius:0px;
	border:none;
	padding:35px 45px;
}

.banner .card label {
	font-size:24px;
	color: #1b232e;
}

.banner ul {
    margin: 0px;
    padding: 0px 0px 0px 30px;
}

.coffee {
    color: #b3892c;
}


/* service Style */
.service {
	background-color: #18181a;
	padding:40px 0px;
}

.service h2 {
	font-weight:bold;
}

.service label {
	font-size:18px;
	color:#fff;
}

h3.title {
	color: #1b232e;
	font-size:32px;
	font-weight:bold;
	text-transform:inherit;
}

.associons {
	padding-top:70px;
	padding-bottom:50px;
}

.associons label {
	color: rgba(27,35,46,.8);
	font-size:16px;
}

.commencons {
	padding:80px 0px;
}

.commencons h2 {
	font-size:60px;
	font-weight:normal;
	text-transform:inherit;
}

.manchettes {
	padding:50px 0px;
}

.manchettes .card {
	border:none;
}

.manchettes .card:hover .card-body {
	background:#b3892c;
}

.manchettes .card:hover .card-body h4,.manchettes .card:hover .card-body p {
	color:#fff;
}

.manchettes .card:hover label {
	color: rgba(255,255,255,.6);
}

.manchettes .card-body h4 {
	color: #1b232e;
	font-weight:700;
	margin-bottom:10px;
	text-transform:inherit;
	font-size:18px;
}

.manchettes .card-body p {
	color: rgba(27,35,46,.6);
	font-size:14px;
}

.realty {
	padding-bottom:60px;
}

.realty label {
    color: rgba(27,35,46,.8);
    font-size: 16px;
}

.realty .card-body h4 {
	color: #1b232e;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
}

.realty .card {
	padding:25px;
	border:none;
	min-height:100%;
}

.realty .card:hover {
	box-shadow: 0.0625rem 0.1875rem 0.625rem rgb(0 0 0 / 15%);
}

.realty .card-body {
	padding:0px;
	padding-top:30px;
}

.realty .card-body p {
	color: rgba(27,35,46,.6);
	font-size:14px;
	font-weight:100;
	line-height:20px;
}

.La-Croissance h3 {
	color: #1b232e;
	font-size:26px;
	font-weight:700;
	text-transform:inherit;
}

.La-Croissance p {
	color: #1b232e;
	font-size:16px;
	font-weight:400;
}

.La-Croissance h2 {
	color: #1b232e;
	font-size:34px;
	letter-spacing:3px;
	font-weight:700;
	line-height:26px;
	border-left:2px solid #11773e;
	padding:15px 0px;
	padding-left:20px;
}

img.box-shadow {
	box-shadow: 0.0625rem 0.1875rem 0.9375rem rgb(0 0 0 / 15%);
}

.La-Croissance h2 span {
	font-size:14px;
	text-transform:capitalize;
	letter-spacing:1px;
	font-weight:normal;
}

/* meilleur Style */
.meilleur {
	padding: 80px 0px;
}

.meilleur h2 {
    font-size: 60px;
    font-weight: normal;
    text-transform: inherit;
}


/*** MODAL ***/
.modal-title {
    color:#b3892c;
    text-align: center;
    width: 100%;
}

.modal-header {
    border:0px;
}

.modal .btn-default {
    border:0px;
}

.modal .form-control, .modal .form-control:focus {
    border:0px;
    border-bottom:1px solid #ced4da;
    border-radius: 0px;
    outline: 0px;
}
/*#a_video {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*}*/
#video-viewport {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
video {
    display: block;
    width: 100%;
    height: auto;
}