﻿@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

.body{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-image: url(http://www.rencontre-islam.com/assets/img/lyon.jpg);
	background-size: cover;
	z-index: 0;
}

.grad{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

.header{
	position: fixed;
	top: calc(40% - 35px);
	left: calc(35% - 255px);
	z-index: 2;
}

.header div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 35px;
	font-weight: 200;
}

.header div span{
	color: #ffffff !important;
	font-weight: 500;
}

form{
	position: fixed;
	top: calc(50% - 75px);
	left: calc(50% - 50px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

input[type=text]{
	width: 250px;
	height: 30px;
	background: rgba(221, 72, 20, 0.78);
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

input[type=password]{
	width: 250px;
	height: 30px;
	background: rgba(221, 72, 20, 0.78);
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

input[type=submit]{
	width: 250px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

input[type=button]:hover{
	opacity: 0.8;
}

input[type=button]:active{
	opacity: 0.6;
}

input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

input[type=button]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.8);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}



body {
    background-color: #F3F3F3;
	display : none;
}

.container-corps {
    padding: 2%;
    background-color: white;
}

.container {
    width: 1024px;
}

.navbar-fixed-top {
  width: 1024px;
  position: fixed;
  margin-right: auto;
    margin-left: auto;
	border-radius: 4px;
	min-height: 50px;
	padding-left: 15px;
    padding-right: 15px;
	border-color: #bf3e11;
}

.text-top {
    margin-top: 10px;
}

.header-adres {
    background-color : white;
    padding-bottom: 5px;
}

.h4-top {
    text-align: center;
}

.navbar {
  margin-bottom: 0px;
}

.table-references {
    text-align: center;
    margin-bottom: 10px;
}

.th-references {
    background-color: #ff9900;
    color: white;
}

table {
    border-collapse: separate;
    border-spacing: 0 1px;

}

thead th {
    background-color: #ff9900;
    color: white;
}

.navbar-form {
    padding : 0px;
}

.footer {
  background: #7E7E7E;
  padding: 1.5em 0;
  color : white;
  
}

#footer .link_group {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#footer .list_link_inline {
  padding-left: 0;
  display: inline;
}
ol, ul {
  list-style: none;
}

#footer li, #footer p {
  display: inline;
  line-height: 130%;
}

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

#footer a:hover, a:focus {
  color: #E0CC00;
  text-decoration: underline;
}

.carousel-page
{
width:100%;
height:400px;
background-color:#5f666d;
color:white;
}

.center-table
{
  margin: 0 auto !important;
  float: none !important;
  width:100%;
}

.carousel-page {
  /* width: 100%; */
  height: 400px;
  /* background-color: #5f666d; */
  /* color: white; */
}

.carousel-control.left {
  /* background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%); */
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
  /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001))); */
  /* background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%); */
  /* background-repeat: repeat-x; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  /* background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%); */
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
  /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5))); */
  /* background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%); */
  /* background-repeat: repeat-x; */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin-top: -3%;
  margin-left: 7%;
}

.pagination {
  margin: 0px;
  border-radius: 4px;
}

.contour-reference {
  border: 3px solid #ff9900;    /* Contour du tableau d'une références (news) */
}

.selected-menu {
  background-color: #B04621;    /* Fond du menu sur lequel on est actuellement */
}

.menu1 {

}

.menu2 {
  height: 30px;                 /* Hauteur du menu 2 */
  min-height: 20px;
  background-color: #E75724;    /* Couleur fond du menu 2 */
}

.menu3 {              /* Hauteur du menu 3 */
  min-height: 20px;
  background-color: #F9632F;    /* Couleur fond du menu 3 */
}

.image-equipe {
  margin-left: 150px;
  margin-right: 50px;
  margin-bottom: 15px;
}

.btn-rvconseil {
    color: #FFFFFF;
    background-color: #dd4814;
    border-color: #dd4814;
}

.bordure{
	border-width:2px;
	border-color:#dd4814;
}

/********************************* TEST EQUIPE PAS EFFACER *******************************************/

#categories{
  overflow:hidden;
  width:70%;
  margin:0 auto;
}
.clr:after{
  content:"";
  display:block;
  clear:both;
}
#categories li{
  position:relative;
  list-style-type:none;
  width:27.85714285714286%; /* = (100-2.5) / 3.5 */
  padding-bottom: 32.16760145166612%; /* =  width /0.866 */
  float:left;
  overflow:hidden;
  visibility:hidden;
 
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(3n+2){
  margin:0 1%;
}
#categories li:nth-child(6n+4){
  margin-left:0.5%;
}
#categories li:nth-child(6n+4), #categories li:nth-child(6n+5), #categories li:nth-child(6n+6) {
	margin-top: -6.9285714285%;
  margin-bottom: -6.9285714285%;
  
  -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  transform: translateX(50%) rotate(-60deg) skewY(30deg);
}
#categories li:nth-child(6n+4):last-child, #categories li:nth-child(6n+5):last-child, #categories li:nth-child(6n+6):last-child{
  margin-bottom:0%;
}
#categories li *{
  position:absolute;
  visibility:visible;
}
#categories li > div{
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  overflow:hidden;
  
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  
	-webkit-backface-visibility:hidden;
  
}

#categories div > a{
  width:100%;
  height:100%;
  text-align:center;
  color:#fff;
  overflow:hidden; 
}



/* HEX CONTENT */
#categories li img{
  left:-100%; right:-100%;
  width: auto; height:120%;
  margin:0 auto;   
}

#categories li a{
  left:-100%; right:-100%;
  height:100%;
  margin:0 auto;   
}

#categories div h1, #categories div p{
  width:100%;
  padding:0 5%;
  background-color:#008080; background-color: rgba(221, 72, 20, 0.5);
  font-family: 'Raleway', sans-serif;
  
  -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  -ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
}
#categories li h1{
  bottom:110%;
  font-style:italic;
  font-weight:normal;
  font-size:1.5em;
  padding-top:100%;
  padding-bottom:100%;
}
#categories li h1:after{
	content:'';
  display:block;
  position:absolute;
  bottom:-1px; left:45%;
  width:10%;
  text-align:center;
  z-index:1;
  border-bottom:2px solid #fff;
}
#categories li p{
	padding-top:50%;
	top:110%;
	padding-bottom:50%;
}


/* HOVER EFFECT  */

#categories li div:hover h1 {
  bottom:48.2%;
  padding-bottom:10%;
}

#categories li div:hover p{
  top:46.873%;
  padding-top:10%;
}
#fork{
  position:fixed;
  top:0;
  left:0;
  color:#000;
  text-decoration:none;
  border:1px solid #000;
  padding:.5em .7em;
  margin:1%;
  transition: color .5s;
  overflow:hidden;
}
#fork:before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 130%; height: 100%;
  background: #000;
  z-index: -1;
  transform-origin:0 0 ;
  transform:translateX(-100%) skewX(-45deg);
  transition: transform .5s;
}
#fork:hover {
  color: #fff;
}
#fork:hover:before {
  transform: translateX(0) skewX(-45deg);
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255, 142, 1, 0.65);
}
.errorLogin>div {	position: fixed;    z-index: 9999;    left: 15%;    padding: 30px;    border: 2px solid red;    border-radius: 10px;    background-color: white;    font-size: 18px;    font-weight: bold;    text-transform: capitalize;}
/************************************ FIN TEST EQUIPE NE PAS EFFACER **********************************/

