article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family:Tahoma, Geneva, sans-serif;
}
h1 {
	font-weight: normal;
	font-size: 1.5rem;
	letter-spacing: 0px;
	line-height: 2.5rem;
	color: #b91d47 !important;
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: normal;
	font-size: 1.25rem;
	letter-spacing: 0.01em;
	line-height: 1.75rem;
	color: #b91d47 !important;
	margin: 0;
	padding: 0;
}
h3 {
	font-weight: normal;
	font-size: 1rem;
	letter-spacing: 0.01em;
	line-height: 1.75rem;
	color: #000000 !important;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	background-color: #fafafa;
}
body, p {
	font-weight: normal;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.25rem;
	margin: 5px 0 5px;
}
a{
	cursor:  pointer;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	font-weight: normal;
	color: #0066cc;  /* #0064ff; #2e92cf; */
	text-decoration: none;
}
a:hover {
	color: #0056b3;    /* #0000ff;  rgba(45, 173, 237, 0.8);*/
	text-decoration: underline;
}
a:active {
	color: #0056b3;    /* #0000ff;  rgba(45, 173, 237, 0.6);*/
}
img {
	border: 0;
/*	-ms-interpolation-mode: bicubic;*/
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 1rem;
	margin: 0;
	vertical-align: baseline;
	line-height: 1.25rem;
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible;
	padding: 10px;
	margin-top: 10px;
	border: none;
	background-color: #0066cc;
	color: white;
	border-radius: 10px;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	text-align: center;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #0056b3;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type=text],
input[type=password],
select,
textarea {
	border: 1px #bababa solid;
	width: 100%;
	padding: 4px 6px 6px 5px;
	background-color: #fff;
	outline: 0;
	margin-right: 32px;
	min-height: 32px;
	position: relative;
}
input[type=text].with-helper {
	padding: 4px 32px 6px 5px;
}
input[type=text]:disabled,
input[type=password]:disabled,
select:disabled,
textarea:disabled {
	background-color: #eaeaea;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
	border-color: #000;
}
select {
	padding-right: 5px;
}
textarea {
	padding-right: 5px;
	min-height: 100px;
}
label {
	font-weight: normal;
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	line-height: 1.25rem;
	margin-right: 10px;
	margin-bottom: 10px;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-collapse: separate;
	margin: 0 0 20px;
}
table tbody tr {
	border: 1px #fff solid;
}
table tbody tr td {
	font-weight: normal;
	font-size: 1rem;
	letter-spacing: 0.02em;
	line-height: 1.25rem;
	padding: 3px 10px;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	border-left: 1px transparent solid;
	border-top: 1px transparent solid;
	box-sizing: border-box;
}
table tbody tr.info {
	background-color: #2d89ef !important;
}
table tbody tr.info td {
	color: #ffffff !important;
}
table.hovered {
	border-collapse: separate !important;
}
table.hovered thead tr th:hover,
table.hovered thead tr td:hover {
	border: 1px #1c98cc solid;
	background: rgba(28, 183, 236, 0.1);
}
table.hovered tbody tr:hover {
	background-color: rgba(28, 183, 236, 0.1);
}
table.hovered tbody tr:hover td:first-child {
	border-left: 1px #1c98cc solid;
}
table.hovered tbody tr:hover td:last-child {
	border-right: 1px #1c98cc solid;
}
table.hovered tbody tr:hover td {
	border-top: 1px #1c98cc solid;
	border-bottom: 1px #1c98cc solid;
}
table.bordered {
	border-collapse: separate !important;
	border: 1px #ccc solid !important;
}
table.bordered tbody tr:last-child td {
	border-bottom: 0;
}
td[class*="span"],
th[class*="span"]  {
	display: table-cell !important;
	float: none !important;
	padding: 0 !important;
}

.pos-rel {  		position: relative;		}
.pos-abs {  		position: absolute;		}
.pos-fix {  		position: fixed;		}
.text-left {  		text-align: left;		}
.text-right {  		text-align: right;		}
.text-center {  	text-align: center;		}
.text-justify {  	text-align: justify;	}
.text-size-0-75{	font-size: 0.75rem;		}
.text-size-1-00{	font-size: 1rem;		}
.text-size-1-25{	font-size: 1.25rem;		}
.text-size-1-50{	font-size: 1.5rem;		}
.text-size-1-75{	font-size: 1.75rem;		}
.text-size-2-00{	font-size: 2rem;		}
.text-height-0-75{	line-height: 0.75rem;	}
.text-height-1-00{	line-height: 1rem;		}
.text-height-1-25{	line-height: 1.25rem;	}
.text-height-1-50{	line-height: 1.5rem;	}
.text-height-1-75{	line-height: 1.75rem;	}
.text-height-2-00{	line-height: 2rem;		}
.largeur-100p {		width : 100%;		}
.fg-color-blue {  		color: #2d89ef !important;	}
.fg-color-blueLight {  	color: #eff4ff !important;	}
.fg-color-blueDark {  	color: #2b5797 !important;	}
.fg-color-green {  		color: #00a300 !important;	}
.fg-color-greenLight {  color: #99b433 !important;	}
.fg-color-greenDark {  	color: #1e7145 !important;	}
.fg-color-red {  		color: #b91d47 !important;	}
.fg-color-yellow {  	color: #ffc40d !important;	}
.fg-color-orange {  	color: #e3a21a !important;	}
.fg-color-orangeDark {  color: #da532c !important;	}
.fg-color-pink {  		color: #9f00a7 !important;	}
.fg-color-pinkDark {  	color: #7e3878 !important;	}
.fg-color-purple {  	color: #603cba !important;	}
.fg-color-darken {  	color: #1d1d1d !important;	}
.fg-color-lighten {  	color: #d5e7ec !important;	}
.fg-color-white {  		color: #ffffff !important;	}
.fg-color-grayDark {  	color: #525252 !important;	}
.fg-color-magenta {  	color: #ff0097 !important;	}
.fg-color-teal {  		color: #00aba9 !important;	}
.fg-color-redLight {  	color: #ee1111 !important;	}
.fg-color-date {  		color: #000000 !important;	}
.bg-color-blue {  		background-color: #2d89ef !important;	}
.bg-color-blueLight {  	background-color: #eff4ff !important;	}
.bg-color-blueDark {  	background-color: #2b5797 !important;	}
.bg-color-green {  		background-color: #00a300 !important;	}
.bg-color-greenLight {  background-color: #99b433 !important;	}
.bg-color-greenDark {  	background-color: #1e7145 !important;	}
.bg-color-red {  		background-color: #b91d47 !important;	}
.bg-color-yellow {  	background-color: #ffc40d !important;	}
.bg-color-orange {  	background-color: #e3a21a !important;	}
.bg-color-orangeDark {  background-color: #da532c !important;	}
.bg-color-pink {  		background-color: #9f00a7 !important;	}
.bg-color-pinkDark {  	background-color: #7e3878 !important;	}
.bg-color-purple {  	background-color: #603cba !important;	}
.bg-color-darken {  	background-color: #1d1d1d !important;	}
.bg-color-lighten {  	background-color: #d5e7ec !important;	}
.bg-color-white {  		background-color: #ffffff !important;	}
.bg-color-grayDark {  	background-color: #525252 !important;	}
.bg-color-magenta {  	background-color: #ff0097 !important;	}
.bg-color-teal {  		background-color: #00aba9 !important;	}
.bg-color-redLight {  	background-color: #ee1111 !important;	}
[class*=border-color] {
	border: 2px solid;
}
.border-color-blue {  		border-color: #2d89ef !important;	}
.border-color-blueLight {  	border-color: #eff4ff !important;	}
.border-color-blueDark {  	border-color: #2b5797 !important;	}
.border-color-green {  		border-color: #00a300 !important;	}
.border-color-greenLight {  border-color: #99b433 !important;	}
.border-color-greenDark {  	border-color: #1e7145 !important;	}
.border-color-red {  		border-color: #b91d47 !important;	}
.border-color-yellow {  	border-color: #ffc40d !important;	}
.border-color-orange {  	border-color: #e3a21a !important;	}
.border-color-orangeDark {  border-color: #da532c !important;	}
.border-color-pink {  		border-color: #9f00a7 !important;	}
.border-color-pinkDark {  	border-color: #7e3878 !important;	}
.border-color-purple {  	border-color: #603cba !important;	}
.border-color-darken {  	border-color: #1d1d1d !important;	}
.border-color-lighten {  	border-color: #d5e7ec !important;	}
.border-color-white {  		border-color: #ffffff !important;	}
.border-color-grayDark {  	border-color: #525252 !important;	}
.border-color-magenta {  	border-color: #ff0097 !important;	}
.border-color-teal {  		border-color: #00aba9 !important;	}
.border-color-redLight {  	border-color: #ee1111 !important;	}
*:hover[class=outline-color] {
	outline: 3px solid;
}
.outline-color-blue {  		outline-color: #2d89ef !important;	}
.outline-color-blueLight {  outline-color: #eff4ff !important;	}
.outline-color-blueDark {  	outline-color: #2b5797 !important;	}
.outline-color-green {  	outline-color: #00a300 !important;	}
.outline-color-greenLight { outline-color: #99b433 !important;	}
.outline-color-greenDark {  outline-color: #1e7145 !important;	}
.outline-color-red {  		outline-color: #b91d47 !important;	}
.outline-color-yellow {  	outline-color: #ffc40d !important;	}
.outline-color-orange {  	outline-color: #e3a21a !important;	}
.outline-color-orangeDark { outline-color: #da532c !important;	}
.outline-color-pink {  		outline-color: #9f00a7 !important;	}
.outline-color-pinkDark {  	outline-color: #7e3878 !important;	}
.outline-color-purple {  	outline-color: #603cba !important;	}
.outline-color-darken {  	outline-color: #1d1d1d !important;	}
.outline-color-lighten {  	outline-color: #d5e7ec !important;	}
.outline-color-white {  	outline-color: #ffffff !important;	}
.outline-color-grayDark {  	outline-color: #525252 !important;	}
.outline-color-magenta {  	outline-color: #ff0097 !important;	}
.outline-color-teal {  		outline-color: #00aba9 !important;	}
.outline-color-redLight {  	outline-color: #ee1111 !important;	}
.span05 {	width: 25px;	}
.span1 {	width: 76px;	}
.span2 {	width: 178px;	}
.span2_3 {	width: 230px;	}
.span3 {	width: 280px;	}
.span4 {	width: 383px;	}
.span5 {	width: 485px;	}
.span6 {	width: 587px;	}
.span7 {	width: 689px;	}
.span8 {	width: 791px;	}
.span9 {	width: 894px;	}
.span10 {	width: 996px;	}
.span11 {	width: 1098px;	}
.span12 {	width: 1200px;	}
.offset05 {	margin-left: 50px;		}
.offset1 {	margin-left: 100px;		}
.offset2 {	margin-left: 200px;		}
.offset3 {	margin-left: 300px;		}
.offset4 {	margin-left: 400px;		}
.offset5 {	margin-left: 500px;		}
.offset6 {	margin-left: 680px;		}
.offset7 {	margin-left: 700px;		}
.offset8 {	margin-left: 800px;		}
.offset9 {	margin-left: 900px;		}
.offset10 {	margin-left: 1000px;	}
.offset11 {	margin-left: 1100px;	}
.offset12 {	margin-left: 1200px;	}
[class*="span"] {
	float: none;
	min-height: 1px;
	margin-right: 20px;
	margin-bottom: 5px;
	*zoom: 1;
}
[class*="span"]:before,
[class*="span"]:after {
	display: table;
	content:"";
}
[class*="span"]:after {
	clear: both;
}
[class*="span"]:last-child{
	margin-right: 0;
}
[class*="span"] > img {
	max-width: 100%;
	height: auto;
}
.centragevertical{	vertical-align:middle;	}
.sans_marge	{margin: 0;	}
.masquer{			display: none;	}
.mobile_sans{		display: block;	}
.ordinateur_sans{   display: none;	}
.droite-ordi-gauche-mobile {		text-align:right;	}
.affichage-en-ligne{	display: inline-block;	}
.espace_ligne_5 { 	height: 5px	}
.espace_ligne_10{ 	height: 10px	}
.espace_ligne_20{ 	height: 20px	}
.alignement-vertical {
	display: flex;
	flex-direction: column;
	gap: 10px; 
}
.alignement-vertical-sans-gap {
	display: flex;
	flex-direction: column;
}
.alignement-horizontal{
	display: flex;
	align-items: center;
}
.place-left {
	float: left !important;
	margin-right: 10px;
}
.place-right {
	float:right !important;
	margin-left: 10px;
}
.changement_colonne {
	flex-direction: column; 
}
.tableau {
	display: flex;
	justify-content: space-between;
}
.tableau-ordinateur {
	display: flex;
	justify-content: space-between;
}
.page_all{
	position: relative;
}
.page {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
	*zoom: 1;
	width: 1200px ;
	margin: auto;
	background-color: #fafafa;
}
.page:before,
.page:after {
	display: table;
	content: "";
}
.page:after {
	clear: both;
}

.cadre-plein {
	background-color: #fff;
    border: 2px solid #ffffff;   
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	margin-bottom: 4px;
	border-radius: 10px;
	width: 100%;
	padding: 20px;
	margin-top: 10px;	
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cadre-annuaire{
	background-color: #fff;
    border: 2px solid #ffffff; 
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);	
	margin-bottom: 4px;
	border-radius: 10px;
	width: 100%;
	padding:10px; 
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.25rem;
	line-height: 1rem;
}
.icone-phone{
	background-image: url(../../img/icones/phone.svg);
	background-repeat: no-repeat; 
	padding-left: 40px;
	padding-top: 1px;
	font-size: 1.25rem;
}
.icone-carte{
	background-image: url(../../img/icones/map.svg);
	background-repeat: no-repeat; 
	width: 40px;
	height: 40px;
}
.icone-user{
	background-image: url(../../img/icones/user.svg);
	background-repeat: no-repeat; 
	width: 52px;
	height: 52px;
	margin-right: 15px;
}
.colonne_3 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; 
	padding-top:10px;
}
.colonne_3_contenu {
	background: #fff;
	border: 2px solid #ffffff;   
	border-radius: 10px;
	padding: 10px;
	flex: 1 1 30%; /* Pour une mise en page à 3 colonnes */
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	font-size: 1.25rem;
}
.colonne_3_contenu.hidden {
	display: none; 
}
.bulle-bd {
	position: relative;
	display: inline-block;
	padding: 15px 15px;
	background: #f0f0f0;
	border: 2px solid #ccc;
	border-radius: 10px;
}
.bulle-bd::after {
	content: '';
	position: absolute;
	bottom: -10px; 
	left: 25%; 
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #f0f0f0;
}
.bulle-bd::before {
	content: '';
	position: absolute;
	bottom: -12px; 
	left: 25%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #ccc;
}
.afficher-numero{
	line-height: 2rem;
	text-decoration: none;
	padding: 3px 25px 3px 25px;
	display: inline-block;
	border: 1px solid #388356;
	background: #3f9561;
	border-radius: 20px 20px 20px 20px;
	color: #ffffff !important;
	cursor:  pointer;
}
.afficher-numero:hover{
	text-decoration: none;
}
.numero-telephone{
	font-weight: bold;
	font-size: 1.5rem;  /* 1.375rem */
	letter-spacing: 0px;
	color: #a50f78 !important;  /* a50f78   000000 */
	margin: 0;
	padding: 0;
	font-family:Arial !important;
	padding-left:7px;
}
.fond-telephone {
	margin: 0;
	padding-top:7px;  /* 12px */
	background-image: url(../../img/tel/source_tel_fiche_005.jpg);
	background-position: top center;
	background-color: #FFF;
	background-repeat: no-repeat;
	height : 29px;   /* 38px */
	width : 300px;
	text-align: left;
}
.logo-img{
	width:200px;
	height:200px;
	display:block;
}
.logo-ajout{
	border: 2px solid #ffffff; 
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	padding-top:60px;
	background-color:#fafafa;
	width:200px;
	height:200px;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.logo-pub{
	height:250px;
	width:380px;
	display:block;
}
.list-navigation {
	display:block;
	float:none;
	clear:both;
	padding:0;
	margin:2px 0 0 0;
	list-style:none;
	position:relative;
}
.list-navigation li {
	display:block;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
}
.list-navigation li a {
	background-color:#fff;
	display:block;
	padding:8px 15px 8px 15px;
	font-size: 1rem;
	color:#000;
	text-decoration:none;
}
.list-navigation li a:hover {
	background-color:#b91d47;
	color:#fff;
}
.photo-mini-fiche{
	height:80px;border:3px solid #ececec;
}
.photo-mini-fiche:hover{
	border:3px solid #b91d47;
}
.photo-mini-avis{
	height:200px;border:3px solid #ececec;
}
.stars span {
	font-size: 2rem;
	color: #ffd700; /* Couleur dorée pour les étoiles */
}
.lien-bouton {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: #f0f0f0;
	border: 2px solid #ccc;
	border-radius: 10px;
	cursor:  pointer;
}
.image-alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
.coccinelle {
	background-image: url(../../img/v6/coccinelle.gif);
	background-repeat: no-repeat;
	display: inline-block;
	height: 45px;
	width:36px;
}
.titre-site{
	display: inline-block;
	vertical-align:top;
	padding-top:13px;
}
.titre-site a{
	font-size: 1.25rem;
	color:#000;
	padding: 11px 15px 15px 15px;
}
.titre-site a:hover {
    background-color: #b91d47;
    color: #fff;
}
.icone-menu{
	float: right; 
	background-image: url(../../img/icones/menu.svg);
	background-repeat: no-repeat;
	height: 48px;
	width:48px;
}
.icone-menu-user{
	float: right; 
	background-image: url(../../img/icones/user-menu.svg);
	background-repeat: no-repeat;
	height: 48px;
	width:48px;
	cursor:  pointer;
}
.navhaut-pseudo{
	float: right; 
	padding: 15px;
	color: #b91d47;
	cursor:  pointer;
}
.search-bar {
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.search-bar input {
	font-size: 1.5rem;
	height: 45px;
	border: 2px solid #ccc;
}
.search-bar .qui {
	width: 200px;
	padding: 6px 0px 6px 10px;
	border-radius: 20px 0px 0px 20px;
	margin: -1px 0px -1px 50px;
}
.search-bar .ou {
	width: 200px;
	padding: 6px 0px 6px 10px;
	border-radius: 0px;
	margin: -1px 0px -1px 0px;
}
.search-bar input[type="submit"] {
	background-image: url(../../img/icones/search.svg);
    background-position: 0px 2px; 
    background-size: calc(100% - 10px) calc(100% - 6px); 
	background-repeat: no-repeat; 
	padding: 10px 10px 10px 10px;
	margin: -1px 20px -1px 0px;
	border-radius: 0px 20px 20px 0px;
	width:60px;
}
.specif-agrandir {
	float:right; 
	position:absolute;
	bottom:0;
	right:3px
}
.specif-txt{
	position:relative;
	height:40px;
	max-height:40px;
	overflow: hidden;
}
.infobulle{
	overflow: hidden; 
	padding: 10px; 
	height: 100px; 
	width:300px;
	background-color: #FFFFFF;
	border-radius: 10px; 
	border: 1px solid #999999;
	font-size: 1rem;
}
.arrow{
	color:#666666;
	position: absolute; 
	left: 270px; 
	top: 0px; 
	font-size: 2rem;
}
.audiotel-warning {
	color: #817474;
	font-size: 0.5rem;
	line-height: 0.75rem;
}
.pied-de-page {
	font-size: 0.75rem;
	display:block;
}
.fil-ariane {
	font-size: 1rem;
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.fil-ariane li {
	display: flex;
	align-items: center;
}
.fil-ariane li + li:before {
	content: '>';
	margin: 0 0.5rem;
	color: #ccc;
}
.fil-ariane a {
	color: #0066cc;
	text-decoration: none;
}
.fil-ariane a:hover {
	text-decoration: underline;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.span05{	width: 14px;	}
	.span1 {	width: 54px;	}
	.span2 {	width: 135px;	}
	.span2_3 {	width: 197px;	}
	.span3 {	width: 215px;	}
	.span4 {	width: 296px;	}
	.span5 {	width: 376px;	}
	.span6 {	width: 457px;	}
	.span7 {	width: 537px;	}
	.span8 {	width: 618px;	}
	.span9 {	width: 698px;	}
	.span10 {	width: 679px;	}
	.span11 {	width: 859px;	}
	.span12 {	width: 940px;	}
	.offset05 {		margin-left: 40px;	}
	.offset1 {		margin-left: 80x;	}
	.offset2 {		margin-left: 124px;	}
	.offset3 {		margin-left: 161px;	}
	.offset4 {		margin-left: 322px;	}
	.offset5 {		margin-left: 310px;	}
	.offset6 {		margin-left: 402px;	}
	.offset7 {		margin-left: 434px;	}
	.offset8 {		margin-left: 563px;	}
	.offset9 {		margin-left: 558px;	}
	.offset10 {		margin-left: 724px;	}
	.offset11 {		margin-left: 885px;	}
	.offset12 {		margin-left: 965px;	}
    .page {
        width: 940px;
    }
	.logo-pub{
		height:200px;
		width:290px;
		display:block;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.span05{	width: 11px;	}
	.span1 {	width: 42px;	}
	.span2 {	width: 104px;	}
	.span2_3 {	width: 152px;	}
	.span3 {	width: 166px;	}
	.span4 {	width: 228px;	}
	.span5 {	width: 290px;	}
	.span6 {	width: 352px;	}
	.span7 {	width: 414px;	}
	.span8 {	width: 476px;	}
	.span9 {	width: 538px;	}
	.span10 {	width: 600px;	}
	.span11 {	width: 662px;	}
	.span12 {	width: 724px;	}
	.offset05 {		margin-left: 31px;	}
	.offset1 {		margin-left: 62px;	}
	.offset2 {		margin-left: 124px;	}
	.offset3 {		margin-left: 186px;	}
	.offset4 {		margin-left: 248px;	}
	.offset5 {		margin-left: 310px;	}
	.offset6 {		margin-left: 372px;	}
	.offset7 {		margin-left: 434px;	}
	.offset8 {		margin-left: 496px;	}
	.offset9 {		margin-left: 558px;	}
	.offset10 {		margin-left: 620px;	}
	.offset11 {		margin-left: 682px;	}
	.offset12 {		margin-left: 744px;	}
    .page {
        width: 724px;
    }
	.logo-pub{
		height:220px;
		width:200px;
		display:block;
	}
}
@media (max-width: 767px) {
	body {
		padding-right: 10px;
		padding-left: 10px !important;
	}
	[class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	[class*="offset"] {
		margin-left: 0;
	}
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.25rem;
	}
    h3 {
        font-size: 1rem;
    }
	.ordinateur_sans{	display: block;		}
	.mobile_sans{		display: none;	}
	.droite-ordi-gauche-mobile {	text-align:left;	}
	.tableau-ordinateur {
		flex-direction: column;
		align-items: flex-start;
	}
    .page {
        width: 100%;
    }
	.colonne_3_contenu {
		flex: 1 1 calc(50% - 20px); /* Pour une mise en page à 2 colonnes sur les tablettes */
	}
	.logo-pub{
		height:0px;
		width:0px;
		display:none;
	}
}
@media (max-width: 480px) {
	.listinfo{
		padding-left:0px;
	}
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.25rem;
	}
	h3 {
		font-size: 1rem;
	}
	.colonne_3_contenu {
		flex: 1 1 100%; /* Pour une mise en page à 1 colonne sur les smartphones */
	}
	.pied-de-page {
	  display:none;
	}
	.fil-ariane {
	  display:none;
	}
}
