@charset "utf-8";
/* CSS Document */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 28px;
	font-family: Quattrocento sans;
	color: #9a7ea7;
	text-transform: uppercase;
	font-weight: normal;
	margin-top:0;
}
h2 {
	font-size: 24px;
	margin-top: 0;
	font-family: Quattrocento sans;
	color: #9a7ea7;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
    line-height: 1.42857143;
    margin: 0 0 10px;
	padding-top:10px;
}

a {
	color: #6d6e71;
	text-decoration: none;
}
a:hover, a:focus {
	color: #6d6e71;
	text-decoration: none;
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#top {
	background-color: #c3c2ae;
	height: 225px;
	margin-bottom: 30px;
}
#logo {
	padding: 0;
	margin-top: 55px;
}
#menu ul li {
	height: 200px;
	padding: 5px;
	text-align: center;
	font-family: Quattrocento sans;
}
table {
	background-color: transparent;
	width: 100%;
	height: 100% !important;
	vertical-align: middle !important;
}
td, th {
    padding: 0 15px;
    /* height: 193px; */
    width: 100%;
}
#menu ul li ul li {
	display: none
}
#menu ul li a {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	line-height: 1;
}
#menu ul li table {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
/* ------FOND------*/

#menu li:first-child table {
	background-color: #a48f7b;
}
#menu li:nth-child(2) table {
	background-color: #ebc174;
}
#menu li:nth-child(3) table {
	background-color: #e29a63;
}
#menu li:nth-child(4) table {
	background-color: #e77873;
}
#menu li:nth-child(5) table {
	background-color: #b1b971;
}
#menu li:nth-child(6) table {
	background-color: #5d9479;
}
#menu li:nth-child(7) table {
	background-color: #008d91;
}
#menu ul li:nth-child(8) table {
	background-color: #81adc8;
}
#menu ul li:nth-child(9) table {
	background-color: #9a7ea7;
}


/*------FOND HOVER----------*/

#menu li:first-child a:hover table {
	background-image: url(../images/hover-1.jpg);
}
#menu li:nth-child(2) a:hover table {
	background-image: url(../images/hover-2.jpg);
}
#menu li:nth-child(3) a:hover table {
	background-image: url(../images/hover-3.jpg);
}
#menu li:nth-child(4) a:hover table {
	background-image: url(../images/hover-4.jpg);
}
#menu li:nth-child(5) a:hover table {
	background-image: url(../images/hover-5.jpg);
}
#menu li:nth-child(6) a:hover table {
	background-image: url(../images/hover-6.jpg);
}
#menu li:nth-child(7) a:hover table {
	background-image: url(../images/hover-7.jpg);
}
#menu ul li:nth-child(8) a:hover table {
	background-image: url(../images/hover-8.jpg);
}
#menu ul li:nth-child(9) a:hover table {
	background-image: url(../images/hover-9.jpg);
}

/* ----TITRE-----*/
#brun h1, #brun h2, #brun a {
	color: #a48f7b;
}
#jaune h1,#jaune h2, #jaune a {
	color: #ebc174;
}
#orange h1, #orange h2, #orange a {
	color: #e29a63;
}
#rose h1, #rose h2, #rose a {
	color: #e77873;
}
#vert h1, #vert h2, #vert a{
	color: #b1b971;
}
#vert_fonce h1, #vert_fonce h2, #vert_fonce a {
	color: #5d9479;
}
#vert_bleu h1, #vert_bleu h2, #vert_bleu a{
	color: #008d91;
}
#bleu h1, #bleu h2, #bleu a{
	color: #81adc8;
}
#violet h1, #violet h2, #violet a {
	color: #9a7ea7;
}

#contact {
    padding: 0 0 0 30px;
}
#contact a {
    padding: 10px;
    text-align: center;
    background-color: #d1d0c1;
    color: #6d6e71;
	display:block;
}
.contenu_nav {
    padding: 0;
    font-size: 13px;
    padding-top: 18px;
    padding-right: 35px;
    padding-left: 30px;
}
.white {
	color: white;
}
#menu_page ul li {
	height: 74.5px;
	padding: 2px;
	font-family: Quattrocento sans;
}
#menu_page ul li ul li {
	display: none
}
#menu_page ul li a {
	color: #fff;
	text-align: center;
	height: 100%;
	opacity: 0.5;
	font-size: 13px;
	padding: 0;
	text-transform: uppercase;
	background-color: transparent;/*line-height: 14px;*/
}
#menu_page ul li a:hover, #menu_page ul li.active a {
	opacity: 1;
}
#menu_page ul li:first-child table {
	background: #a48f7b;
}
#menu_page ul li:nth-child(2) table {
	background: #ebc174;
}
#menu_page ul li:nth-child(3) table {
	background: #e29a63;
}
#menu_page ul li:nth-child(4) table {
	background: #e77873;
}
#menu_page ul li:nth-child(5) table {
	background: #b1b971;
}
#menu_page ul li:nth-child(6) table {
	background: #5d9479;
}
#menu_page ul li:nth-child(7) table {
	background: #008d91;
}
#menu_page ul li:nth-child(8) table {
	background: #81adc8;
}
#menu_page ul li:nth-child(9) table {
	background: #9a7ea7;
}
.center-block_page {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-left: 165px;
	top: -35px;
	max-width: 465px;
}
.no-padding {
	padding: 0;
}
div#navbar {
	padding: 0;
}
a.right.carousel-control img, a.left.carousel-control img {
	top: 50%;
	position: absolute;
	margin-top: -15px;
}
.navbar-header {
	width: 100px;
	margin: 0 auto;
}
.tx-dce-pi1 {
	clear: both;/*margin:10px 30px;*/
}
.wrap_bloc {
/*padding:20px 0;*/
}
.glyphicon-chevron-right:before {
	content: url(/fileadmin/templates/images/next.png);
}
.glyphicon-chevron-left:before {
	content: url(/fileadmin/templates/images/prev.png);
}
.carousel-control.right, .carousel-control.left {
	background: none;
}
.carousel-caption {
	position: inherit;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 6px;
	padding-bottom: 0px;
	color: #000;
	text-align: left;
	text-shadow: none;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.carousel-caption .title_caption {
	font-weight: bold;
}
.text_left, .text_right, .slider-left, .slider-right {
	padding: 0;
}
.slide-left .carousel-control.right {
	right: 40px;
}
.slide-right .carousel-control.left {
	left:/*5*/40px;
}
.slide-left, .text_left {
	padding-right: 40px;
}
.slide-right, .text_right {
	padding-left: 40px;
}
button.navbar-toggle {
	margin: 15px auto 0;
	width: 100px;
	background: #d1d0c1;
}

@media (max-width: 1199px) {
p {
	/*font-size: 12px;*/
	margin: 0px 0 10px;
}
#logo {
	padding: 0;/*margin-top: 25%;*/
}
#menu ul li {
	height: 160px;
}
#menu ul li a {
	font-size: 25px;
}
}

@media (max-width: 990px) {
#logo {
	padding: 0;
	margin: 0;
	padding-left: 25%;
	padding-right: 25%;
	margin: 10px 0 10px 0;
}
#top {
	background-color: #c3c2ae;
	height: 345px;
	margin-bottom: 30px;
}
#menu ul li {
	height: 150px;
}
#menu ul li a {
	font-size: 18px;
}
.col-md-2.contact {
	padding: 8px;
	text-align: center;
	background-color: #d1d0c1;
	margin-left: 20px;
	margin-right: 30px;
}
#contact, .navbar-nav, #menu_page {
    padding: 0;
}
}

@media (max-width: 767px) {
#menu .collapse {
	display: block;
}
#menu ul li {
	float: left;
	height: 150px;
}
#top {
	background-color: #c3c2ae;
	height: auto;
	margin-bottom: 30px;
}
}
.moncarousel-img {
	width: 100%;
	height: auto;
}
.carousel-control {
	max-height: 500px;
}
.item {
	/*width: 100%;*/

	height: 540px;
	overflow: hidden;
	padding-bottom: 40px;/*position: relative;*/
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	/* position: absolute; */
	/* left: -100%; */
	/* right: -100%; */
	/* top: -100%; */
	/* bottom: -100%; */
	/* margin: auto; */
	/* min-height: inherit; */
	/* min-width: 100%; */
	max-height: 100%;
	max-width: 100%;
	width: auto;
	/* text-align: center; */
	margin: 0 auto;
	height: auto;
}hr.clearfix {
	clear: both;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    text-decoration: none;
    list-style-type: none;
    padding: 0;
}

.csc-mailform input, .csc-mailform textarea {
    margin: 5px 0;
}

.csc-textpic-imagewrap {
    width: 100%;
}

.csc-textpic-imagecolumn {
    height: 195px;
    margin: 5px 5px !important;
    overflow: hidden;
    width: 24%;
    position: relative;
}

.csc-textpic-imagecolumn img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}
