@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
    background-image: url(graphisme/bkg_top2.png);
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 768px) { html, body {
	background-image: url("graphisme/bkg_top_xs2.png");
	background-repeat: no-repeat;
	background-position: center top;
}
}

a {
	color: #626262;
}

p {
	font-size: 16px;
	color: #2D2D2D;
	line-height: 20px;
}	

@media (max-width: 768px) { p {
	padding-left: 15px;
	padding-right: 15px;
}
}

ul {
	font-size: 16px;
}

.navbar ul {
	font-size: 13px;
}	

		
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	color: #2d2d2d;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-image: url(graphisme/retangle_orange.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	margin-bottom: 34px;
	margin-top: 30px;
	padding-top: 12px;
}

.btn-home {
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	color: #717171;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	border-style: none;
	background: none;
}

@media (max-width: 768px) { .btn-home {
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
}
}


.btn-home > a:hover {
	color: #FC5000;
	text-decoration: none;
}




h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    color: #6f6f6f;
    padding-bottom: 20px;
}

@media (max-width: 768px) { h2 {
	padding-left: 15px;
	padding-right: 15px;
}
}

h2 .bold {
	font-weight: 400;
	color: #2F2F2F;
}

h3 {
	font-size: 20px;
    font-weight: 300;
}

h4 {
	font-size: 32px;
	font-weight: lighter;
	color: #666667;
	letter-spacing: 3px;
}

@media (max-width: 1199px) { h4 {
	font-size: 30px;
	font-weight: lighter;
	color: #666667;
}
}

@media (max-width: 768px) { h4 {
	font-size: 38px;
	font-weight: lighter;
	color: #666667;
}
}

.txt_orange {
    color: #FC5000;	
}


/* TOP */

#top {
	color: #FC5000;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: right;
	width: 100%;
	font-size: 14px;
}

@media (max-width: 768px) { #top {
	display: none;
}
}

#top a {
	color: #FC5000;
}

/* NAVBAR */

.navbar-brand {
	margin-top: -58px;
}

.navbar-brand-xs {
	margin-left: 0px;
	margin-top: -88px;
}

.navbar {
	padding-top: 8px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	margin-top: 0px;
	z-index: 999;
	text-transform: uppercase;
	font-weight: 600;
	border-style: none;
	border-radius: 0px;
	letter-spacing: 1px;
}

@media (max-width: 768px) { .navbar {
    color: #2F3031;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -44px;
	margin-top: 0px;
}
}

@media (min-width: 768px) { .navbar-default .navbar-nav > li > a {
    color: #2F3031;
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
    background-color: #f2f0e9;
}
}

@media (max-width: 768px) { .navbar-default .navbar-nav > li > a {
	color: #2D2D2D;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #E2E0D6;
}
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #f2f0e9;
}


.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #FC5000;
}

@media (max-width: 768px) { 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #FC5000;
	background-color: #E1E6EC;
}
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #2D2D2D;
	border-bottom: 5px solid #FC5000;
    margin-left: 15px;
}


@media (max-width: 768px) { 
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #FFFFFF;
	background-color: #FC5000;
	border-bottom: 1px solid #FC5000;
    margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #2D2D2D;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.navbar li > .noborder {
    border-bottom: none;
    margin-top: -4px;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #888;
    text-decoration: none;
    outline: 0;
}

.dropdown {
}

.dropdown-menu {
	font-weight: normal;
	padding-left: 0px;
	padding-right: 30px;
	border-radius: 0px;
    margin-top: -4px;
}


/* Home Page Carousel */

header.carousel {
	height: 422px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
	height: 422px;
	background-position: center;
	background-size: cover;
}

@media(max-width:767px) {
    header.carousel .carousel {
        height: 70%;
    }
}
	
.carousel-indicators {
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}



@media(max-width:767px) { .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    }
}



.btn {
	border: 0 none;
	border-radius: 0px;
	margin-top: 16px;
}

.btn-danger {
	background-color: #FC5000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px;
	margin-top: 10px;
	color: #FDD9C8;
	text-align: center;
	border-radius: 0px;
	margin-bottom: 15px;
}

.btn-danger:hover {
	background-color: #3B3B3B;
}

.btn-danger-retour {
	background-color: #FC5000;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 10px;
	margin-top: 10px;
	color: #FFFFFF;
	border-radius: 0px;
	border-style: none;
}



img {
	margin-bottom: 16px;
}

row {
	margin-bottom: 16px;
}

.ligne {
	width: 100%;
	border-bottom: 1px solid #6B6B6B;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*FOOTER*/

footer {
    background-color: #f1efe7
        ;
    margin-bottom: 0px;
    color: #2D2D2E;
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 0px;
    font-size: 12px;
}

footer p {
	color: #2D2D2E;
    font-size: 14px;
}

footer a {
	color: #FF9D1B;
	text-decoration: none;
}

footer a:hover, a:focus {
	color: #FA4515;
	text-decoration: no;
}

.ligne_footer {
	border-top: 1px solid #AFAFAF;
	padding-top: 10px;
	padding-bottom: 1px;
	margin-left: 15px;
	margin-right: 15px;
}




/*DIVERS*/

#ombre {
	width: 100%;
	height: 20px;
	margin-top: -40px;
	padding: 0px;
	background-image: url(graphisme/ombre_top.png);
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	z-index: 900;
}

.separator {
	border-bottom: 1px solid #AEAEAE;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.espace {
	margin-top: 40px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

@media(min-width:767px) {
    .txt-carousel {
    padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: rgba(204,0,74,0.75);
	font-size: 24px;
	font-weight: normal;
	margin: 12px;
	color: #FFFFFF;
	display: inline-block;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	line-height: 34px;
    }
}

@media(max-width:767px) {
    .txt-carousel {
    padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: rgba(204,0,74,0.75);
	font-size: 20px;
	font-weight: normal;
	margin: 8px;
	color: #FFFFFF;
	display: inline-block;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
	line-height: 24px;
    }
}


@media(min-width:767px) {
    .txt-carousel h4 {
    font-size: 28px;
    font-weight: lighter;
    color: #FFFFFF;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    letter-spacing: 1px;
    }
}

@media(max-width:767px) {
    .txt-carousel h4 {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    letter-spacing: 1px;
    }
}




@media(min-width:767px) {
    .vignette {
    padding: 0px;
    margin-top: 6px;
    margin-right: 8px;
    margin-left: 0px;
    margin-bottom: 8px;
    width: 150px;
    }
}

@media(max-width:767px) {
    .vignette {
	padding: 0px;
	margin-top: 3px;
	margin-right: 4px;
	margin-left: 0px;
	margin-bottom: 3px;
	width: 110px;
    }
}


.strong_big {
	font-size: 22px;
}

#map_section {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	max-height: 500px;
	overflow: hidden;
}
#map_section iframe {
	padding:0;
	margin:0;
	width:100%;
	border:0;
}

/* Formulaire */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
}

/* CAROUSEL FADE */ 

.carousel-control.right {

    right: 0;
    left: auto;
    background-image: none;

}

.carousel-control.left {

    background-image: none;

}

.bkg_test {
	background-color: #BFE8F7;
}

.space_100 {
	height: 96px;
}

@media(max-width:767px) { .space_100 {
    height: 20px;
    }
}

.contenu {
	background-image: url(graphisme/bkg_contenu.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 90px;
}

@media(max-width:767px) { .contenu {
    padding-bottom: 20px;
    }
}

img.img-center {
   display: block;
   margin-left: auto;
   margin-right: auto
}

.justify {
	text-align: justify;
}

.section-gris {
	background-color: #ffffff;
}

.section-gris p {
	color: #383838;
	font-size: 16px;
}



            /**
            * ZOOM IMAGE EFFECT ON HOVER
            */

            .img-zoom-hover .img-zoom {
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
	background-color: #FC5000;                
            }
            .img-zoom-hover .img-zoom img {
                max-width: 100%;
                -moz-transition: all 0.8s;
                -webkit-transition: all 0.8s;
                transition: all 0.8s;
            }
            .img-zoom-hover .img-zoom * {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin: 0;
                padding: 0;
            }
            .img-zoom-hover:hover .img-zoom img {
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
                opacity: 0.3;
            }


.navbar-nav {
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}
