@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:400,700|Righteous);

/*--------------------------------------------------------------------
 *                          Paw Framework
 *------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*--------------------------------------------------------------------
/*                              Navbar
 *------------------------------------------------------------------*/
.paw-navbar-container {
    display: none;
    color: #333333;
    background: #fefefe;
    font: 400 24px "Roboto", sans-serif;
}

.paw-navbar-container, .paw-navbar, .paw-navbar > * {
    -moz-transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
    -o-transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.6, 0, 0.08, 1);
}

.paw-navbar {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    width: 100%;
    top: 0;
    background: inherit;
    overflow: hidden;
    z-index: 9999999;
}

.paw-navbar > * {
    position: fixed;
    top: 8px;
    z-index: 2;
}

.paw-navbar button {
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
}
.paw-navbar button, .paw-navbar button:focus, .paw-navbar button:active {
    display: inline-block;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
}
.paw-navbar button::-moz-focus-inner {
    border: none;
    padding: 0;
}

.paw-navbar-menu {
    left: 12px;
}

.paw-navbar-title {
    left: 72px;
    right: 72px;
    line-height: 30px;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .paw-navbar, .paw-navbar-container {
        height: 64px;
        display: block;
    }
}
@media (max-width: 767px) {
    .paw-navbar-container {
        font-size: 20px;
    }

    .paw-navbar-container, .paw-navbar {
        height: 56px;
    }

    .paw-navbar * {
        top: 4px;
    }

    .paw-navbar-menu {
        left: 4px;
    }

    .paw-navbar-title {
        left: 56px;
        right: 56px;
        font-size: 24px;
        text-align:justify;
    }
}
/*--------------------------------------------------------------------
/*                         Navbar Search Form
 *------------------------------------------------------------------*/
.paw-navbar-search {
    display: none;
    background: inherit;
    right: 72px;
    margin: 4px 0 2px;
}

.paw-navbar-search.active {
    display: block;
}

.paw-navbar-search_toggle {
    right: 12px;
    color: inherit;
}
.paw-navbar-search_toggle:hover {
    color: #ff5639;
}

.paw-navbar-search_input {
    display: block;
    padding: 4px 0;
    margin: 0;
    width: 208px;
    font: inherit;
    line-height: 32px;
    height: 32px;
    color: #cccccc;
    outline: none;
    background-color: inherit;
    border: none;
    border-bottom: 2px solid;
    border-bottom-color: #f4f4f4;
    border-bottom-color: rgba(238, 238, 238, 0.5);
    -moz-transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
    transition: 0.3s border-color cubic-bezier(0.4, 0, 0.2, 1), 0.3s color cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-appearance: none;
}

.paw-navbar-search_input:focus {
    color: inherit;
    border-bottom-color: #ff5639;
}

@media (max-width: 767px) {
    .paw-navbar-search {
        right: 56px;
    }

    .paw-navbar-search_input {
        margin: 4px 0 3px;
        padding: 4px 0;
        line-height: 26px;
        height: 26px;
        border-bottom: 1px solid #ccc;
    }
}
@media (max-width: 479px) {
    .paw-navbar-search {
        left: 56px;
    }

    .paw-navbar-search_input {
        width: 100%;
    }
}
/*--------------------------------------------------------------------
 *                             Side Nav
 *------------------------------------------------------------------*/
body {
    width: 100%;
}

.paw-sidenav-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.8);
}
.lt-ie9 .paw-sidenav-container {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC000000', endColorstr='#CC000000');
    zoom: 1;
}

.paw-sidenav_toggle {
    color: inherit;
}
.paw-sidenav_toggle:hover {
    color: #003366;
}

.paw-sidenav {
    position: fixed;
    left: -241px;
    top: 64px;
    bottom: 0;
    width: 240px;
    color: #333333;
    font: 700 16px/16px "Roboto", sans-serif;
    background: #fefefe;
    border-right: 1px solid;
    border-right-color: #0b0b0b;
    border-right-color: rgba(0, 0, 0, 0.14);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    z-index: 9999999;
    -moz-transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
    -o-transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
    -webkit-transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
    transition: 0.4s all cubic-bezier(0.6, 0, 0.08, 1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}

.paw-sidenav-container.active {
    right: 0;
}
.paw-sidenav-container.active .paw-sidenav {
    left: 0;
}

.paw-sidenav {
    padding: 8px 0;
}
.paw-sidenav a {
    display: block;
    padding: 16px;
	text-decoration: none;
}
.paw-sidenav ul {
    font-weight: 400;
}
.paw-sidenav ul a {
    padding-left: 32px;
}
.paw-sidenav ul ul a {
    padding-left: 48px;
}
.paw-sidenav li a:hover, .paw-sidenav li.active > a {
    color: #fff;
    background: #003366;
	text-decoration: none;
}

@media (max-width: 767px) {
    .paw-sidenav {
        top: 56px;
    }
}
/*--------------------------------------------------------------------
/*                           Spinner
 *------------------------------------------------------------------*/
/* Default Version */
.paw-spin-container {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.paw-spin, .paw-spin_shape, .paw-spin_dash {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.paw-spin_shape {
    width: 50%;
    overflow: hidden;
}

.paw-spin_dash {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 200%;
    border-style: solid;
    border-width: 5px;
}

.paw-spin_shape.left {
    right: auto;
}
.paw-spin_shape.left .paw-spin_dash {
    border-color: #2d3134 transparent transparent #2d3134;
}

.paw-spin_shape.right {
    left: auto;
}
.paw-spin_shape.right .paw-spin_dash {
    left: -100%;
    border-color: #2d3134 #2d3134 transparent transparent;
}

/* SVG Version */
.paw-spin-container svg {
    width: 100%;
    height: 100%;
}

.paw-spin-container circle {
    stroke: #2d3134;
    fill: transparent;
    stroke-width: 4;
    stroke-dasharray: 190;
}

/* IE8 Version */
.paw-spin-container {
    font: 700 15px "Roboto", sans-serif;
    line-height: 80px;
}

/*--------------------------------------------------------------------
/*                           Ink Effect
 *------------------------------------------------------------------*/
.paw-ink {
    position: relative;
    overflow: hidden;
}

.paw-ink_effect {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    background: #d2d2d2;
    background: rgba(204, 204, 204, 0.5);
}

.paw-ink_content {
    display: block;
    position: relative;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #000;
    font: 300 15px/25px "Source Sans Pro";
    -webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {   
    font-weight: 300;
    font-family: "Source Sans Pro";
    color: #3399cc;
}
h2 span {
    display: block;
    color: #333;
}

h1 {
    /*font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.2px;*/
}

h1 span {
    text-transform:none;	
    text-shadow:2px 2px 2px #999;
    margin: 20px 20px 20px 0;
    display: block;
}

h2 {
    font-size: 36px;
    line-height: 90px;
    letter-spacing: -1.76px;
}

h3 {
    font-size: 24px;
    line-height: 25px;
    color: #3399cc;    
    padding-left: 30px;
	background: url(../images/puce.png) no-repeat 0 5px;
}

#news h3 {
	background: #fff; 
	padding-left: 0;
}

#news .terms {
	margin-left: 0;
}

h3 span {
    font-weight: 100;
}

h4 {

}

h4 span {
    font-weight: 100;
}

a:hover {
    color:#3399cc;
}

@media (min-width: 980px) and (max-width: 1199px) {
    h3 {
        font-size: 40px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    h3 {
        font-size: 32px;
        line-height: 36px;
    }
}
@media (max-width: 479px) {
    h3 {
        font-size: 36px;
        line-height: 40px;
    }
}

h4 {

}
.drop-inset-shadow h4 {
    font-size: 30px;
    letter-spacing: -.8px;
    font-weight: 400;
}

article h4 {
    margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
    h4 {
        font-size: 32px;
        line-height: 37px;
    }
}

h5 {
    font-size: 21px;
    line-height: 33px;
    letter-spacing: -.42px;
}
h5 a {
    color: #ff5639;
}
h5 a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

figcaption {
    display: none;
}

strong {
    font-weight: 700;
}

.center {
    text-align: center;
}

.mg-add {
    margin-top: 11px;
}

a, a[data-type='lightbox'] img, a[data-type='lightbox']:after, .search-form .submit, .search-form .submit:focus, .search-form .submit:active {
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/*==================     Links    ======================*/
a {
    font: inherit;
    color: #003366;
    line-height: inherit;
    text-decoration: underline;
}
a:active {
    background: transparent;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
    overflow: hidden;
    min-height: 500px;  
}
.lt-ie9 .page {
    min-width: 1200px;
}

.lazy-img + h3 {
    margin-top: 24px;
}

.lazy-img + h5 {
    margin-top: 19px;
}

.lazy-img + p {
    margin-top: 23px;
}

.lazy-img + .marked-list {
    margin-top: 6px;
}

h2 + p {
    margin-top: 5px;
}

h3 + p {
    margin-top: 12px;
}

p + .btn1 {
    margin-top: 23px;
}

p + h5 {
    margin-top: 17px;
}

h4 + .row,
h4 + .blog {
    margin-top: 38px;
}

h4 + .row__off1 {
    margin-top: 25px;
}

h4 + .row__off2 {
    margin-top: 49px;
}

h4 + .address {
    margin-top: 15px;
}

h4 + .map,
h4 + .contact-form {
    margin-top: 22px;
}

h4 + .address__off1 {
    margin-top: 42px;
}

h4 + .map__off1,
h4 + .contact-form__off1 {
    margin-top: 49px;
}

p + .btn2 {
    margin-top: 3px;
}

.box + .box {
    margin-top: 40px;
    border-top: 1px solid #d8d7d7;
    padding-top: 29px;
}

.box + .box__off1 {
    margin-top: 33px;
}

.address + .social-list {
    margin-top: 17px;
}

#search-results {
    margin-top: 22px;
}

.blog + .blog {
    margin-top: 50px;
    border-top: 1px solid #d8d7d7;
    padding-top: 40px;
}

/*==================   Clearfix   ======================*/
.sf-menu:before, .box:before, .sf-menu:after, .box:after {
    content: " ";
    display: table;
}
.sf-menu:after, .box:after {
    clear: both;
}

/*========================================================
                        Widgets
=========================================================*/
/*==================   LightBox    ======================*/
a[data-type='lightbox'] {
    position: relative;
    display: block;
    background: #454545;
}
a[data-type='lightbox'] img {
    width: 100%;
    height: auto;
}
a[data-type='lightbox']:after {
    content: '\f065 ';
    display: block;
    font: 400 30px/30px 'FontAwesome';
    color: #f6cf46;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
}
.lt-ie9 a[data-type='lightbox']:after {
    display: none;
}
a[data-type='lightbox']:hover img {
    opacity: 0.6;
}
.lt-ie9 a[data-type='lightbox']:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.6)";
    filter: alpha(opacity=60);
}
a[data-type='lightbox']:hover:after {
    opacity: 1;
}
.lt-ie9 a[data-type='lightbox']:hover:after {
    display: block;
}

/*==================     ToTop     ======================*/
.toTop {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    position: fixed;
    z-index: 20;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: #484848;
}
.toTop:hover {
    color: #003366;
    text-decoration: none;
}

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}
/*==================  Super Fish   ======================*/
.sf-menu {
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #003366;
	margin-left: 80px;
}
.sf-menu > li {
    position: relative;
    float: left;
}
.sf-menu > li + li {
    
}
.sf-menu > li a, .sf-menu > li a:hover {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.sf-menu > li > a {
    padding: 17px 20px;
}
.sf-menu > li.active > a, .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {    
    color: #3399cc;
}

.sf-menu ul {
    background: #fff;
    color: #777;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    width: 300px;
    z-index: 1;
}
.sf-menu ul li {
    position: relative;
}
.sf-menu ul li + li {
    border-top: 1px solid #d9d9d9;
}
.sf-menu ul li.active > a, .sf-menu ul li.sfHover > a, .sf-menu ul li > a:hover {
    background: #003366;
    color: #fff;
}
.sf-menu ul a {
    padding: 10px 20px;
    text-transform: uppercase;
}

.sf-menu ul ul {
    position: static;
    margin: 0;
    border-top: 1px solid #d9d9d9;
}

.sf-menu > li > ul {
    -webkit-box-shadow: 0 0 4px 0 rgba(216, 215, 215, 0.8);
    -moz-box-shadow: 0 0 4px 0 rgba(216, 215, 215, 0.8);
    box-shadow: 0 0 4px 0 rgba(216, 215, 215, 0.8);
}

.sf-with-ul {
    position: relative;
}
.sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -25px;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome';
}

.sf-menu ul .sf-with-ul:before {
    content: '\f0d7';
    position: absolute;
    left: 100%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font: 400 12px/30px 'FontAwesome';
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
    position: relative;  
    height: 60px;
}
@media (max-width: 979px) {
    .stuck_container {
        text-align: center;
    }
    .stuck_container .nav, .stuck_container .search-form {
        float: none;
    }
    .stuck_container .search-form {
        margin: 20px auto 15px;
        max-width: 270px;
    }
    .stuck_container .sf-menu {
        border-top: 1px solid  #d8d7d7;
    }
}
@media (max-width: 767px) {
    .stuck_container {
        display: none;
    }
}

.isStuck {
    z-index: 999;
	background: #fff;
}
.isStuck .hdr-brand {
    padding: 0 0 11px;
    float: left;
}
.isStuck .hdr-brand h1 {
    margin-top: 8px;
    font-size: 40px;
    line-height: 36px;
}
.isStuck .hdr-brand p {
    margin-left: 0;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2.7px;
}
.isStuck .nav__ins2 {
    padding: 26px 0;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*==================    Map    ======================*/
.map {
    height: 300px;
}
.map img {
    max-width: none !important;
}
@media (max-width: 767px) {
    .map {
        height: 250px;
    }
}
@media (max-width: 479px) {
    .map {
        height: 200px;
    }
}

/*========================================================
                    HEADER Section
=========================================================*/
.header {
    background: #fff;
}
.header-panel {
    padding-top: 28px;
    padding-bottom: 23px;
}
.header-panel-accueil {
}
.header {    
    width: 100%;
	z-index: 999;
}
.brand {	
	float: left;
	width: 320px;
}
.header-address {
    float: left;
    font-size: 18px;  
}
.header-address span {
    float: left;
    text-transform: uppercase;
    text-shadow: none;
    margin-right: 50px;
}
@media (max-width: 767px) {
    .header .brand, .header-address {
        text-align: center;
        float: none;
    }
    .brand + .header-address {
        margin-top: 20px;
    }
}

/*==================    Brand      ======================*/
.brand h1 {
    overflow: hidden;
}
.brand h1 a {
    display: block;
    float: left;
}

.brand h1 span {	

}

.brand h1 span.titre {	
    color: #000;
    line-height: 20px;
    font-weight: bold;
}

.brand h1 span.slogan {
    font-weight: 300;
    font-size: 32px;
    color: #333;	
}
.brand-accueil h1 {
    left: 415px;
    position: absolute;
    top: 383px;
    z-index: 9999;
}

@media (max-width: 1024px) {
    .brand h1 span.titre {	
        font-size: 30px;
    }

    .brand h1 span.slogan {
        font-size: 24px;
    }
    .header-address {
        font-size: 16px;
    }
}

/*==================    Address     ======================*/
.header-address p:first-child {
    font-size: 24px;
    font: "Source Sans Pro";
    font-weight: 300;
    /*line-height: 32px;*/
    color: #fff;
    letter-spacing: -.56px;
}
.header-address .phone, .header-address .email {
    color: #003366;
}
.header-address .phone:before, .header-address .email:before {
    color: #c9c9c9;
    font-family: "FontAwesome";
    font-weight: 400;
    padding-right: 10px;
}
.header-address .phone a:hover, .header-address .email a:hover {
    text-decoration: underline;
}
.header-address .email {
    margin-top: 13px;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -.42px;
}
.header-address .email:before {
    content: '\f0e0';
    font-size: 25px;
}
.header-address .phone {
    margin-top: 11px;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: bold;
}
.header-address .phone:before {
    content: '\f10b';
    font-size: 50px;
    color: #fff;
}
@media (max-width: 479px) {
    .header-address .phone {
        font-size: 35px;
    }
    .header-address .phone:before {
        font-size: 48px;
    }
}

/*==================       Nav      ======================*/
.nav {
	margin-top: 40px;
	color: #003366;
}
.nav-accueil {
	/*width: 750px;*/
	width: 100%;
	float: right;
	margin-top: 20px;
	color: #003366;
}

.nav ul, .nav-accueil ul {
	list-style: none;
	padding-left: 0;
}

.search-form {
    position: relative;
    margin-top: 10px;
    float: right;
    display: block;
    max-width: 200px;
    width: 100%;
}
.search-form .input {
    display: block;
    padding: 19px 40px 19px 10px;
    border: 1px solid #d8d7d7;
}
.search-form ._input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 2px 0;
    margin: 0;
    line-height: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
.search-form .submit, .search-form .submit:focus, .search-form .submit:active {
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
    color: #c9c9c9;
    font-size: 21px;
}
.search-form .submit:hover, .search-form .submit:focus:hover, .search-form .submit:active:hover {
    color: #ff5639;
}
.search-form .submit::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
    min-height: 580px;
}
.content__off1 {
    margin-top: 30px;
}

.drop-inset-shadow {
    background: #f3f3f3;
}

.drop-inset-shadow h4 {
    color: #003366;
}

/*==================   Lazy Img    ======================*/
.lazy-img {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
}
.lazy-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    -moz-transition: 1s opacity ease;
    -o-transition: 1s opacity ease;
    -webkit-transition: 1s opacity ease;
    transition: 1s opacity ease;
    opacity: 0;
}
.lt-ie9 .lazy-img img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
    opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=100);
}
.lazy-img .paw-spin-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

/*==================    Thumb    ======================*/
.thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.thumb img {
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}
.thumb_overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.35);
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    color: #fff;
    font-size: 30px;
}
.lt-ie9 .thumb_overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59000000', endColorstr='#59000000');
    display: none;
}
.thumb_overlay .fa {
    position: absolute;
    width: 30px;
    top: 50%;
    left: 50%;
    font-weight: 400;
    font-family: "FontAwesome";
    font-size: 30px;
    margin-left: -15px;
    margin-top: -15px;
    text-align: center;
}
.thumb:hover {
    background-image: none;
}
.thumb:hover .thumb_overlay {
    opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay {
    display: block;
}
.thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*==================    Well    ======================*/
.well__ins1 {
    padding: 30px 0;
}
.well__ins2 {
    padding: 63px 0 52px;
}
.well__ins3 {
    padding: 10px 0;
}
.well__ins4 {
    padding: 20px;
}
.well__ins5 {
    padding-bottom: 75px;
}

/*==================    Backgrounds    ======================*/
.bg1 {
    background-color: rgba(0, 0, 0, 0.2);
}
.lt-ie9 .bg1 {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#33000000');
    zoom: 1;
}

.bg2 {
    background-color: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .bg2 {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}

/*==================    Parallax    ======================*/
.parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    color: #fff;
}
@media (max-width: 767px) {
    .parallax {
        background-position: 50% 0 !important;
        background-size: cover;
    }
}
.mobile .parallax, .tablet .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
}
.parallax h2, .parallax h4, .parallax h5 {
    color: #fff;
}
.parallax .paw-spin-container .paw-spin_dash {
    border-color: #fff;
}
.parallax .paw-spin-container svg circle {
    stroke: #fff;
}
.parallax__off1 {
    padding-top: 175px;
    padding-bottom: 182px;
}
.parallax__off1 {
    padding-top: 78px;
    padding-bottom: 96px;
}
@media (max-width: 767px) {
    .parallax__off1 {
        padding: 100px 0;
    }
    .parallax h2 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 479px) {
    .parallax h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

.parallax01 {
    background-image: url(../images/parallax01.jpg);
}

/*==================    Buttons    ======================*/
.btn1 {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #ff5639;
}
.btn1:hover {
    background: #2d3134;
}
.btn1 .fa {
    font-size: 68px;
    line-height: 60px;
}
.btn1 .fa:before {
    padding-left: 5px;
}

.btn2 {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    color: #3399cc;
    border: none;
	background: #fff;
}
.btn2:hover {
    color: #3399cc;
	text-decoration: underline;
}

/*==================     Quote     ======================*/
.quote {
    position: relative;
    padding-top: 4px;
    padding-left: 60px;
}
.quote:before {
    position: absolute;
    top: 9px;
    left: 3px;
    content: '\f10d';
    font-size: 40px;
    line-height: 1;
    font-family: "FontAwesome";
}

/*==================  Marked List  ======================*/
.marked-list {
    text-transform: uppercase;
    color: #ff5639;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
}
.marked-list .paw-ink_effect {
    background: #9f1700;
}
.marked-list li a {
    position: relative;
    border-top: 1px solid transparent;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 42px;
    display: block;
}
.marked-list li a:before {
    content: '\f105';
    position: absolute;
    left: 18px;
    font: 400 40px "FontAwesome";
    line-height: inherit;
    color: #c9c9c9;
}
.marked-list li a:hover {
    color: #fff;
    background: #ff5639;
    border-color: #ff5639;
}
.marked-list li a:hover:before {
    color: #fff;
}
.marked-list li + li a {
    border-color: #d8d7d7;
}

/*==================   Social List  ======================*/
.social-list li {
    display: inline-block;
}
.social-list li + li {
    margin-left: 5px;
}
.social-list .fa {
    color: #d8d7d7;
    font-size: 36px;
    line-height: 36px;
}
.social-list .fa:hover {
    color: #003366;
}

/*==================   Index List  ======================*/
.index-list h5:first-child {
    margin-top: 9px;
}
.index-list li:before {
    content: attr(data-index) ".";
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
    background: #ff5639;
    text-align: center;
    font-size: 40px;
    font-family: "Righteous", cursive;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*==================   Micro Blog  ======================*/
.blog .grid_4 {
    float: none;
    display: inline-block;
}
.blog .grid_6 {
    float: right;
}
.blog_meta {
    display: block;
    color: #2d3134;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog_meta span {
    display: block;
    color: #ff5639;
    font: 400 50px/50px "Righteous", cursive;
}
.blog_credits dl dt, .blog_credits dl dd {
    display: inline-block;
}
.blog_credits a {
    color: #2d3134;
}
.blog_credits a:hover {
    text-decoration: underline;
}
.blog_meta + .blog_credits {
    margin-top: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .blog .row {
        margin-left: 0;
    }
    .blog .grid_6, .blog .grid_2, .blog .grid_4 {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .blog .grid_2 {
        margin: 30px 0;
    }
    .blog .grid_4 .lazy-img {
        height: 300px;
        padding-bottom: 0 !important;
        overflow: hidden;
    }
}
@media (max-width: 979px) {
    .blog_meta {
        float: left;
        margin-right: 30px;
    }
    .blog * + .btn2 {
        margin-top: 20px;
    }
}

/*==================      Box      ======================*/
.box_aside {
    float: left;
    width: 70px;
    margin-right: 30px;
}
.box_aside .fa {
    font-size: 63px;
    color: #2d3134;
}
.box_cnt__no-flow {
    overflow: hidden;
}

/*==================    Address    ======================*/
.address [class^='fa-'] {
    position: relative;
    padding-left: 38px;
}
.address [class^='fa-']:before {
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    color: #d8d7d7;
}
.address .fa-envelope,
.address .fa-clock-o,
.address .fa-map-marker {
    font-size: 21px;
    line-height: 33px;
    letter-spacing: -.42px;
}
.address .fa-envelope span,
.address .fa-clock-o span,
.address .fa-map-marker span {

}
.address .fa-mobile {
    margin-top: 1px;
    font-family: "Righteous", cursive;
    font-size: 24px;
    line-height: 40px;
    color: #003366;
}
.address .fa-mobile:before {
    font-size: 50px;
    top: -8px;
    left: 1px;
}
.address .fa-envelope {
    margin-top: 1px;
    color: #003366;
}
.address .fa-envelope:before {
    font-size: 25px;
    left: 1px;
    top: 1px;
}
.address .fa-clock-o {
    margin-top: 14px;
}
.address .fa-clock-o:before {
    font-size: 25px;
    left: 1px;
    top: 1px;
}
.address .fa-map-marker:before {
    font-size: 39px;
    left: 4px;
    top: 1px;
}
.address a:hover {
    text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 979px) {
    .address .fa-mobile {
        font-size: 26px;
    }
}

/*==================     Terms     ======================*/
.terms {
    color: #333;
    margin-bottom: 20px;
	margin-left: 30px;
}
.terms dt {
    font-size: 21px;
    line-height: 33px;
    letter-spacing: -.42px;
}
.terms dd + dt {
    margin-top: 25px;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
    background: #003366 none repeat scroll 0 0;
    color: #ccc;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
.footer a:hover {
    text-decoration: underline;
	color:#9acafb;
}

.baseline p {
	font-size: 12px;
	line-height: 20px;
}
.baseline p span.titre {
	font-size: 11px;
	color: #000;
}
.baseline p.txt {
	margin-top: 70px;
}

.baseline p span {
	color: #24507d;
}
/*========================================================
                                        Bloc accueil
========================================================*/

#services {
}

#services div {
    width: 180px;
    height: 180px;
    float: left;	
    margin: 20px 40px 20px 40px;
}

#services div p {
    font-size: 24px;
    text-align:center;
    /*color: #003366;*/
    margin-top: 130px;
}

.vente {
    background:url(../images/icone_car.jpg) no-repeat top center;	
}
.chrono {
    background:url(../images/icone_chrono.jpg) no-repeat top center;	
}
.meca {
    background:url(../images/icone_meca.jpg) no-repeat top center;	
}
.clim {
    background:url(../images/icone_clim.jpg) no-repeat top center;	
}
.controle {
    background:url(../images/icone_controle.jpg) no-repeat top center;	
}
.assistance {
    background:url(../images/icone_assistance.jpg) no-repeat top center;	
}

/*==========================================================
                                        Citroën Select
============================================================*/

#select {
    float: left;
    width: 250px;
    margin: 0 20px 0 0;
    padding-top: 188px;
    background: url(../images/select.jpg) no-repeat top center;
}

#bandeau {
    text-align:center;
}

/*==========================================================
                                        Catalogue liste
============================================================*/
#page_category_list {
    width: 70%;
    float: left;
}

.container_category_list {
    background: #EFEFEF;
    margin: 10px 10px 10px 0;
    padding:5px;
    border: #ccc solid 1px;
    border-radius: 5px;
    position:relative;
    width: 98%;
}

.left {
    float:left;		
}

.right {
    /*float:right;*/		
}

.marge_5 {
    margin: 5px;
}

.marge_10 {
    margin: 10px;
}

.prix {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    text-align: right;	
}

.btn_detail {
    display:block;
    width: 120px;
    height: 35px;
    background: url(../images/btn_detail.png) no-repeat;
    margin-top: 30px;	
}

.rouge_big {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.rouge {
    color: #003366;
}

.gris {
    color: #333;
}

.bold {
    font-weight:bold;
}

#energie {
    background: url(../images/energie.png) no-repeat;
    padding-left: 50px;
    line-height: 35px;
    width: 100px;
}

#energie span {
    text-transform:uppercase;
    font-size: 16px;
}

#annee {
    background: url(../images/annee.png) no-repeat;
    padding-left: 50px;
    line-height: 35px;
    width: 100px;
}

#annee span {
    text-transform:uppercase;
    font-size: 16px;
}

#kilometrage {
    background: url(../images/compteur.png) no-repeat;
    padding-left: 50px;
    line-height: 35px;
    width: 100px;
}

#kilometrage span {
    text-transform:uppercase;
    font-size: 16px;
}

.bloc_left {
    float: left;
    width: 300px;
}

.fotorama {
    width: 460px;
    float: left;
    margin: 0 20px 20px 20px;
}

.clr {
    clear:both;	
}

.garantie {
    color: #fff;
    background: #116873;
    text-align: center;
    float: left;
    padding: 5px 10px 5px 10px;
    line-height: 16px;
}

.prix {
    font-size: 24px;
    text-shadow:1px 1px 1px #ccc;
    font-weight: bold;
    float: right;
    margin : 10px 0 0 0;
}

#garantie_prix p.prix {
    font-size: 32px;
}

#caracteristiques {
    margin: 50px 0 0 0;
}

#descriptif p {
    width: 460px;
    text-align:justify;
}

.border_red {
    border-bottom: 2px solid #003366;
}

.bloc_caract {
    margin: 20px;
    width: 100px;
}

.bloc_caract p {
    text-transform:uppercase;
    font-size: 16px;
    margin-left: 20px;
}

#info_contact {
    width: 296px;
    margin: 20px;
    text-align:center;
}

address.address, address.address span {
    color: #eee;
}

address.address small {
    font-size: 16px;
}

#content_center {
    display: block;
    margin: 170px 0 0 0;
    float: left;
    width: 890px;
    font-size: 18px;
}


#encarts_info {
    float: left;
    width: 250px;
}
.partner {
    width: 250px;
    float: left;
    margin: 10px;
}
.partner h5 {
    text-transform: uppercase;
}
.partner div.box_cnt1 {
    min-height: 400px;
    width: 250px;
}
.fa span {
    font-family: "Source Sans Pro";
    margin-left: 20px;
}
.red {
    color: #FB0303;
}
@media (max-width: 1024px) {
    #content_center {
        width: 630px;
    }

    .sf-menu {
        font-size: 14px;
    }

    h3 {
        font-size: 26px;
    }
    .titre_produit h4 {
        font-size: 18px;
    }
    #annee, #energie, #kilometrage {
        font-size: 16px;
        width: auto;
    }
}
@media (max-width: 800px) {
    #content_center {
        width: 700px;
    }
    #select {
        display: none;
    }
    #encarts_info {
        width: 200px;
    }
    .sf-menu {
        font-size: 14px;
    }
    .sf-menu > li > a {
        padding: 20px;
    }
    h3 {
        font-size: 22px;
    }
    #content_center p {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (max-width: 480px) {
    .container, #content_center {
        width: 98%;
    }
    #content.content {
        float: none;
    }
    #select {
        display: none;
    }
    #page_category_list {
        width: 98%;
    }
    #annee, #energie, #kilometrage {
        float: none;
    }
    div.camera-container {
        display: none;
    }
    #descriptif p {
        text-align: justify;
        width: auto;
    }
}
.vert {
    color: #27BB02;
}
#content .container {
    background: #fff;	
	padding: 0;
}
.active-home {
    background: url(../images/home.jpg) no-repeat -60px 0;
}
address.address span {
    font-weight: bold;	
}
.button {
    background: #003366 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 30px;
    position: relative;
    margin-top: 30px;
}
.button:hover {
    background: #000000;
    color: #999;
}
#4axes {
    margin-bottom: 20px;
}
.axe {
    width: 190px;
    float: left;
    margin: 0 15px 15px 15px;
}
.axe h4 {
    color: #353535;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    display: block;
}
.axe h4 span {
    color: #9f9fa6;
    display: block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-top: -3px;
}
article {
    clear: both;
    margin-bottom: 30px;
}
article h3 {
    /*margin-bottom: 20px;*/
}
#news {
    margin: 0 20px 20px 100px;
}
#news article {
	margin-top: 20px;
}
#news article h3 {
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
}
#news article h4 {
	margin: 0;
	font-size: 14px;
}
#cms_home {
	margin: 0 0 20px 60px;
}
.cms article h4 {
	margin: 10px 0 0 30px;
}
#coord {
    float: left;
    width: 230px;
    margin: 0 20px 0 0;
    background: #003366;
    padding: 10px;
}
#coord h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 30px;
    color: #fff;
}
#coord h3 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 0 10px;
}
#coord p, #coord dl {
    margin-left: 10px;
    font-size: 18px;
    line-height: 28px;
}
.box-4 {
    margin: 13px 0 23px;
    overflow: hidden;
}
.box-4 h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.box-4 > div {
    float: left;
    margin-right: 20px;
    width: 200px;
}
.box-4 > div img {
    margin-bottom: 13px;
}
/* Liste des biens en location */
#page_category_list h2 {
    color: #003366;
    font-size: 40px;
    padding: 10px 0;
    background: none;
}
#select.location {
    background: rgba(0, 0, 0, 0) url("../images/select_location.jpg") no-repeat scroll center top;
} 
#list-annonces h2, h2.titre {
    color: #003366;
    font-size: 40px;
    font-weight: 400;
}
h2.titre {
    margin-left: 20px;
}
#list-annonces div.annonce {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
div.annonce div.img {
    position: relative;
}
.annonce img.avancement {
    position: absolute;
    top: -9px;
    left: -7px;
}
#list-annonces div.annonce div.content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    overflow: hidden;
    padding: 0 10px;
}
#list-annonces div.annonce div.content div.head h3 {
    font-size: 16px;
    text-transform: uppercase;
}
#list-annonces div.annonce div.content .display_price {
    color: #ff9900;
    font-size: 20px;
    padding: 10px 10px 0 0;
}
.bg_price p {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

#list-annonces div.annonce div.content p.more {
    background: #003366 none repeat scroll 0 0;
    border-radius: 10px;
    font-weight: bold;
    height: 22px;
    padding: 5px 15px 7px;
}
#list-annonces div.annonce div.content p.desc {
    margin: 10px 0;
    text-align: justify;
}
#list-annonces div.annonce div.content p.more a {
    color: #fff;
}
#list-annonces div.annonce div.content p.more a:hover {
    color: #333;
}
#detail-annonce div.desc {
    /*margin-right: 20px;
    overflow: hidden;*/
}
#detail-annonce div.desc h3 {
    font-size: 18px;
    text-transform: uppercase;
}
#detail-annonce div.desc h4 {
    font-size: 16px;
    font-weight: bold;
}
#detail-annonce div.infos_supp {
    margin-left: 10px;
    width: 150px;
}
#detail-annonce div.desc div.block_infos {
    /*margin: 20px 0;*/
}

#btn_detail_contact {
    background: #003366 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    margin: 40px 20px 20px;
    padding: 10px 20px;
}
.caract {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    float: left;
    max-width: 1120px;
    padding: 20px;
    width: 100%;
}

.grp_caract {
    float: left;
    margin: 5px;
    width: 250px;
}
.label_color {
    font-weight: bold;
}
#list-annonces a {
    color: #003366;
    text-decoration: underline;
}

@media (max-width: 800px) {
    .box-4 > div {
        width: 150px;
    }
    #coord {
        display: none;
    }
    #detail-annonce div.desc {
        width: 100%;
    }
    h4 {
        font-size: 20px;
        line-height: 27px;
    }
    .fotorama {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    #btn_detail_contact {
        margin: 40px 0px 20px 0px;
        font-size: 16px;
    }
}
@media (max-width: 700px) {
    .container {
        width: 90%;
    }
    #list-annonces div.annonce div.content {
        width: 100%;
        padding: 10px 0;
    }
    #content_center {
        width: 100%;
    }
}
@media (max-width: 480px) {
	.axe {
		width: 190px;
		float: left;
		margin: 0 30px 15px 30px;
	}
    .header-address {
        display: none;
    }
	.brand h1 span.titre {
		margin: 0 auto;
		font-size: 24px;
	}
	.brand h1 span.slogan {
		font-size: 18px;
		margin: 0 auto;
	}
	#content_center h2, #detail-annonce h2 {
		font-size: 26px;
		letter-spacing: 0px;
		line-height: 40px;
	}
	#list-annonces div.annonce div.content .display_price {
		width: 300px;
	}
	.caract {
		padding: 0;
		width: 100%;
	}
	#btn_detail_contact {
		font-size: 16px;
	}	
}
.social span {
	float: right;
}
footer a {
	color: #ccc;
	text-decoration: none;
}
div.cas_etude {
	width: 320px;
	min-height: 320px;
	float: left;
	background: #f6f6f6;
	margin: 0 20px 20px 0;	
}
div.cas_etude p {
	margin: 10px 20px 20px 20px;
}
div.cas_etude h5 {
	margin: 10px 20px;
}
div.contenu {
	float: left;
	width: 800px;
}
div.contenu p:first-child {
	margin-top: 0px; 
}
.active {
	color : #3399cc;
}
#logo_home {
	margin : -157px 0 0 80px;
	position: relative;
	z-index: 9999;
}
.slide_bg_blanc {
	background: #fff;
	width: 50%;
	float: left;
	height: 157px;
	position: relative;
	z-index: 9998;
	margin-top: -157px;
}
.baseline {
	padding: 10px;
}
div.desc table {
	background: #f6f6f6;
	margin: 0 0 50px 0;
	float: right;
	width: 58%;
}
div.desc table p {
	margin : 5px;
	color : #333;
}
div.desc table td {
	padding : 5px 20px;
}

.social {
	float: left;
	width: 200px;
	margin: 20px;
}

#contact-form {
	width:48%; 
	float:left;
}
#map {
	border:0; 
	float:right;
	width: 48%;
	height: 350px;
}
.brand-480, #bandeau-480 {
	display: none;
}

@media (max-width: 1024px) {
	div.contenu {
		width: 600px;
	}
	div.desc table {
		width: 48%;
	}
}
@media (max-width: 800px) {
	.camera_wrap {
		margin-bottom: 0;
	}	
	#logo_home {
    	margin: -157px 0 0 0;
	}
	#news {
		margin: 0 20px 20px 20px;
	}
	#cms_home {
		margin: 0 0 20px 20px;
	}
	.brand {
		float: none;
		margin: 0 auto;
		width: 320px;
	}
	.nav {
		margin-top: 0;
	}
	#filariane h4 {
		font-size: 14px;
	}
	div.contenu {
		width: 100%;
	}
	div.cas_etude {	
		width: 98%;
	}
	div.desc table {
		width: 100%;
	}	
	#contact-form {
		width:100%; 
	}
	#map {
		width: 100%;
		float: left;
		margin: 20px;
	}
}
@media (max-width: 768px) {
	#filariane, article, #detail-annonce, h3, .block_infos {
		margin: 10px;
	}
}
@media (max-width: 480px) {
	.brand-480 {
		display:block;
		margin: 100px auto 0 auto;
		float: none;
		width: 320px;
	}
	#bandeau-480 {
		display:block;
	}
	.container {
        width: 98%;
    }
	#news, #cms_home {
		margin: 0;		
	}
	article h3 {
		margin-left: 0;
	}
}
