/*-----------------------------------------------------------------------------------
	    AM_WEB
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FEFBF7;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}





/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1280px;
}
.img-style{
	width:470px;
}
.img-2-style{
	width:255px;
}
.img-bloc-2-style{
	width:465px;
}
.img-green-iijan-style{
	width:348px;
	margin-bottom:20px;
}
.h3-style{
	font-size:36px;
	font-family:Montserrat;
	font-weight:normal;
	color:#4B4B4A!important;
	width:88.09%;
}
.h4-style{
	width:93.94%;
	font-family:Montserrat;
	font-size:16px;
	font-weight:normal;
	margin-bottom:-1px;
}
.row-style{
	width:100%;
}
.p-style{
	font-size:14px;
	width:100%;
	font-family:Montserrat;
	font-weight:400;
}
.footer-link{
	font-family:"Montserrat";
	font-size:14px;
	color:transparent!important;
	font-weight:normal;
}
.p-bloc-3-style{
	width:100%;
}
.label-style{
	font-family:Montserrat;
}
.label-votre-email-style{
	font-family:Montserrat;
}
.btn-style{
	width:67.4%;
	font-weight:bold;
	border-style:solid;
	color:#ffffff;
	font-family:"Montserrat";
	font-size:14px;
	margin-bottom:50px;
}
.p-home-desk-style{
	font-family:"Montserrat";
	color:#4B4B4A!important;
	font-size:18px;
	width:100%;
}
.p-2-style{
	font-family:Montserrat;
	font-size:14px;
	font-weight:normal;
}
.p-1-style{
	font-size:16px;
	font-family:"Montserrat";
	font-weight:bold;
}
.h1-philosophie-style{
	font-family:"Montserrat";
	font-weight:lighter;
	font-size:48px;
	letter-spacing:10px;
	color:#EBEBE7!important;
	text-align:center;
}
.link-color{
	color:#ffffff;
}
.link-style{
	width:92.65%;
	font-family:"Montserrat";
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}
.h3-bloc-6-style{
	font-family:"Montserrat";
	font-weight:normal;
	font-size:48px;
	width:100%;
	padding-top:25px;
	color:#FEFBF7!important;
}
.p-bloc-6-style{
	font-family:Montserrat;
	line-height:30px;
	font-weight:normal;
	font-size:24px;
	width:89.24%;
	color:#F3ECE8!important;
}
.img-imag-style{
	width:304px;
}
.accueil{
	margin-bottom:-100px;
	padding:50px 50px 50px 50px;
}
.h3-3-style{
	font-family:Montserrat;
	color:#4B4B4A!important;
	font-size:32px;
	line-height:48px;
}
.p-5-style{
	font-family:"Montserrat";
	color:#4B4B4A!important;
	line-height:32px;
	font-size:20px;
	font-weight:normal;
	width:100%;
}
.text-span-color{
	color:#f3ece8;
}
.row-bloc-6-style{
	width:100%;
}
.text-span-home-desk-color{
	color:#ffffff;
	font-family:"Montserrat";
	font-weight:bold;
}
.news{
	padding-bottom:80px;
	margin-bottom:30px;
}
.row-7-style{
	width:100%;
	padding-top:30px;
}
.mail{
	font-family:"Montserrat";
	font-size:16px;
	font-weight:bold;
	color:#F3ECE8!important;
}
.h3-25450-style{
	font-family:Montserrat;
	font-size:20px;
}
.p-6-style{
	font-size:18px;
	font-family:Montserrat;
}
.row-footer-desk-style{
	width:100%;
}
.p-10-style{
	font-size:22px;
	font-family:Montserrat;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	text-decoration:none;
}
.h3-28268-style{
	width:91.4%;
	font-family:Montserrat;
	color:#F3ECE8!important;
}
.p-13-style{
	font-size:18px;
	width:99.76%;
	font-family:"Montserrat";
}
.p-bloc-9-style{
	font-family:Montserrat;
}
.aide{
	margin-bottom:50px;
}
.bloc3{
	;
}
.bloc4{
	padding:30px 30px 30px 30px;
}
.clear{
	font-family:"Montserrat";
	font-size:18px;
	color:#F3ECE8!important;
}
.budgetdesk{
	;
}
.menu{
	padding-bottom:100px;
}
.mentions{
	font-family:"Montserrat";
	font-weight:normal;
	font-size:16px;
}
.impots{
	font-family:"Montserrat";
	font-weight:bold;
	font-size:24px;
	text-align:center;
}
.p-budget-desk-style{
	width:100%;
}
.p-18-style{
	font-family:Montserrat;
	font-size:14px;
}
.img-5-style{
	width:46px;
}
.img-tref-style{
	width:262px;
}
.p-25-style{
	font-size:22px;
	font-family:Montserrat;
}
.p-26-style{
	font-family:Montserrat;
}
.h3-budget-mobile-style{
	font-family:Montserrat;
}
.p-budget-mobile-style{
	font-family:Montserrat;
}
.p-color{
	font-family:Montserrat;
}
.p-28-style{
	font-family:Montserrat;
	font-size:14px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-cadet{
	background-color:#3B5B70;
}
.bgc-platinum{
	background-color:#EBEBE7;
}
.bgc-timberwolf{
	background-color:#E1D0C6;
}
.bgc-cinereous{
	background-color:#9A8888;
}

/* Text colour styles */

.tc-quartz{
	color:#4B4B49!important;
}
.tc-snow{
	color:#FEFBF7!important;
}

/* Button colour styles */

.btn-cadet{
	background:#3B5B70;
	color:#FFFFFF!important;
}
.btn-cadet:hover{
	background:#2f495a!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */




/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.btn-style{
		width:69.71%;
	}
	
}

@media (max-width: 767px){
	.btn-style{
		width:47.49%;
	}
	.h3-style{
		width:100%;
	}
	.p-bloc-6-style{
		width:100%;
		font-size:16px;
	}
	.h3-bloc-6-style{
		font-size:36px;
	}
	.h3-3-style{
		width:100%;
	}
	.row-bloc-6-style{
		width:0%;
	}
	.row-19-style{
		width:100%;
	}
	.p-5-style{
		width:100%;
		font-size:16px;
	}
	.h3-6-style{
		font-family:Montserrat;
	}
	.p-6-style{
		font-size:16px;
		font-family:Montserrat;
	}
	.h2-style{
		font-family:Montserrat;
		font-size:28px;
	}
	.h3-budget-mobile-style{
		font-family:Montserrat;
	}
	.p-budget-mobile-style{
		width:100%;
	}
	.img-imag-style{
		width:254px;
	}
	.p-17-style{
		font-family:Montserrat;
	}
	.mkmob{
		margin-bottom:-60px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.img-style{
		width:250px;
	}
	.h3-style{
		font-size:24px;
	}
	.img-home-mobile-style{
		width:281px;
	}
	.img-green-iijan-style{
		width:254px;
	}
	.container-div-style{
		width:35.14%;
	}
	.container-div-bloc-3-style{
		width:43.24%;
	}
	.container-div-0-style{
		width:100%;
	}
	.btn-style{
		width:100%;
	}
	.btn_small{
		margin-top:20px;
	}
	.p-home-mobile-style{
		font-size:16px;
		font-family:Montserrat;
	}
	.p-6-style{
		line-height:25px;
	}
	.p-5-style{
		width:100%;
		line-height:25px;
	}
	.img-8-style{
		width:225px;
	}
	.p-mk-mobile-style{
		font-family:Montserrat;
	}
	.headmob{
		margin-top:-40px;
	}
	.text-span-budget-mobile-color{
		color:#ffffff;
	}
	.p-budget-mobile-style{
		font-family:Montserrat;
		font-size:16px;
	}
	.p-color{
		font-family:Montserrat;
		color:#ffffff;
	}
	.impots-mobile{
		font-family:"Montserrat";
		font-weight:bold;
		font-size:18px;
		color:#827273!important;
	}
	.p-28-style{
		font-family:Montserrat;
		font-size:14px;
	}
	.p-25-style{
		font-size:20px;
		width:100%;
	}
	.p-26-style{
		font-weight:normal;
		font-size:16px;
	}
	
}

