body {
	background-color: #fcfbfb;
	color: #333;
	font-size: 13px;
	padding-top: 60px;
}

section, footer {
	padding: 5px;
	/* margin: 10px; */
	border: 0px solid red;
}

nav {
	/* display: none; */
}

nav {
	/* display: none; */
	position: fixed !important;
	width: 100%;
	top: 0px;
	z-index: 100;
    /* box-shadow: rgb(0 0 0 / 15%) 0px 5px 5px; */
	/* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;   */
	/* box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 10px; */
	box-shadow: 0px 0px 5px 0px #000;
	background-color: #332827;
}

.navbar-brand img {
	width: 60px;
	position: absolute;
	top: -3px;
	margin-left: -65px;
}

.navbar-brand {
	padding-left: 60px;
}

.navbar-brand {
	/* color: #efefef !important; */
}

.fa-bars {
	color: #fe6116;
}

.navbar-header {
	/* min-width: 270px; */
}

.navbar-header button:hover .fa-bars {
	color: #fff;
}

.nav-tabs a {
	margin: 5px 5px 5px 5px;
}

.navbar a {
	/* color: #efefef !important; */
}

.navbar a:hover {
	/* color: #333 !important; */
}

.nav-tabs div {
	float: left;
	display: inline-block;
	min-height: 100%;
	max-height: 100%;
	min-width: 100px;
	max-width: 170px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
	border-radius: 4px !important;
}

.nav-tabs a .active {
	background-color: #fff8f3;
}

.row {
	background-color: #fff;
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #efefef;
}

.nav-tabs li {
	cursor: pointer;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	color: #fff !important;
	margin-bottom: 8px;
	background-color: #ff5f00 !important;
	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-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}

.data_footer {
	text-align: center;
}

.loader
{
	position: fixed;
	display: inline-block;
	/* display: none; */
	width: 100%;
	max-height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px solid red;
	background-color: #fff;
	/* background-color: #fff; */
	/* background-color: rgba(255,255,255,0.95); */
	z-index: 1000;
}

section a img {
	width: 100%;
	padding: 10px;
	border: 0px solid #fff;
}

section a {
	float: left;
	position: relative;
	margin: 5px 5px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 5px;
}

section a:hover {
	float: left;
	position: relative;
	/* margin: 4px 5px 6px 5px; */
	box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 5px;
}

#myNavbar a {
  color: #efefef;
  text-decoration: none;
}

#myNavbar a:hover {
  color: #333;
}

#myNavbar a:active {
  color: green;
}

#myNavbar a:focus {
  color: green;
}

.langue a {
	display: inline-block;
	padding: 10px 5px;
}

.fond_drapeau {
	background-color: brown;
}

#form_information .form-horizontal .control-label, #form_information label,
#form_coordonnées .form-horizontal .control-label, #form_coordonnées label {
	padding-top: 0px !important;
	margin-top: 0px !important; 
}

.jumbotron {
	background-image: url('../images/tdmssa_jumbotron.png');
	background-size: cover;
	background-position-y: center;
	background-position-x: center;
	min-height: 150px;
	margin-bottom: 0px;
}

.jumbotron h1, .jumbotron h2, .jumbotron p {
	color: #fff !important;
}

.jumbotron h2 {
	background-color: #000d13;
	opacity: 0.8;
	padding: 20px;
	line-height: 30px !important;
}

.jumbotron p {
	background-color: #000;
	opacity: 0.8;
	padding: 20px;
	font-size: 17px;
	line-height: 20px !important;
}

.jumbotron img {
	min-width: 50px;
	width: 100%;
	max-width: 100px;
}

p, a, span {
	line-height: 20px !important;
}

.bloc_conteneur_tuiles {
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.tuile_lisqte_gallery {
	min-width: 250px;
	max-width: 280px;
	margin: 10px 6px;
	box-shadow: #d3e2ed 0px 1px 10px 0px;
	transition: margin 0.4s;
}

.tuile_lisqte_gallery:hover {
	margin: 3px 6px 18px 6px;
}

.tuile_lisqte_gallery .bloc_image img {
	min-width: 250px;
	max-width: 280px;
	height: 100%;
}

.tuile_lisqte_gallery .bloc_comm {
	padding: 15px;
	border-top: 2px solid #ff733b;
	border-bottom: 10px solid #333;
	padding: 30px;
}

.tuile_lisqte_gallery .bloc_comm .lien_lire_plus {
	float: right;
	background-color: goldenrod;
}

h1 {
	font-size: 30px;
}

.loader {
	background-color: #000;
	opacity: 0.9;
}

.loader .message {
	color: #fff;
	position: absolute;
	margin-top: 150px;
	margin-left: 50%;
	margin-right: 50%;
}

.loader .message p {
	color: #fff;
	position: relative;
	border: 1px solid grey;
	padding: 50px;
	width: 250px;
	margin-left: -125px;
	text-align: center;
}


/*********************************************/
@media (min-width: 768px) {
	
	.col-sm-10 {
		width: 700px;
	}
	
	.prev_besoin img, .prev_prestation img {
		position: absolute; 
		left: -30px;
		margin-top: 7px;
	}

	.next_besoin img, .next_prestation img {
		position: absolute;
		right: -20px;
		margin-top: 7px;
	}
		
}




/*********************************************/
@media (max-width: 1000px) {

	.row {
		background-color: #fff;
		padding: 20px 10px;
		border-radius: 10px;
		border: 1px solid #efefef;
	}
	
	.navbar-brand  {
		font-size: 18px;
	}
	
}




/*********************************************/
@media (max-width: 768px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.form-group {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	
	h1.titre_page {
		font-size: 16px !important;
	}

	h2.titre_page {
		font-size: 14px !important;
		padding: 5px 10px;
		/* border-bottom: 1px solid #efefef; */
	}

	h3.titre_page {
		font-size: 10px !important;
		/* border-bottom: 1px solid #efefef; */
	}
	
	.row, .col-md-3, .col-md-6, .col-md-12, .col-sm-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.row {
		background-color: #fff;
		padding: 20px 10px;
		border-radius: 10px;
		border: 1px solid #efefef;
	}
	
	.navbar-brand  {
		font-size: 16px;
	}
	
	.h2, h2 {
		font-size: 18px;
	}
	
}




/*********************************************/
@media (max-width: 400px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.form-group {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	
	h1.titre_page {
		font-size: 16px !important;
	}

	h2.titre_page {
		font-size: 14px !important;
		padding: 5px 10px;
		/* border-bottom: 1px solid #efefef; */
	}

	h3.titre_page {
		font-size: 10px !important;
		/* border-bottom: 1px solid #efefef; */
	}
	
	.row, .col-md-3, .col-md-6, .col-md-12, .col-sm-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.row {
		background-color: #fff;
		padding: 20px 10px;
		border-radius: 10px;
		border: 1px solid #efefef;
	}
	
	.navbar-brand  {
		font-size: 14px;
	}
	
}



/*********************************************/


@media (max-width: 990px) {
	
	.navbar-header {
        float: none !important;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none !important;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	
	a .active .blue {
		line-height: 15px !important;
	}
	
	.form-control {
		display: block;
		width: 100%;
		height: 50px;
		padding: 6px 12px;
		font-size: 15px;
	}
	
	.input-group-addon {
		/* display: none; */
	}
	
	.tab-pane h4 {
		font-size: 14px;
		padding: 10px 5px 5px 5px;
	}
}
