/*** 

====================================================================
	Google Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
@import url('https://static.clikeo.fr/fontawesome-5-last/css/fontawesome-all.min.css');
/*** 

====================================================================
	Reset
====================================================================

 ***/

@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('animate.min.css');
@import url('owl.css');
@import url('bootstrap.min.css');
@import url('jquery.bxslider.css');
@import url('jquery.fancybox.css');
@import url('hover.css');





* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

/*** 

====================================================================
	Global style
====================================================================

***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font: 500 15px 'Montserrat', sans-serif;
}

.page-wrapper {
	overflow: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
	position: fixed;
	bottom: 90px;
	right: 30px;
	color: #ffffff;
	font-size: 24px;
	line-height: 40px;
	width: 45px;
	height: 45px;
	border: 1px solid #fe9900;
	background: #fe9900;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	display: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.scroll-to-top:hover {
	background: #ffffff;
	color: #72c02c;
	border-color: #72c02c;
	transition: all 500ms ease;
}

/*** ===================================Home Page One======================================***/

/*** 

====================================================================
	Main Header
====================================================================

***/

.header-top {
	position: relative;
padding-top:0px;
}

/*** 

====================================================================
	Main Header
====================================================================

***/

@-webkit-keyframes menu_sticky {
	0% {
		margin-top: -150px;
	}

	50% {
		margin-top: -130px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes menu_sticky {
	0% {
		margin-top: -150px;
	}

	50% {
		margin-top: -130px;
	}

	100% {
		margin-top: 0;
	}
}

.main-header {
	position: relative;
	width: 100%;
	z-index: 9999;
	margin-bottom: -60px;
	background: #51a2f3;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fixed-header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	background: #012f5d;
	transition: all 500ms ease;
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}

.main-header .main-menu {
	float: left;
}

.main-header .link-btn {
	float: right;
}

.main-header .link-btn .btn-style-one {
	padding: 16px 35px;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

@media only screen and (min-width: 767px) {
	nav ul {
		display: -moz-flex;
		display: flex;
		-moz-align-items: center;
		align-items: center;
		height: 35px;
		margin: 0;
		padding: 0;
		-moz-justify-content: space-between;
		justify-content: space-between;
		letter-spacing: -0.5px;
	}

	nav ul li {
		list-style: none;
	}
}

@media only screen and (max-width: 767px) {

	.main-menu .navbar-collapse>.navigation>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
	.main-menu .navbar-collapse>.navigation>li.current>a,
	.main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
		background: #000 !important;
	}
}

.main-menu .navigation>li {
	position: relative;
	text-align: left;
	margin-right: 36px;
}

.main-menu .navigation>li:before {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #51a2f3;
	content: "";
	bottom: 0px;
	left: 0px;
	display: none;
}

.main-menu .navigation>li.current:before {
	display: block;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 600;
	opacity: 1;
	padding: 6px 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -50%;
	top: 100%;
	width: 270px;
	padding: 0px;
	z-index: 1;
	display: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	list-style: none;
	text-align: center;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	line-height: 24px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	background: #51a2f3;
	padding: 12px 20px;
	transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: #51a2f3;
	background: #ffffff;
	transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	display: none;
	position: absolute;
	right: -8px;
	top: 12px;
	color: #222222;
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
	color: #214f76;
	line-height: 1.05 !important;
}

/*** 

=============================================
    Main Footer
=============================================

***/
footer {
	border-top: 1px solid #dddddd;
	padding: 15px 0;
}

.main-footer {
	position: relative;
}

.sponsors-slider {
	padding: 70px 0px;
}

.sponsors-slider .sponsors-logo img {
	opacity: .2;
	transition: all 500ms ease;
}

.sponsors-slider .sponsors-logo:hover img {
	opacity: .64;
	transition: all 500ms ease;
}

.sponsors-slider .owl-controls {
	display: none;
}

.footer-top {
	margin: 0px -100px;
	padding: 0px 100px;
}

footer h4 {
	font: 700 15px 'Montserrat', sans-serif;
	color: #214f76;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 20px;
}

.footer-top .about-widget {
	margin-right: 65px;
}

.footer-top .about-widget p {
	font-size: 15px;
	color: #6a99c9;
}

.footer-top .contact-links li {
	position: relative;
	font-size: 15px;
	color: #6a99c9;
	line-height: 28px;
	padding-left: 30px;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
}

.footer-top .contact-links li i {
	position: absolute;
	left: 0px;
	color: #ffffff;
	font-size: 16px;
}

footer .flex {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
}

footer .flex img {
	margin-right: 7px;
}

footer p {
	line-height: 1.4;
}

footer p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 20px;
}

footer .annexe {
	border-top: 1px solid #f1f1f1;
	margin: 10px 0 0 0;
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	color: #ccc;
}

/********************* style riadh  *********************/
@media only screen and (max-width: 767px) {
	.main-menu .navbar-header .navbar-toggle {

		background: #000 !important;
	}
}
.section .container{
	background: #fff;
}


.bande-top-partenaires .row {
	display: flex;
	align-items: center;
}

.bande-top-partenaires .row div:first-child {
	-moz-justify-content: flex-end;
	justify-content: flex-end;
	border-right: 1px solid #fff;
}

.bande-top-partenaires a {
	text-decoration: none;
	color: #666448;
}

.bande-top-partenaires .row div img {
	margin-right: 7px;
}

.col-l-text-right {
	text-align: right;
}

.col-sm-6 p {
	margin: 0;
	text-transform: uppercase;
}

.col-sm-6 {
	display: flex;
	align-items: center;
}

.header-wrapper {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	-moz-justify-content: space-between;
	justify-content: space-between;
	margin: 20px 0;
}
@media only screen and (max-width: 767px) {
	.header-wrapper {
		display: -moz-flex;
		display: block !important;
		-moz-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		justify-content: space-between;
		margin: 20px 0;
		}
		.social-icons{
			text-align: center;
		}
		.case2 {
			background: #ffeb3c;
			text-align: center !important;
		}
.prix{

			text-align: center !important;
}
	}
.demande-conseil-head {
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
}

.demande-conseil-head p {
	margin: 0 0 0 10px;
}

.demande-conseil-head strong a {
	color: #214f76;
	text-decoration: none;
}

.demande-conseil-head strong img {
	margin-right: 7px;
}

.linked {
	cursor: pointer;
}

.demande-conseil-head strong {
	display: block;
	text-transform: uppercase;
	font: 700 18px 'Montserrat', sans-serif;
	color: #214f76;
	display: -moz-flex;
	display: flex;
	-moz-align-items: center;
	align-items: center;
}
@media only screen and (min-width: 767px) {
section.section {
	background: #f5f5f5;
	margin-top: 70px;
}
}
@media only screen and (max-width: 767px) {
	section.section {
		background: #f5f5f5;
		margin-top: 8px;
	}
	}
.section-title h1{
	text-align: center;
	padding: 5%;
}

.btn-style-one{
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 600;
	padding: 3px 33px;
	background: #305b85;
	border: 1px solid #305b85;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.btn-style-one:hover{
	color: #fff;
	border-color: #305b85;
	#background: transparent;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.btn-style-two{
	font-size: 14px;
	color: #305b85;
	line-height: 26px;
	font-weight: 600;
	padding: 10px 30px;
	background: #ffffff;
	border: 1px solid #305b85;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.btn-style-two:hover{
	color: #ffffff;
	border-color: #305b85;
	background: #305b85;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.coordonnees,.information{
	margin: 0 auto;
}
.step{
	margin: 0;
	color: #ffffff;
    padding: 5%;
    background: linear-gradient(to right,#8c52ff,#5ce1e6);
    text-align: center;
}
.step div {
	font-size: 16px;
    font-weight: bold;
}
hr{
	margin: 0 auto;
    border: 0;
    border-top: 5px solid #eee;
    max-width: 70%;
}
.information{
	margin-top: 5%;
}
.alert-yellow{
	background-color: #ffeb3b;
	padding: 2%;
	color: #000;
}
.rouge{
	color: red;
	font-weight: bold;
}
.offre{
	min-height: 300px;
	background-image: url("../images/bg.jpg");
}
.rappel .case1{
	min-height: 300px;
	background-image: url("../images/plan.jpg");
}
.rappel p{
    font-style: italic;
    font-weight: 500;
    font-size: 45px;
}
.location{
    font-size: 22px;
    font-style: italic;
margin-top: 4%;
}
.devisg {
margin-top: 7%;
    margin-bottom: 5%;
}
.devisg a{
    padding: 10px 25px 10px 25px;
    background: rgb(233 219 36);
    color: #ffffff;
    font-weight: bold;
}
.rappel .case3{
    padding: 0;
    background: url(../images/width_1360.webp);
    height: 401px;
}
.rappel .case3 img{
    width: 100%;
}

.case1{
	padding: 4% 0% 0% 2%;
}
.loca{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.loca2{
	padding-bottom: 3%;
}

.loca a{
	color: #ffeb3b;
}
.case1 {
	color: #fff;
}
.devis{
	font-size: 20px;
	padding-top: 5%;    
    padding-left: 10%;
}
.case2{
	color: #207fc0;
	padding: 10% 1% 3% 3%;
    text-align: right;
}
.prix{
	font-size: 60px;
	font-weight: bold;
	text-align: right;
    color: #000;
}
.service{
	font-size: 30px;
    font-weight: bold;
	color: #207fc0;
    text-align: center;
    padding: 3% 3% 0% 3%;
	text-transform: uppercase;
}
.phrase{
	color: #737373;
    text-align: center;
}
.monte-meubles-img {
    min-height: 200px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    border-bottom: 3px solid #e0e0e0;
}
.monte-meubles-img img {
    max-width: 100%;
    height: auto;
}
.col-right img{
	width: 100%;
}
.text{
	padding: 1%;
}
.total{
	text-align: right;
    color: #000;
	padding-top: 5%;
}
#form3 {    
	margin-bottom: 15%;
}
.section-title{
	text-align: center;
}

.val{
	text-align: center;
    color: #000;
	font-weight: 600;
	padding-bottom: 3%;
	text-transform: uppercase;
	font-size: 20px;
}
.message{
	text-align: center;
    color: #000;
	font-weight: 300;
	max-width: 40%;
	margin: 0 auto;
	padding-bottom: 10%;
}
#form3 .btn-style-one{
	float: right;
}
#toggleDiv {
	display: none;
	padding: 20px;
	margin-top: 10px;
}

.clk-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 87.8571428571em;
}
.clk-row:before, .clk-row:after {
    content: " ";
    display: table;
}
@media only screen and (min-width: 70em) {
    .col-l-1-5 {
        width: 20%;        
	float: left;
    }
}
@media only screen and (max-width: 70em) {
    .col-xs-offset-1 {
        margin-left: 0%;    

    }
}

.col-l-1-5  {

    float: left;
    position: relative;
    min-height: 0.0714285714em;
    padding-left: 0.7142857143em;
    padding-right: 0.7142857143em;
    box-sizing: border-box;
}
    .col-l-10-12 {
        width: 83.3333333333%;
    }
    .l-offset-1-12 {
        margin-left: 8.3333333333%;
    }
.monte-meubles-wrapper{
       padding: 5%;
       text-align: center;
}
.monte-meubles-wrapper h3 {
       font-size: 18px;
}
.monte-meubles-wrapper a {
      margin-top: 5%;
}
.gamme-monte-meubles-wrapper .gamme-img {
    margin-top: 20px;
    position: relative;
    height: 166px;
}
.gamme-monte-meubles-wrapper .gamme-img img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: inherit !important;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1;
    flex: 1;
    position: absolute;
    top: 0px;
    bottom: 0;
    overflow: hidden;
    height: 100% !important;
    width: 100% !important;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    border-radius: 5px;
}
.partenaires-home {
    margin: 60px 0 40px 0;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: space-around;
    justify-content: space-around;
}
.bloc1{
      background-image: url(../images/s3.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pch {
    clear: both; 
    overflow: hidden;
    padding: 5%;
}
.pch h3 {
    text-align:center;
    font-size: 15px;
}

.ico {
    background: rgb(78, 159, 238);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {

.fixy{
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding-top: 5%;
}
.header-top {

    padding-top: 15%;
}
}
