/* font-family: 'Barlow', serif; */
@import url(https://fonts.googleapis.com/css?family=Barlow:300,400,600,800,900);

/*UNIVERSAL CODE*/

* {
    margin: 0;
    padding: 0;
}
.alignleft {
    float: left;
    margin-right: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.fix {
    overflow: hidden
}
.clear {
    clear: both
}
.container {
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
html {
    height: 100%
}
body {
}

/*Remove chrome Input Field’s Unwanted Yellow Background Color*/

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}

/*Input focus color removed*/

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/*Bootstrap Form Control Focus*/

.form-control:focus {
    border-color: #fff;
    border: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/***************************/

.margin_btm {
    margin-bottom: 0px !important;
}
.sections{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/***********************************************/


/*header*/
section#header {
    background-color: #ffffff;
}
#header .container {
    min-height: 180px;
    z-index: 9999;
}

#header .header_brand IMG {
	height: 150px;
	padding-top: 30px;
}



/*A Propos Section*/
#apropos {
    min-height: 350px;
    background: #2f3337;
    padding: 80px 0;
}

#apropos H1 {
	font-size: 70px;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 50px;
    font-family: 'Barlow', sans-serif !important;
    color: #ff6a00;
	text-align: center;
}

#apropos H3 {
	font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Barlow', sans-serif !important;
    color: #0095ff;
	text-align: left;
	padding-top: 50px;
}

#apropos H3 B {
    color: #ff6a00;
}

#apropos P {
	font-size: 25px;
    font-weight: 400;
    padding-bottom: 25px;
    font-family: 'Barlow', sans-serif !important;
    color: #ffffff;
	text-align: left;
}

#apropos B {
    font-weight: 700;
}

#apropos LI {
	font-size: 25px;
    font-weight: 400;
    padding-bottom: 0;
    font-family: 'Barlow', sans-serif !important;
    color: #ffffff;
	text-align: left;
}

#apropos IMG {
	max-width: 40%;
	height: auto;
	margin-top: 50px;
}


/*Footer*/

#footer {
    background: #2f3337;
    color: #fff;
}

#footer .legales {
	display: none;
    padding-top: 40px;
	padding-bottom: 45px;
	padding-left: 10px;
	padding-right: 10px;
    font-size: 11px;
}

#footer .copyright p,
#footer .copyright p span a,
#footer .legales p {
    font-size: 14px;
    color: #ffffff;
    font-family: 'Barlow', sans-serif;
}
#footer .legales p,
#footer .legales a {
    font-size: 11px;
}


.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #333335;
    padding-top:0px;
}



/**/

.section-wraper {
    position: relative;
}