* {
	box-sizing: border-box;
	text-decoration: none;
	/* [disabled]color: #000000; */
}
.row::after {
	content: "";
	clear: both;
	display: table;
}
[class*="col-"] {
	float: left;
	padding: 15px;
}
img {
	max-width: 100%;
	height: auto;
}

.accordion {
  background-color: #98999a;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

h3 {
	font-size: 25px;
}
.col-1 {
	width: 8.33%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.33%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
header {
}
.topnav {
	overflow: hidden;
	background: #335599;
	background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
	border: 1px solid #002232;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	color: #888;
	box-shadow: inset 0px 0px 1px #edf9ff;
	-moz-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	margin-top: 0px;
	text-align: center;
	width: 491px;
	float: right;
	letter-spacing: 4px;
}
.topnav a {
	display: inline-block;
	color: #FFFFFF;
	line-height: 55px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 28px;
	padding-bottom: 0;
	text-decoration: none;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
}
.topnav a:hover {
	background-color: #ddd;
	color: #161616;
	text-shadow: 1px 1px 1px #ffffff;
}
.topnav .icon {
	display: none;
}

@media only screen and (max-width: 867px) {
[class*="col-"] {
	width: 100%;
}
#logo {
	max-width: 251px;
	margin-top: -13px;
	margin-bottom: -3px;
}
.topnav {
	text-align: left;
	width: 100%;
	margin-top: -27px;
}
#logorow1 {
	display: none;
}
#logorow {
	text-align: center;
}
.marque-court {
	margin-bottom: -20px;
}

#par1 {
	font-size: 40px;
}
.marquelist {
	margin-bottom: -40px;
}
footer {
	margin-top: 35px;
}
.topnav a:not(:first-child) {
	display: none;
}
.topnav a.icon {
	float: right;
	display: block;
}
.linkter a {
	font-size: 15px;
}
.linkter {
	margin-bottom: 16px;
	margin-left: 30px;
}
}

@media only screen and (max-width: 867px) {
.topnav.responsive {
	position: relative;
}
.topnav.responsive .icon {
	position: absolute;
	top: 0;
	right: 0px;
}
.topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
}
}

@media only screen and (min-width: 868px) {
.col-m-12 {
	width: 100%;
}
#logo {
	max-width: 251px;
	margin-top: -13px;
	margin-bottom: -18px;
	margin-left: 27px;
}
#par1 {
	font-size: 40px;
}
.city {
	background-color: #F4F4F4;
	border: solid 2px black;
	height: 159px;
}
#logorow {
	display: none;
}
#marque-long {
	padding: 10px;
}
#left-list {
	margin-right: -51px;
	margin-left: -25px;
}
#coupon {
	margin-left: 38px;
}
.linkter a {
	font-size: 15px;
}
.linkter {
	margin-bottom: 16px;
}
    marquelist{
        margin: 0px;
    }
}

@media only screen and (min-width: 1179px) {
.col-4 {
	width: 33.33%;
}
#logo {
	max-width: 251px;
	margin-top: -13px;
	margin-bottom: -18px;
	margin-left: 41px;
}
.city {
	background-color: #F4F4F4;
	border: solid 2px black;
	height: 240px;
}
#left-list {
	margin-right: 0px;
	margin-left: 0px;
}
#coupon {
	margin-left: 0px;
	margin-right: 0px;
}
#par1 {
	font-size: 48px;
}
.linkter a {
	font-size: 17px;
}
.linkter {
	margin-bottom: 32px;
}
}
h1 {
	color: #0c71c3;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
hr {
	border-color: #636363;
	margin-top: 16px;
	margin-bottom: 14px;
}
#wrapper {
	width: 96%;
	max-width: 1200px;
	margin: auto;
	background-color: #fff;
}
body {
	font-size: 12px;
	color: #666666;
	background-color: #DBDBDB;
	font-family: Arial, helvetica, sans-serif;
}
#bottom_head {
	background-size: cover;
	background-image: url(image/top_header.png);
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
}
#col_telep {
	text-align: center;
	margin-top: 3px;
}
#col_telep a {
	font-weight: 300;
	font-size: 4em;
	margin-top: 3px;
	color: #393737;
	text-decoration: none;
}
#col_description {
	text-align: center;
}
#par1 {
	color: #fff;
	margin-top: -15px;
	margin-bottom: -19px;
}
p#par2 {
	font-size: 25px;
	color: #fff;
	margin-bottom: -16px;
	letter-spacing: 6px;
	text-shadow: 0px 3px #2E36CD;
	border-bottom: thin solid #262FD9;
	padding-bottom: 5px;
}
#par2 a {
	color: #fff;
	text-decoration: none;
}
p#par3 {
	font-size: 24px;
	color: #fff;
	margin-bottom: -3px;
}
#h1hig {
	margin: auto;
	line-height: 31px;
}
.section_text {
	font-size: 17px;
	padding: 1em;
	line-height: 20px;
}
#satisfaction {
	float: right;
}
#bordtopl {
	border-width: 3px;
	border-style: groove;
	border-color: #0c71c3;
}
#cente {
	margin-top: 28px;
}
#left-list {
	font-size: 100%;
	font-size: 1.50em;
	line-height: 26px;
}
#coupon {
	text-align: center;
}
#fridg {
	text-align: center;
}
#carte {
	text-align: center;
}
#right-list {
	margin-top: 31px;
	font-size: 18px;
}
#row3 {
	margin: auto 20px;
}
.city {
	background-color: #F4F4F4;
	border: solid 2px black;
}
p.parmid {
	font-size: 16px;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}
.hetop {
	margin-top: 0px;
	background-color: #005a87;
	color: #fff;
	font-size: 24px;
	font-family: serif;
	font-weight: bold;
	line-height: 43px;
	padding-left: 15px;
}
.reparo {
	text-align: center;
	margin-top: 20px;
	background-color: #041f99;
	color: #fff;
	font-size: 24px;
}
.ville-c {
	text-align: center;
	margin-top: 21px;
	font-size: 20px;
}
#row-ville-r-s {
	margin-top: 0px;
	margin-left: 0px;
}
#row-ville-l {
	margin-top: 0px;
	margin-left: 35px;
}
#row-ville-m {
	margin-top: 0px;
	margin-left: 35px;
}
.marquelist {
	font-size: 18px;
}
.marquelist a {
	color: #000;
	text-decoration: none;
}
footer {
	overflow: hidden;
	background-color: #141415;
}
#tb {
	color: #fff;
	padding-top: 50px;
	font-size: 16px;
}
p#ouv {
	color: #2b99ff;
	font-size: 16px;
	padding-top: 10px;
}
p#ouvtex {
	font-size: 16px;
	color: #fff;
}
p#cont {
	color: #2b99ff;
	font-size: 16px;
	padding-top: 10px;
}
ul#ulw {
	color: #fff;
	font-size: 16px;
}
