/*
Yassine Abouchrif
01-05-2020
*/
::-moz-selection{
    background:#d2ebfe;
    text-shadow:none
}
::selection{
    background:#d2ebfe;
    text-shadow:none
}
img::selection{
    background:0 0
}
img::-moz-selection{
    background:0 0
}


body{
    overflow-x:hidden;
    font-family: 'Rubik', sans-serif;
    background: #fff;
}
p{
    line-height:1.75
}

a{
    color:#3b57a6;
    text-decoration: none;
    outline: none;
}
a:hover{
    color:#5e84f1;
    text-decoration: none;
    outline: none;
}
a:focus{
    color: #5e84f1; !important;
}

.text-primary{
    color:#12569c !important;
}

h1,h2{
    font-weight:700;
    font-family:'Rubik', sans-serif;
    /*text-transform: uppercase;*/
}

section{
    padding:40px 0 40px 0;
}
.navbar{
    z-index: 9;
    background-color: #003e6d;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #4db2ff !important;
    }

@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
}

}


html, body, .masthead{
    height:90%;
    min-height: 500px;
}

.logo{
	max-width: 100%;
}
.logo:hover{
	opacity: 0.7;
	cursor: pointer;
}
.profiter-btn-img{
	max-width: 100%;
	margin-top: -15px;
}
.profiter-btn-img:hover{
	cursor: pointer;
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #61bbff;
}
button.navbar-toggler{
	background: #1076be;
}
button.navbar-toggler img{
	width: 27px;
}
button.navbar-toggler:focus {
    outline: none;
}
.hr-menu-phone{
	border-top: 1px solid rgba(255, 255, 255, 0.52);
}

.masthead{
    background: url(../img/bg-header.jpg) no-repeat;
    background-size: auto 100%;
    background-position: 63%;
}

h1{
	color: #474747;
	font-family: 'PT Serif', serif;
	font-size: 2rem;
}
.color-bordeau{
	color: #b73c3c;
}
.prix-1{
	color: #474747;
    font-weight: 300;
    font-size: 16px;
    display: block;
    margin-bottom: -14px;
}
.prix-2{
	color: #1078bf;
	font-weight: 700;
	font-size: 2.5rem;
}
.btn-interesse{
	display: block;
    background: #003e6d;
    border: 1px solid #003e6d;
    color: #fff;
    padding: 8px 15px;
    width: fit-content;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 1.05rem;
    margin-left: auto;
    margin-right: auto;
}
.btn-interesse:hover{
	color: #fff;
	background: #0766af;
	border: 1px solid #0766af;
}
.btn-savoir{
	display: block;
    background: transparent;
    color: #003e6d;
    padding: 8px 30px;
    width: fit-content;
    border: 1px solid #003e6d;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 1.05rem;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
.btn-savoir:hover{
	color: #fff;
	background: #0766af;
	border-color: #0766af;
}
#titre-principale{
	background-color: #f0eeec;
}
#emplacement{
	background-color: #e6f1f7;
}
#emplacement .maps{
	max-width: 100%;
}
#emplacement .maps:hover{
-webkit-animation:zoom-in-out 1s linear 0s 1 normal;
-moz-animation:zoom-in-out 1s linear 0s 1 normal;
-ms-animation:zoom-in-out 1s linear 0s 1 normal;
animation:zoom-in-out 1s linear 0s 1 normal;
}
@-webkit-keyframes zoom-in-out {
0%{ -webkit-transform: scale(1); transform: scale(1); }
50%{ -webkit-transform: scale(1.2); transform: scale(1.1); }
100%{ -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes zoom-in-out {
0%{ -ms-transform: scale(1); transform: scale(1); }
50%{ -ms-transform: scale(1.2); transform: scale(1.1); }
100%{ -ms-transform: scale(1); transform: scale(1); }
}
#emplacement .btn-google-maps{
	background: transparent;
	color: #003e6d;
    padding: 8px 30px;
    width: fit-content;
    border: 1px solid #003e6d;
    border-radius: 50px;
    font-size: 1.05rem;
    margin-top: 10px;
}
#emplacement .btn-google-maps::before{
	content: url(../img/arrow-bleu.png);
	padding-right: 4px;

}
#emplacement .btn-google-maps:hover{
	background: #003e6d;
	color: #fff;
}
#emplacement .btn-google-maps:hover:before{
	content: url(../img/arrow-white.png);
	padding-right: 4px;
}
#emplacement .btn-google-maps-2 img{
    width: 262px;
    max-width: 100%;
    }
#emplacement .btn-google-maps-2 img:hover{
    opacity: 0.9;
}
#emplacement h2{
	color: #003e6d;
}
#emplacement .desc-emp{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #474747;
	font-weight: 300;
	font-size: 1.2rem;
}
#emplacement .desc-emp ul{
	font-size: 1.1rem;
	margin-bottom: 2rem;
}
#galerie {
    background: url(../img/bg-finition.png) top center no-repeat;
    background-size: cover;
}
#galerie h2{
	color: #003e6d;
}
.hr-titre{
	width: 12%;
    border-color: #003e6d;
}
.hr-titre2{
	width: 12%;
    border-color: #8EBBDD;
}

#galerie .carousel-item img{
	border-top-left-radius: 50px;
    width: 100%;
}
#galerie .carousel-indicators{
	position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top: -16px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
#galerie .carousel-indicators img{
	cursor: pointer;
    width: 100%;
    filter: brightness(31%);
	-webkit-filter: brightness(31%);

}
#galerie .carousel-indicators img.radius-br{
	border-bottom-right-radius: 50px;
}
#galerie .carousel-indicators .active img{
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
}
#plans{
	padding: 0;
}
#plans .bg-paraplans{
	background: #e6f1f7;
	padding: 40px;
}
#plans .bg-paraplans .div-paraplans{
	max-width: 515px;
}
#plans .bg-paraplans h3{
	color: #003e6d;
    text-transform: uppercase;
    font-weight: 400;
}
#plans .bg-paraplans p{
	padding-top: 15px;
    color: #474747;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: justify;
}
#plans .bg-paraplans ul{
    color: #474747;
    font-weight: 300;
    font-size: 1.1rem;
    list-style: none;
}
#plans .bg-paraplans ul li{
	padding-bottom: 12px;
}
#plans .bg-paraplans ul li:before {
    content: '';
    display: inline-block;
    height: 26px;
    width: 25px;
    background: url(../img/check-list.png) no-repeat center;
    background-size: contain;
    margin-bottom: -6px;
    margin-right: 11px;
}
#plans .bg-slideplans{
	background: #f0eeec;
	padding: 40px 40px 0 40px;
}
#plans .bg-slideplans .carousel-caption{
	color: #003e6d;
	position: relative;
    right: 0;
    left: 95px;
    bottom: 10px;
    float: left;
}
#plans .bg-slideplans .plan-img{
	width: 424px;
	max-width: 100%;
}
#plans .bg-slideplans .carousel-control-prev {
    right: auto;
    left: 350px;
    top: 53%;
    background: #706c69;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}
#plans .bg-slideplans .carousel-control-next {
    right: auto;
    left: 350px;
    top: 63%;
    background: #003e6d;
    height: 40px;
    width: 40px;
    border-radius: 50px;
}
#plans .bg-slideplans h5{
	font-size: 2rem;
    font-weight: 600;
}
#finition{
	background: url(../img/bg-finition.png) top center no-repeat;
	background-size: cover;
}
#finition h3{
	color: #003e6d;
    text-transform: uppercase;
    font-weight: 400;
}
#finition .row-bloc-finition{
	border: 1px solid rgba(0, 62, 109, 0.51);
    border-radius: 50px;
    padding: 15px;
}
#finition .row-bloc-finition img{
	max-width: 100%;
    width: 100px;
}
#finition .row-bloc-finition h5{
	font-weight: 300;
    color: #003e6d;
    margin-top: 10px;
}
#finition .row-bloc-finition ul{
	list-style: none;
    padding: 2px 0;
    -webkit-padding-start: 0;
}
#garanties{
	background: url(../img/bg-garanties.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	/*height: 100%;*/
}
#garanties h2{
	font-weight: 600;
	color: #fff;
}

#garanties h3{
	color: #b3daff;
	font-weight: 300;
}
#garanties h3 span{
	font-size: 3rem;
    font-weight: 500;
    padding-right: 6px;
}
#garanties .btn-link-gar{
	color: #b3daff;
	font-weight: 300;
	text-decoration: none;
	display: block;
	font-size: 1.2rem;
	text-align: left;
}
#garanties .btn-link-gar:hover {
    color: #fff;
}
#garanties .btn-link-gar:focus{
	color: #fff;
	outline: none;
	box-shadow: none;
}
#garanties .collapse{
	color: #fff;
    font-weight: 300;
    padding-bottom: 8px;
}
#garanties ul li{
	color: #fff;
    font-weight: 300;
    padding-bottom: 8px;
}
#garanties ul li span{
	display: block;
    color: #90d5f4;
    font-weight: 400;
}
#garanties .btn-link-gar::before{
	content: url(../img/moins-icon.png);
	padding-right: 4px;
}
#garanties .btn-link-gar.collapsed::before{
	content: url(../img/plus-icon.png);
	padding-right: 4px;
}

#contact{
	background: url(../img/bg-contact.jpg) top center no-repeat;
    background-size: 1510px;
}
#contact .container{
	max-width: 760px;
}
#contact h2{
	color: #b73c3c;
	font-weight: 600;
}
#contact .formulaire{
	background: #fff;
	border: 1px solid #b5b5b5;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 40px;
}
#contact .form-control{
	    text-align: center;
    border-radius: 20px;
    padding: 1.4rem .75rem;
    background: #f7f7f7;
}
#contact .form-control:focus {
    color: #114871;
    background-color: #fff !important;
    border-color: #b0b9c1;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#contact .help-block ul{
	padding: 0;
    list-style: none;
}
#contact .btn-envoyer{
	background: #1078bf;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    border-radius: 20px;
    padding: .7rem 3.75rem;
}
#contact .btn-envoyer:focus, #contact .btn-envoyer:hover{
	background: #1d8bd6;
}
#promoteur h2{
	font-size: 3rem;
	line-height: 1;
}
#promoteur hr{
	width: 50%;
}
#promoteur span{
	    font-size: 1.4rem;
    font-weight: 300;
}
#promoteur .bloc-histoire{
	background: #f0eeec;
    padding: 15px;
    color: #1078bf;
}
#promoteur .bloc-collaborateurs{
	background: #e6f1f7;
    padding: 15px;
    color: #003e6d;
}
#promoteur .bloc-appartements{
	background: #003e6d;
    padding: 15px;
    color: #fff;
}
#promoteur .bloc-appartements hr{
	border-top: 1px solid rgba(255, 255, 255, 0.29);
}
footer{
	background: #e6f1f7;
}
footer .btn-derouler {
    text-align: right;
    margin-top: -20px;
    position: absolute;
    right: 23px;
    z-index: 9;
    opacity: 0.9;
}
footer .btn-derouler:hover{
    opacity: 0.7;
}
footer .btn-derouler img {
    width: 46px;
}
footer p{
	padding-top: 19px;
    font-weight: 300;
}
footer .band-footer {
    background: #003e6d;
    height: 15px;
}

.btn-intersser{
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
    display: none;
}
.btn-intersser img{
    width: 43px;
}
.btn-intersser img:hover{
    opacity: 0.9;
}
.btn-whatsup{
    position: fixed;
    bottom: 10px;
    left: 5px;
    z-index: 999;
}
.btn-whatsup img{
    width: 56px;
}
.btn-whatsup:hover{
    opacity: 0.8;
}
























@media (max-width:768px){
.profiter-btn-img {
    width: 190px;
}
h1 {
    text-align: center;
    font-size: x-large;
}
.prix-1 {
    text-align: center;
}
.prix-2 {
    text-align: center;
    font-size: xx-large;
    display: block;
    }
h2 {
    font-size: xx-large;
    text-align: center;
}
#emplacement .desc-emp{
    text-align: center;
}
#emplacement .desc-emp ul{
    text-align: left;
}
#plans .bg-paraplans h3 {
    text-align: center;
}
#plans .bg-slideplans .carousel-caption {
    left: 0;
    float: none;
}
#plans .bg-slideplans .carousel-control-prev {
    right: auto;
    left: 0;
    top: 71%;
}
#plans .bg-slideplans .carousel-control-next {
    right: 0;
    left: auto;
    top: 71%;
    background: #003e6d;
}
#garanties h3 {
    margin-top: 30px;
}


}

@media (max-width:520px){
    html, body, .masthead {
    height: 80%;
    min-height: 404px;
}
.masthead {
    background: url(../img/bg-header-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
}