.container-fluid {
	padding:0;
}

.content {
	background:transparent;
	margin:0;
	/* padding:20px;
	padding-bottom:40px; */
}
/* ###############################
   Couleur de fond section métiers */
.content div.row.bg-rouge {
	background-color:#e74c3c;
	padding:20px 0 20px 0!important;
	color:#FFF;
}
.content div.row.bg-grey {
	background-color:#444344;
	padding:20px 0 30px 0!important;
	color:#fff;
	margin:0;
	padding:0;
}
.icon-outline {
    height: 150px;
    width: 150px;
    max-width: 100%;
    border: 4px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 20px;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    /* transition: box-shadow 0.2s; */
	padding-top: 30px;
	margin-top:10px;
}
.icon-outline:hover {
    box-shadow: 0 0 0 14px rgba(255,255,255,0.4);
    color: #fff;
}

/* ###############################
   Propriétés Counter */
.bg-ed {
    background: url(/images/bg-ed.jpg);
    opacity: 0.5;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	min-height:600px;
	margin:0;
	padding:20px 0 20px 0;
}
.counter,
.counter-text {
    font-weight: 700;
    color: #f39c12;
}
.counter-text {
    font-size: 26px;
}
.counter-text h1 {
    font-size: 48px;
    font-weight: 700;
	color:#FFF;
	line-height:60px;
	margin-top:30px;
}
.counter-text h2 {
    font-weight: 700;
	color:#FFF;
	line-height:60px;
	margin-top:20px;
}
.counter-text h3 {
	line-height:90px;
	margin-top:10px;
}
.counter-text span {
	text-shadow: 2px 2px #000;
}
.counter {
    font-size: 46px;
	font-weight:700;
    color: #fff;
	line-height:70px;
}
.counter-icon {
    font-size: 5em;
    margin-top: 30px;
	line-height:90px;
    color: #E74C3C;
}

.main {
	/* background:#fff; */
	position:relative;
	color:inherit;
	padding:0 40px;
	box-shadow: 0 8px 8px -5px #666;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.main.home {
	background:none;
	height:auto;
	text-align:center;
	overflow: hidden; 
	padding:10px 20px 20px 20px;
	box-shadow:none;
}
/*.main.home:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}*/
.main i.icon-outline {
	height:auto;
    border:none;
    margin: 0;
	padding:0;
}
.main i.icon-outline:hover {
    box-shadow:none;
    color:inherit;
}
.main.home a img {
	height:42px;
}
.main.home a p {
	overflow:hidden;
}

.main a,
.main a:hover,
.main a:focus {
	color:inherit;
	text-decoration:none;
}
.main p a {
	color:#428bca;
	text-decoration:underline;
}
.main p a:hover {
	color:#428bca;
	text-decoration:none;
}
.main ul {
	line-height:1.2;
	color:#000;
}

.colD {
	background:transparent;
	padding:0 20px 0 40px;
}
.colD h2 {
    margin-top: 90px;
    margin-bottom: 0;
}
.colD p.inter_cold {
	height:90px;
}

.enfants {
	margin:0;
}

.separateur-right {
	border-right:1px solid #ddd;
}
.btn-default {
	border-radius:0;
	border-color:#fff;
	color:#fff!important;
	background:transparent;
}
.btn-default:hover,
.btn-default:focus {
	color:inherit!important;
	background:inherit!important;
}
.btn-default.btn-block-infos {
	margin:10px 0;
	padding:20px 0!important;
	border-color:transparent;
	color:#FFF!important;
	text-transform:uppercase;
	font-weight:700;
	font-size:16pt;
	background:#f00;
}
.btn-default.btn-block-infos:hover,
.btn-default.btn-block-infos:focus {
	color:#FFF!important;
	background:#0f0!important;
}

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

.footer {
	background:transparent;
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#000;
	margin:0;
	padding:0;
}

/* ########################## */
/* Mise en forme modal     */
.modal-title {
	font-size:12pt;
	text-decoration:none;
	color:inherit;
}

/* ########################## */
/* Mise en forme boites       */
.panel {
  margin-bottom: 20px;
  background:none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-heading {
	background:none;
	height:54px;
	color:#000;
	font-size:16pt;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	margin:0;
  padding: 18px 5px 10px 5px;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*.panel-heading .icon {
	position:absolute;
	background:transparent url(/images/icon-etoile.png) top left no-repeat;
	top:-2px;
	left:20px;
	width:77px;
	height:77px;
}*/
.panel-body {
	background:none;
	margin:0;
	font-size:11pt;
	font-weight:400;
	color:#58585a;
  padding: 10px 5px 0px 5px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16pt;
  font-weight:700;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 0px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
