.mx-auto{
	margin-left: auto;
	margin-right: auto;
}

/* LOADER */
.loader-container{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #2f4193;
    transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
	z-index: 1000002;
}
.loader{
	max-width: 25%;
}
.disappear{
	visibility: hidden;
    transition: 1s;
}

/* HEADER */
.logo-custom img{
	margin-left: auto;
	margin-right: auto;
}
#g-navigation{
	background: linear-gradient(#2f4193, transparent);
	transition: 1s;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container{
	color: #ffffff;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover {
    color: #576192;
}
#g-fullscreen{
	margin-top: -100px;
}
.uk-slideshow > li, .uk-slideshow{
    /*max-height: 100vh;*/
}
.g-social a{
	color: #ffffff;
}
.title-custom{
    /*border: 1px solid transparent;
	border-image: linear-gradient(to right, transparent, rgba(40, 40, 40, 0.5), transparent);
	border-image-slice: 1;*/
}
.card-ss-custom{
	background: linear-gradient(to right, transparent, rgba(177, 155, 38, 0.5), transparent);
	color: #2f4193;
}
#g-navigation.navbar-white{
	background: #2f4193;
	transition: 1s;
}
.g-title{
	font-weight: 400;
}
.fa-bars{
	color: #b19b26;
}

/* CONTENT */
.uk-accordion > .uk-accordion-title {
	background: #8080802e;
}
.platform-content, .moduletable, .widget {
    margin: 0 0;
    padding: 0 0;
}
.g-totop{
	margin-left: auto;
	margin-right: auto;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    font-weight: 400;
}

/* CONTACT */
.chrono_credits{
	display: none;
}
textarea{
	margin-bottom: 10px;
}
#button4{
	color: #fff;
    background: #2f4193;
}
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #2f4193;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
#g-top-d{
	background: url(/images/filigrane-interieur-clean.png) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-size: 50%;
}
.hr{
	width: 50%;
    margin-left: auto;
    margin-right: auto;
	border-top: 1px solid rgba(47, 65, 147, 0.5);
}
.fb{
	background: #3d5b99 !important;
	margin: 0;
    font: inherit;
    box-sizing: border-box;
    padding: 0 15px;
    background: #f5f5f5;
    line-height: 33px;
    min-height: 35px;
    font-size: 1rem;
    border-radius: 2px;
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	transition: .5s;
}
.fb:hover{
	font-size: 1.2rem;
	transition: .5s;
}
.insta{
	background: -webkit-linear-gradient(left bottom,#FFFF00,#d10869,#003569) !important;
	margin: 0;
    font: inherit;
    box-sizing: border-box;
    padding: 0 15px;
    background: #f5f5f5;
    line-height: 33px;
    min-height: 35px;
    font-size: 1rem;
    border-radius: 2px;
	display: inline-block;
	text-align: center;
	color: #ffffff !important;
	transition: .5s;
}
.insta:hover{
	font-size: 1.2rem;
	transition: .5s;
}
.snap{
	background: rgb(255, 252, 0);
	margin: 0;
    font: inherit;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 33px;
    min-height: 35px;
    font-size: 1rem;
    border-radius: 2px;
	display: inline-block;
	text-align: center;
	color: #000000 !important;
	transition: .5s;
}
.snap:hover{
	font-size: 1.2rem;
	transition: .5s;
}

/* FOOTER */
#g-footer span{
	color: #ffffff;
}

/* MENTIONS LEGALES */
.mentions-legales #g-navigation{
	background: #2f4193;
}

/* MEDIA QUERIES */
@media screen and (max-width: 767px) {
	#g-navigation {
		background: #2f4193;
	}
	.hidden-small{
		display: none;
	}
	#g-fullscreen{
		margin-top: 0;
	}
	.g-social-header{
		display: none;
	}
	.g-offcanvas-toggle {
		position: fixed;
	}
}