html {
	margin: 0 auto;
	width: auto;
	height: auto;
}

body {
    padding-top: 125px;
    width: auto;
	min-height: 100%;
	min-width: 100%;
	position: relative;
}

.pac-container {
	z-index: 1060;
  }

#height-screen
{
	background-color: white;
	-moz-box-shadow: 1px 1px 8px #555;
	-webkit-box-shadow: 1px 1px 8px #555;
	box-shadow: 1px 1px 8px #555;
}

#menu-height
{
	height: 120px;
}

.navbar-brand {
	height: auto;
	max-width: 230px;
	padding: 15px 0 !important;
	margin-left: 0 !important;
}

.navbar-brand a {
	height: 120px;
	width: 200px;
	
}
.logo {
	padding: 5px;
	max-height: 110px;
	max-width: 230px;
	display: block;
	margin: 0 auto;
	margin: -10px 5px -10px 0;
}
#logo1 {
	display: none;
}

.navbar-nav {
	margin: 0;
	margin-top: 70px;
	height: 50px;
}

/* .navbar-inverse .navbar-nav > .active > a {
	margin-right: -15px;
} */

.open li a,
.navbar-left li:first-child a {
	border: none !important;
}
.navbar-header a {
	height: 70px;
}

.titre_horaire {
	font-weight: 600;
	padding: 5px;
}

#table_horaire td {
	padding: 6px;
}

.navbar-nav li a {
	/*font-weight: 600;*/
	text-transform: uppercase; 
	height: 50px;
	padding: 15px 19px 0 19px;
	margin: 0 !important;
	
}

.navbar-nav #panier {
	margin-right: -15px;
	border-radius: 10px 10px 0 0;
}

.portfolio-item {
    margin: 15px 0;
}

.caption {
	padding: 10px 15px;
    text-align: justify;
    overflow: hidden;
	text-overflow: ellipsis;
}

footer {
	bottom: 0;
	width: 100%;
	height: auto;
	min-height: 230px;
	padding-bottom: 20px;
	z-index: 1000;
	overflow: hidden;
}

footer .footer-content {
	max-width: 1200px;
	margin: 0 auto;
}

footer p {
	margin: 0;
}

footer a:hover {
	color: white;
}

#copyright {
	height: 110px;
	width: 100%;
	font-weight: 600;
	color: white;
	background-color: black;
	text-align: center;
}
#copyright-content {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 45px;
	padding-left: 15px;
}

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

textarea {
    width: 100%;
}

.label-occas {
	padding-top: 10px;
}

.label-reserv {
	padding-top: 5px;
	text-align: right;
}

ul.dropdown-menu li a {
	border: none !important;
}


#slider img {
	max-height: 275px;
}

#slider-pres, #slider-occas {
	padding: 0;
}

#slider-pres img, #slider-occas img {
	float: none;
	width: initial;
	max-width: 570px;
	margin: auto;
}

#sous_slider {
	margin-top: 0;
	text-align: justify;
	padding: 0;
}

#bloc_description_home {
	height: 160px;
}
#description_home {
	overflow: hidden;
	height: 134px;
	padding: 10px;
}
#lien_description_home {
	text-align: right;
	padding: 3px 10px;
	margin-right: -10px;
	width: 100%;
}
#horaire_home {
	overflow: hidden;
	height: 160px;
	padding: 10px;
	background-image: url("../../htdocs/img/bg-horaire.png");
}

#horaire_home > .table {
	width: 75%;
	max-width: 75%;
}

#horaire_home > .table > tbody > tr > td,
#horaire_home > .table > tbody > tr > th {
	padding: 0 !important;
}

#horaire_home > table > tbody > tr > td {
	text-align: center;
}

/* Ecran < 1200px */
@media (max-width: 1200px) {
	body {
   		padding-top: 70px !important;
	}
	#menu-height {
		width: auto;
		height: auto;
	}
	.navbar-header {
	    float: none;
		margin: 0 !important;
	}
	.navbar-nav {
	    float: none !important;
	    height: auto;
	    margin: 0 0 0 -15px !important;
	}
	#logo2 {
		display:none;
		height: 0;
	}
	#logo1 {
		display:block;
	}
	.navbar-nav #panier {
		border-radius: 0;
	}
	.navbar-left li a {
		border: none !important;
	}
	
	
	#menu-height {
		height: auto;
	}
	
	.logo {
		max-height: 60px;
	}
	
	
	
	.navbar-toggle {
	    display: block;
	    margin-top: 18px;
	}
	.navbar-collapse {
	    border-top: 1px solid transparent;
	    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	    padding-right: 0;
	}
	.navbar-collapse.collapse {
	    display: none !important;
	    max-height: none;
	}
	.navbar-nav {
	    float: none !important;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav li a:hover {
		border: none !important;
	}
	.navbar-nav li a.active {
		border: none !important;
	}
  	.collapse.in {
    	display: block !important;
 	}
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
		margin-right: -15px;
		margin-left: -15px;
	}
	.navbar-nav #panier {
		margin-right: 0;
	}

	#slider {
		margin-top: 0;
		padding: 0;
	}

}
/* Fin Ecran < 1200px */

@media (max-width: 974px) {
	#slider {
		margin-top: 35px;
		padding: 0;
	}
	#horaire_home,
	#bloc_description_home,
	#description_home {
		height: auto;
	}
	
	#lien_description_home,
	#horaire_home .table {
		margin-bottom: 0;
	}
}


.libelle-presta
{
	position: absolute;
	padding-top: 15px;
	left: 0;
	right: 0;
	text-align: center;
    font-size: 20px;
	height: 55px;
	bottom: 25px;
}
@media (max-width: 380px) and (min-width: 300px) {
	.libelle-presta {
		font-size: 16px;
		padding-top:30px;
	}
}

@media (max-width: 300px) {
	.libelle-presta {
		font-size: 14px;
		padding-top:40px;
	}
}

#bloc_map {
	padding: 0;
}



.bordergris {
	border: 1px solid #ddd;
}

#nb_resultat {
    margin: 0;
	padding: 5px 0 5px 15px;
	background-color: #eee;
}

#head-panier {
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid;
}

#panier_article {
	background-color: #ffffff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#recherche_alternative td,
#mise_en_avant td,
#resultat_recherche td {
	background-color: #ffffff;
	border-top: 1px solid #ddd;
}

#mise_en_avant {
	margin-bottom: 20px;
}
#mise_en_avant table {
	margin: 0;
}

#resultat_recherche {
	margin-bottom: 20px;
}
#resultat_recherche table {
	margin: 0;
}

#parametre {
	margin-bottom: 25px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ddd;
}

#article {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #f7f7f7;
	cursor: pointer;
}

#article:hover {
	background-color: #eee;
	border: 1px solid #ddd;
}
#article-pneu-image {
	width: 50%;
	height: 240px;
	float: left;
}
.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#article-image {
	height: 240px;
}
#article-image img,
#article-pneu-image img {
	max-height: 240px;
	vertical-align: middle;
}
#article-tab {
	height: 240px;
	width: 50%;
	padding: 15px 15px 15px 0;
	float: right;
	overflow: hidden;
}
#article-titre {
	margin: 15px 0;
	min-height: 70px;
}
#article-titre h2 {
	line-height: 0.9;
}
#article-info {
	text-align: center;
	white-space: nowrap;
}
#article-info .bloc-info {
	border-left: 1px solid #ddd;
	padding: 15px 0;
}
#article-info .bloc-info:first-child {
	border: 0;
}
#article-prix {
	margin-top: 20px;
	padding: 5px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}

.slider-horizontal {
	float: left;
	width: 100% !important;
}

.img-occas {
	max-height: 500px;
	max-width: 500px;
}


.btn:hover {
	background-color: #3b3a3c;
	color: white;
}

.btn { 
	border: medium none;
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    outline: medium none;
    padding: 10px 25px 11px;
    transition: all 0.4s ease-in-out 0s;
    text-transform: uppercase;
}
.btn-lg {
	padding: 15px 30px;
	font-size: 13px;
}

td.img-recherche {
	width: 200px;
	padding-left: 15px;
}

.promo {
	position: absolute;
	top: 5px;
}
.promo-article {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.img {
	overflow: hidden;
	height: 6em;
	width: 120px;
}

td.profil {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
td.profil h4 {
	margin: 5px 0 0 0;
}
tr.article-pneu td{
	border-top: none !important;
}

.profil-link {
	font-size: 16px;
	color: black;
	text-decoration: none;
}


.price {
    font-size: 22px;
    font-weight: 700;
}
.price1 {
    font-size: 18px;
    font-weight: 700;
}
.price_article {
	font-size: 24px;
    font-weight: 700;
    text-align: center;
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}



.modal {
	text-align: center;
}

/*.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: " ";
	height: 100%;
}

.modal-dialog {
	display: inline-block;
	vertical-align: middle;
}*/

#etiquette {
	float: left;
	position: relative;
	width: 163px;
	height: 207px;
	margin: 0 20px 5px 5px;
	box-shadow: 0 3px 3px #ccc;
}
#efficacite {
	position: absolute;
	top: 0;
	left: 0;
}
#adherence {
	position: absolute;
	top: 0;
	left: 80px;
}
#bruit {
	position: absolute;
	top: 135px;
	left: 0;
}

#db {
	position: absolute;
	top: 119px;
	left: 62px;
}
#db .db_txt {
	position: absolute;
	top: 33px;
	right: 10px;
	color: #000000;
	font-size: 9px;
	font-weight: 700;
	line-height: 15px;
}

#pmf {
	position: absolute;
	top: 134px;
	left: 65px;	
}

#verglas {
	position: absolute;
	top: 134px;
	left: 116px;	
}


.datetimepicker {
	background-color: #eee;
	margin-top: 10px;
}

#horaire {
	display: none;
	margin-top: 10px;
}


/*
.table {
	border-collapse: initial;
}
*/
.radio-presta {
	margin-left: 20px;
	display: inline;
	white-space: nowrap;
}

.radio-presta-devis {
	margin-right: 20px;
	display: inline;
	white-space: nowrap;
}


/*
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}*/

#img-pneu {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.tabs ul {
	height: 35px;
	margin-bottom: 0;
	padding-left: 0;
}
.tabs ul li {
	float: left;
	margin-top: 0;
	list-style: none;
}

.tabs ul li a {
	/*border-radius: 4px 4px 0 0;*/
	display: block;
	padding: 7px 12px;
	/*background: #ccc;
	color: white;
	font-weight: bold;*/
	text-decoration: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	margin-top: 1px;
	border-bottom: none;
}
@media (max-width: 600px) {
	.tabs ul li {
		width: 100%;
		text-align: center;
	}
}

.recherche-filtre {
	background-size: cover;
}
#RECH-1 {
	background: url("../../htdocs/img/filtre/RECH-VOIT.png") no-repeat center;
}
#RECH-2 {
	background: url("../../htdocs/img/filtre/RECH-4x4.png") no-repeat center;
}
#RECH-4 {
	background: url("../../htdocs/img/filtre/RECH-QUAD.png") no-repeat center;
}
#RECH-5 {
	background: url("../../htdocs/img/filtre/RECH-MOTO.png") no-repeat center;
}
#RECH-6 {
	background: url("../../htdocs/img/filtre/RECH-PL.png") no-repeat center;
}
#RECH-7 {
	background: url("../../htdocs/img/filtre/RECH-GAZON.png") no-repeat center;
}
#RECH-8 {
	background: url("../../htdocs/img/filtre/RECH-AGR.png") no-repeat center;
}
#RECH-9 {
	background: url("../../htdocs/img/filtre/RECH-INDUS.png") no-repeat center;
}


/*
.sous_tabs ul {
	height: 30px;
	margin: 0 -15px 0 -55px;
	text-align: center;
}
.sous_tabs ul li {
	float: left;
	list-style: none;
	width: 50%;
}
.sous_tabs ul li a {
	display: block;
	padding: 7px 20px;
	color: #231d1d;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
#rech_vehicule {
	background: #ADCED8;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
#rech_vehicule a:hover {
	background: #94B5BF;
}
#rech_conseil {
	background: #A7D760;
	border-bottom: 1px solid #bbb;
}
#rech_conseil  a:hover{
	background: #8EBE47;
}
*/

#promo-recherche {
	width: 100%;
	height: 200px;
}

.content-service {
	position: relative;
    overflow: hidden;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.demande-devis {
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	background-color: rgba(0,0,0,0.3);
	transition: all .4s ease-in-out;
}

.demande-devis button {
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-left: auto;
  	margin-right: auto;
  	width: 100%;
}
.content-service:hover .demande-devis {
	transition: all .4s ease-in-out;
	left: 0;
}

.form-group input[type="checkbox"] {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;   
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;   
}

.bggris {
	background-color: #eee;
	border: 1px solid #ddd;
}
.bgblanc {
	background-color: #ffffff;
	border: 1px solid #ddd;
}

#presentation-texte {
	/* position: relative; */
	font-weight: normal;
	/* margin: -50px 0 20px 0; */
	width: 100%;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
	overflow: hidden;
	text-align: justify;
}

#presentation-texte:hover {
	opacity: 0.7;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

#content-marker {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin: -5px 0 5px -15px;
}

.marker {
	background-color: white;
	margin: 5px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.15);
	
    width: 100%;
    border-radius: 0.5em;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
    
    transition: 0.7s;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
}

.marker:hover {
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.2);
	-webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.marker.flipped {
    transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
}
.marker .face {
    padding: 1em;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.marker .front {
    display: block;
}
.marker.flipped .front {
    display:none;
}
.marker .back {
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    display:none;
}
.marker.flipped .back {
    display:block;
}

.table tr:first-child td {
	border-top: none;
}

.table tr:first-child th {
	border-top: none;
}

/* Un seul magasin - Map */
#adresse {
	height: 275px;
	width: 100%;
	margin: 0 -15px;
	overflow: hidden;
}
#adresse ul {
  margin: 0;
  padding: 0;
  height: 275px;
  list-style: none;
}
#adresse ul li {
  position: relative;
  display: block;
  float: left;
  margin-top: 55px;
  height: 275px;
  text-align: center;
  width: 100%;
}

/* Plusieurs magasin - Map */
#adresse_map {
	height: 275px;
	position: relative;
	width: 100%;
	margin: 0 -15px;
	overflow: hidden;
}
#adresse_map ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 275px;
  list-style: none;
}
#adresse_map ul li {
  position: relative;
  display: block;
  float: left;
  margin-top: 55px;
  height: 275px;
  text-align: center;
  width: 100%;
}
a.control_prev, a.control_next {
  position: absolute;
  top: 0;
  z-index: 999;
  display: block;
  padding: 5%;
  width: auto;
  height: 100%;
  line-height: 250px;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev {
  border-radius: 0 2px 2px 0;
}
a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}


#map {
	padding: 0;
}


.sticky-container {
	position: fixed;
	right: -125px;
	top: 200px;
	width: 200px;
	z-index: 999;
}
ul.sticky {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left:0;
	margin-left: 40px;
}
.sticky li {
	list-style: none;
	background-color: #333;
	color: #b2b2b2;
	height: 36px;
	margin: 0px 0px 3px 0px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	-webkit-filter: grayscale(50%);
}
.sticky li:hover {
    margin-left: -115px;
    filter: none;
    -webkit-filter: grayscale(0%);
}
.sticky li a:hover {
	text-decoration:none;
}
.sticky li img {
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 15px;
	padding: 2px;
}
.sticky li span {
	text-transform: uppercase;
	line-height: 36px;
	font-size: 13px;
	color: #b2b2b2;
	padding: 10px;
}

#loader {
	background: url("../../htdocs/img/loader3.gif") no-repeat scroll center center #F7F7F7;
    position: fixed;
    top: 0;
    left: 0;
	height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 0.7;
}

.bgraye {
	background: url("../img/fond_raye.gif") repeat scroll 0 0 transparent;
}


.select {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}

select {
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select:after {
    top: 50%;
    left: calc(100% - 25px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}
select:focus {
    outline: none;
}

table.borderless td, .borderless th {
    border: none !important;
}

.bg-db {
	background: url("../../htdocs/img/norme/DB.png") no-repeat;
	background-position: 0px 3px; 
}

.control-label {
	font-size: 13px;
}

#titre_validation_horaire {
	margin-bottom: 8px;
}
#date_selection {
	line-height: 2;
}

.item-service {
	max-width: 350px;
	max-height: 350px;
	min-width: 215px;
	min-height: 215px;
	margin: 20px;
	padding: 0;
}
.presta-home {
	padding: 0 20px;
}
.fa-8 {
	font-size: 8em;
}
.fa-2 {
	font-size: 2em;
}
.gold {
	color: gold;
}
.box-shadow {
	box-shadow: 1px 1px 8px #555;
}

.cadre_info_pay{
	border: 1px solid #d7d9e4;
    padding: 15px;
	margin-top:10px;
	margin-bottom:10px;
}

#info_pay {
	width: 100%;
}

#info_pay td {
	text-align:right;
}

.fond-star {
	border: 2px solid gold;
	border-radius: 10px;
	padding: 7px;
	overflow : auto;
	width: 175px;
	margin: 10px auto;
}

.pdv-star {
	display: initial;
	vertical-align: text-top;
	padding: 7px;
	overflow : auto;
	width: 175px;
	margin: 10px auto;
}

#text-star {
	padding-left: 10px;
	font-size: 18px;
}
#nom-avis {
	font-weight: bold;
}
#date-avis {
	color: grey;
	font-weight: normal;
	font-size: 0.7em;
}

#cgu {
	margin: 30px 0;
}
#cgu h2 {
	font-size: 20px;
	text-decoration: underline;
}
#cgu h3 {
	font-size: 17px;
	color: #837c7f;
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 15px;
}

/* Compteur de caractère */
#maxtxt
{
	text-align: right;
	font-style: italic;
}

#captcha-div
{
	width: initial;
	padding-bottom: 5px;
}

#refresh
{
    padding: 5px 8px;
    font-size: 14px;
}

#magcont
{
	display: flex;
	flex-wrap: wrap;
}

.pdv
{
	min-width: 250px;
	width:24%;
	max-width: 24%;
	display: inline-block;
	margin-right: 11px;
}

.pdv a
{
	text-decoration: none;
	color: #333;
}

.picto
{
	margin-right: 8px;
}

.trait
{
	border-bottom: #000000 2px solid;
}

.btn-valid-occas:hover
{
	cursor: pointer;
}

.btn-hor-rdv
{
	margin: 5px;
}