/* font-family: 'Exo 2', serif; */
@import url(https://fonts.googleapis.com/css?family=Exo+2:100,300,400,600,900,900italic);

/* font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);

/*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: #819099;
	border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
#header .container {
    min-height: 120px;
    z-index: 9999;
}

#header .header_brand IMG {
	height: 110px;
	padding-top: 10px;
}
#header .header_phone IMG {
	height: 85px;
	padding-top: 40px;
	float: right;
}



/*Banner*/
#banner {
    color: #fff;
	background: url(../img/centre-vhu-agree-pays-basque-landes.jpg) no-repeat scroll 50% 75% / cover;
	text-align:center;
}
.banner_overlay {
    padding: 200px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#banner H2 {
	font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
	font-style: italic;
    padding-bottom: 20px;
    font-family: 'Exo 2', sans-serif !important;
    color: #fff;
}
#banner P {
	font-size: 30px;
    font-weight: 600;
    font-family: 'Open sans', sans-serif !important;
    color: #fff;
}
#banner B {
    font-weight: 800;
}




/*A Propos Section*/
#apropos {
    min-height: 350px;
    background: #fff;
    padding: 100px 0;
	border-top: 10px solid rgba(0, 0, 0, 0.2);
}

#apropos H2 {
	font-size: 45px;
    font-weight: 800;
	padding-bottom: 25px;
    font-family: 'Exo 2', sans-serif !important;
    color: #004E9E;
}

#apropos H3 {
	font-size: 25px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif !important;
    color: #004E9E;
	padding-top: 00px;
	padding-bottom: 10px;
}

#apropos H4 {
	font-size: 25px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif !important;
    color: #CF0B10;
	padding-bottom: 30px;
}

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

#apropos B {
    font-weight: 700;
}

#apropos UL {
	padding-bottom: 25px;
}

#apropos LI {
	font-size: 20px;
    font-weight: 400;
    padding-bottom: 0;
	padding-left: 50px;
    font-family: 'Kanit', sans-serif !important;
    color: #6b696b;
	text-align: left;
}

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

#apropos .epaviste-img {
	background: url(../img/epaviste-enlevement-epave.jpg) no-repeat scroll 85% 50% / cover;
	min-height: 500px;
}

/*bonchoix Section*/
#bonchoix {
    background: #004E9E;
    padding: 50px 0;
	border-top: 10px solid rgba(0, 0, 0, 0.2);
	border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
#bonchoix H3 {
	font-size: 35px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif !important;
    color: #FFF;
	padding-bottom: 30px;
	padding-left: 20px;
}
#bonchoix P {
	font-size: 20px;
    font-weight: 400;
    padding-bottom: 25px;
	padding-left: 20px;
    font-family: 'Open sans', sans-serif !important;
    color: #fff;
	text-align: left;
}
#bonchoix IMG {
	margin-top: 75px;
}


/*howto Section*/
#howto {
    background: #fff;
    padding: 100px 0;
}

#howto H3 {
	font-size: 35px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif !important;
    color: #004E9E;
	padding-bottom: 30px;
}
#howto .picto_icon i {
    font-size: 70px;
    padding: 10px;
    color: #cf0b10;
}

#howto .picto_text span {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif !important;
    padding: 10px;
    color: #004E9E;
}

#howto .picto_text P {
	font-size: 20px;
    font-weight: 400;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
    font-family: 'Open sans', sans-serif !important;
    color: #6b696b;
	text-align: left;
}

#howto .picto_text i {
	color: #cf0b10;
}

#howto B {
    font-weight: 700;
}



/*Contact*/
#noscroll {
	overflow: hidden;
}
#overlay {
	display: block; position: absolute; left: 50%; top: 50%; padding: 25px;
    background-color: #ffffff; width: 500px; height: 150px; margin: -75px 0 0 -250px; z-index: 100;
}

#overlay.notification {
	text-align: center;
}
#overlay.notification h4 {
	text-align: center;
	font-family: 'Exo 2', sans-serif !important;
	font-weight: 700;
	color: #cf0b10;
}
#overlay.notification p {
	margin-top: 15px;
	margin-bottom: 15px;
}
#overlay.notification a {
	display: run-in;
	background-color: #004E9E;
	color: #ffffff;
	padding: 5px 15px;
}
#fade {
    display: fixed; position: absolute; left: 0%; top: 0%; background-color: black; -moz-opacity: 0.7; opacity: .70; filter: alpha(opacity=70); width: 100%; height: 100%; z-index: 90;
}

#contact {
    background: #cf0b10;
    padding: 80px 0;
	color: #fff;
	border-top: 10px solid rgba(0, 0, 0, 0.2);
	border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}

#contact .contactTitre H3 {
	font-size: 35px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif !important;
    color: #fff;
	padding-bottom: 100px;
}

#contact .title H5 {
	font-size: 25px;
    font-weight: 700;
    font-family: 'Exo 2', sans-serif !important;
    color: #fff;
	padding-bottom: 15px;
}

#contact a {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Exo 2', sans-serif !important;
}

#contact P {
	font-size: 19px;
    font-weight: 400;
	padding-right: 10px;
	}
	
.text_area textarea,
.form-inline .form-control,
input#name,
input#email,
input#telephone,
input#subject{
    border-radius: 5px;
    margin-bottom: 20px;
    border: 3px solid #a6090d;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    font-style: italic;
    color: #696969;
    font-family: 'Kanit', sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}
li.fw-flash-message {
    color: red;
    font-size: 4rem;
}
.msg_title h5 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: 'Kanit', serif;
    color: #222222;
}
.custom-btn {
    padding: 13px 82px;
    background: #a6090d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 0px;
    border-radius: 5px;
    letter-spacing: 5px;
    font-size: 18px;
    font-family: 'Kanit', serif;
    outline: 0 !important;
}
.custom-btn:hover {
    background: #fff;
    color: #a6090d;
}



/*localisation Section*/
#localisation {
    background: #fff;
    padding: 100px 0;
}
#localisation li {
	
}

#localisation a {
	font-size: 14px;
    font-family: 'Exo 2', sans-serif !important;
}



/*Footer*/

#footer {
    background: #819099;
    color: #fff;
	min-height: 55px;
}

#footer .legales {
	display: none;
    padding-top: 0px;
	padding-bottom: 20px;
	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: 'Arial', sans-serif;
	padding-top: 12px;
}
#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;
}