.value-story{
  margin: 90px 20px 0;
}
.form-contact .input-address {
  display:none;
  visibility:hidden;
}

.div-cookie {
  padding-bottom: 13px;
  text-align:left;
}


#header-info {
  background: #FFFFFF;
    top: 0;
    display: none;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1000;
}

#header-info .cookiewarning{
  display: block;
  color:#FD000D;
}

.input-cookie {
  position: absolute;
  left: 60px;
}

.span-cookie {
  position: absolute;
  left: 80px;
}

.desc-cookie {
  position: absolute;
  left: 150px;
  text-align: justify;
}

.info-cookie {
  text-align: justify;
}

#cookie-overlay {
    background-color: #000000;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.close-btn-cookie{
    background: linear-gradient(#737373, #555555 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 3px 3px;
    color: #CDCDCD;
    font-size: 1em;
    margin: 0;
    padding: 4px 12px;
    right: 5px;
    text-transform: uppercase;
    top: 0;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.div-cookie-input{
  width:150px;
  overflow:hidden;
  display:inline-block;
}
.div-cookie-lien{
  width:390px;
  display:inline-block;
}
.div-cookie-text{
  width:540px;
}

.wrap-category-top .link-relief-red {
    display: block;
    margin: 0 auto 10px;
    max-width: 40%;
}

.switch {
    display: block;
    padding: 5px 0;
    position: absolute;
    z-index: 5;
}

.switch .link-relief.link-txt-black {
    padding: 5px 60px 5px 25px;
    text-transform: uppercase;
}

.link-relief.link-txt-black {
    color: #000000;
    padding: 5px 25px;
}

.switch .link-relief.link-txt-black img {
    position: absolute;
    top: 1px;
}

#minimal-cookies-open,
#minimal-cookies-close,
#optimal-cookies-open,
#optimal-cookies-close{
  cursor: pointer;
  color:red;
  text-decoration:underline;
}

#body {
  /*overflow: visible;*/
}


.dealer_locator_country_choice{
  float:left;
  display:block;
  padding-left:40px;
  padding-top:10px;
}

.wrap-content-focus-free {
    margin-top: 2em;
}
.wrap-content-focus-free .smartchoice_popin {
    color: #FD000D;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-decoration: none;
    transition: all 0.15s ease-in-out 0s;
}

/* Page =================*/
/* ======================*/
/*.page #content h1 {
  margin: 0 0 30px;
  color: white;
  font-size: 4em;
  line-height: 1.1;
}
.page #content .intro {
  margin: 0 0 20px;
  font-size: 1.7em !important;
  line-height: 1.2;
  font-weight: bold;
}
.page #content .intro br {
  margin: 0 0 15px;
}
.page #content .intro-img {
  float: left;
  margin: 0 15px 10px 0;
  width: 40%;
}
.page #content .article-main > h2 {
  clear: both;
  margin: 30px 0 15px;
  color: white;
  font-size: 2.4em;
  line-height: 1.1;
}
.page #content .wrap-article-main h2 {
  clear: both;
  margin: 30px 0 15px;
  color: white;
  font-size: 2em;
  line-height: 1.1;
}
.page #content .wrap-article-main h3 {
  clear: both;
  margin: 25px 0 10px;
  color: #e2001a;
  font-size: 1.667em;
  line-height: 1.1;
}
.page #content .wrap-article-main h4 {
  clear: both;
  margin: 20px 0 10px;
  color: #888888;
  font-size: 1.5em;
  line-height: 1.1;
}
.page #content .wrap-article-main h5 {
  clear: both;
  margin: 25px 0 10px;
  color: white;
  font-size: 1.167em;
  line-height: 1.1;
  text-transform: uppercase;
}
.page #content .wrap-article-main h6 {
  clear: both;
  margin: 15px 0 10px;
  color: #888888;
  font-size: 1.167em;
  line-height: 1.1;
}
.page #content .wrap-article-main p {
  margin: 0 0 20px;
}
.page #content .wrap-article-main ul > li {
  margin: 0 0 8px 20px;
  padding: 0 0 0 30px;
}
.page #content .wrap-article-main ul ul > li {
  margin: 0 0 8px 20px;
  padding: 0 0 0 30px;
}
.page #content .wrap-article-main ul > li {
  background: url("../images/arrow-article-page.png") no-repeat 15px 2px;
}
.page #content .wrap-article-main ul ul {
  list-style: disc;
  margin: 8px 0 8px 26px;
}
.page #content .wrap-article-main ul ul li {
  padding: 0;
  background: transparent;
  list-style: disc;
}
.page #content .wrap-article-main ul {
  position: relative;
  overflow: hidden;
}
.page #content .wrap-article-main ul ol {
  margin-top: 8px;
}
.page #content .wrap-article-main ol ul {
  margin-top: 8px;
}
.page #content .wrap-article-main ol {
  margin: 0 0 0 50px;
}
.page #content .wrap-article-main ol li {
  margin: 0 0 8px 0;
  padding: 0;
  list-style: decimal;
}
.page #content .wrap-article-main a:hover {
  color: #0a85f4;
}
.page #content .wrap-article-main img {
  max-width: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url("PIE.htc");
}
.page #content .wrap-article-main b {
  font-weight: bold;
}
.page #content .wrap-article-main i {
  font-style: italic;
}

.wrap-article-main .object-left {
  text-align: left;
}
.wrap-article-main .object-left .imageleft {
  display: inline-block;
  float: left;
  margin: 0 20px 15px 0;
}
.wrap-article-main .object-right {
  text-align: right;
}
.wrap-article-main .object-right .imageright {
  display: inline-block;
  float: right;
  margin: 0 0 15px 20px;
}
.wrap-article-main .object-center {
  text-align: center;
}
.wrap-article-main .object-center .imagecenter {
  display: inline-block;
  margin: 5px 0 10px;
}
.wrap-article-main .image {
  display: block;
  clear: both;
  margin: 5px 0 10px;
}

a {
  text-decoration: none;
}

ul, li, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-column-main h1 {
  padding: 0 5%;
}

.wrap-article-main a {
    color: #FFFFFF;
    text-decoration: underline;
}*/

/* article-block ========*/
/* ======================*/
/*.article-main .article-block, .news-block .article-block, .page-no-column .wrap-aside-main .article-block {
  float: left;
  clear: none;
  padding: 15px 2%;
  margin: 50px 1% 0;
  width: 44%;
}
.article-main .article-block .img-article, .news-block .article-block .img-article, .page-no-column .wrap-aside-main .article-block .img-article {
  float: left;
  clear: none;
  margin: 0 3% 0 1%;
  width: 48%;
}
.article-main .article-block .content-article, .news-block .article-block .content-article, .page-no-column .wrap-aside-main .article-block .content-article {
  float: none;
  margin: 0 1%;
  width: auto;
}
.article-main .article-block .info-article, .news-block .article-block .info-article, .page-no-column .wrap-aside-main .article-block .info-article {
  margin: 0 0 12px;
}
.article-main .article-block .title-article, .news-block .article-block .title-article, .page-no-column .wrap-aside-main .article-block .title-article {
  margin-left: 0;
}
.article-main .article-block .txt-article, .news-block .article-block .txt-article, .page-no-column .wrap-aside-main .article-block .txt-article {
  margin-left: 0;
}
.article-main .article-block .see-more-article, .news-block .article-block .see-more-article, .page-no-column .wrap-aside-main .article-block .see-more-article {
  margin-left: 0;
}

.page .news-block {
  clear: both;
  margin: 20px 4%;
  width: 92%;
  background: gainsboro;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url("PIE.htc");
}
.page .news-block .article-block {
  margin: 20px 1%;
  padding: 0;
  width: 98%;
}
.page .news-block .article-block .img-article {
  margin-right: 2%;
  width: 28%;
}
.page .news-block .article-block .img-article img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.page .news-block .article-block .content-article {
  float: none;
  width: auto;
}
.page .news-block .article-block .title-article {
  color: #e2001a;
  font-size: 2.2em;
}
.page .news-block .article-block .txt-article {
  color: #3c3c3c;
  font-size: 1.2em;
}
.page li .news-block {
  margin: 0 0 20px;
  width: 100%;
}
.page li .news-block .article-block {
  margin: 20px 2%;
  width: 96%;
}
.page li .news-block .article-block .img-article {
  margin-right: 3%;
  width: 40%;
}
.page li .news-block .article-block .content-article {
  float: none;
  margin: 0 2%;
  width: auto;
}
.page .see-more-news {
  position: relative;
  display: block;
  clear: both;
  padding: 0 0 20px;
  width: 100%;
  background: url("../images/bg-gradient.png") repeat-x 0 0;
  text-align: center;
}
.page .see-more-news a {
  display: inline-block;
  min-width: 140px;
  background: url("../images/bg-gradient.png") repeat-x 0 0 #e2001a;
  text-align: center;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page .see-more-news a:hover {
  background-color: #c70118;
}
.page .see-more-news:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  margin: 0;
  height: 18px;
  width: 70px;
  background: url("../images/bg-news-hide-left.png") repeat-y 0 0;
  content: "";
}
.page .see-more-news:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  margin: 0;
  height: 18px;
  width: 70px;
  content: "";
  background: url("../images/bg-news-hide-right.png") repeat-y right 0;
}
*/
/* page-no-column =======*/
/* ======================*/
/*.page-no-column #content .wrap-content-main {
  background: #001221;
}
.page-no-column #content .wrap-content-bottom:before {
  display: none;
}
.page-no-column #content .wrap-aside {
  clear: both;
  padding: 0 4% 30px;
  margin: 30px 0 0;
  width: 92%;
}
.page-no-column #content h1 {
  padding: 0 5%;
  margin: 0 0 10px;
}
.page-no-column #content .intro {
  padding: 0 5%;
  margin: 0 0 20px;
}
.page-no-column #content .tire-range {
  margin: 30px 0;
}
.page-no-column .list-open-close > ul > li:hover .arrow-list {
  margin-right: -10px;
  background-position: -50px -150px;
}
.page-no-column .list-open-close > ul > li.transparent .title-list {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.page-no-column .tire-selector {
  clear: none;
  float: left;
  margin: 50px 1% 0;
  width: 44%;
}
.page-no-column .tire-selector .img-selector {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
  width: 50%;
}
.page-no-column .tire-selector .img-selector img {
  width: auto;
}
.page-no-column .tire-selector .title-selector {
  clear: none;
  margin: 80px 1% 10px;
  width: 48%;
}
.page-no-column .tire-selector .btn-selector {
  clear: none;
  float: right;
  margin: 10px 1%;
  width: 48%;
}
*/
/* page-404 =============*/
/* ======================*/
/*
.page-404 .wrap-content-top {
  display: none;
}
.page-404 #content .wrap-content-main {
  min-height: 700px;
  background: transparent;
}
.page-404 #content .wrap-content-bottom {
  background-color: transparent;
}
.page-404 #content .article-main {
  position: relative;
  padding: 30px 5% 50px;
  margin: 100px 0 30px 46%;
  border: 1px solid #FD000D;
  width: 39%;
  background: #fff;
  color:#FD000D;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  behavior: url("PIE.htc");
}
.page-404 #content .article-main h1 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 4em;
  line-height: 1.1;
}

.page-404 #content .article-main h2 {
    clear: both;
    font-size: 2em;
    line-height: 1.1;
    margin: 30px 0 15px
}

.page-404 #content .article-main ul {
    overflow: hidden;
    position: relative;
}

.page-404 #content .article-main ul > li {
    background: url("../images/bullets.png") no-repeat scroll -188px 2px rgba(0, 0, 0, 0);
}

.page-404 #content .article-main ul > li {
    margin: 0 0 8px 20px;
    padding: 0 0 0 15px;
}

.page-404 #content .article-main .intro {
  padding: 0;
  margin: 0 0 20px;
  font-size: 1.7em !important;
    font-weight: bold;
    line-height: 1.2;
}
.page-404 .pointer-404 {
  position: absolute;
  top: 120px;
  left: -330px;
  padding: 93px 0 0 0;
  background: url("../images/sprite.png") no-repeat 17px -817px;
  text-align: center;
}
.page-404 .pointer-404 .txt-pointer-404 {
  padding: 2px 9px;
  color: #00213e;
  font-size: 1.2em;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #606060;
  -moz-box-shadow: 0 0 2px #606060;
  box-shadow: 0 0 2px #606060;
  background: #e1e1e1;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e1e1e1));
  background: -moz-linear-gradient(white, #e1e1e1 100%);
  background: linear-gradient(white, #e1e1e1 100%);
  -pie-background: linear-gradient(white, #e1e1e1 100%);
  position: relative;
  behavior: url("PIE.htc");
}*/

.wrap-content-focus {
    background: url("../images/bg-content-focus-home.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    display: block;
    margin: 0 -15px;
    min-height: 125px;
    padding: 0 15px;
}
.focus-home .img-caption{
  display:none;
}
.wrap-content-focus  .smartchoice_popin {
    color: #FD000D;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 5px;
    position: relative;
    text-decoration: none;
    transition: all 0.15s ease-in-out 0s;
}
.wrap-content-focus  .smartchoice_popin {
    background: url("../images/bg-link-relief.png") repeat scroll left top #E3E3E3;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    box-shadow: 1px 1px 2px #E3E3E3 inset;
    padding: 8px 15px;
    text-align: center;
}
.wrap-content-focus  .smartchoice_popin {
    background-color: #FD000D;
    background-image: url("../images/bg-link-relief-red.png");
    border-color: #B20009;
    box-shadow: 1px 1px 2px #B20009 inset;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: normal;
}
.wrap-content-focus  .smartchoice_popin:hover {
    background-color: #B20009;
}
.wrap-content-focus  .smartchoice_popin:hover {
    background-color: #FFFFFF;
    background-position: left -33px;
}

.link-return-home {
    display: inline-block !important;
    margin: 20px 0 0 !important;
}

.sCompletion{
  z-index:10000 !important;
}

.pac-container{
  z-index:10000 !important;
}

.itinerarry-block{
  position:relative;
  max-width:650px;
}

#itinerary-map-locator {
/*position: absolute !important;*/
top: 0;
right: 0;
bottom: 0;
z-index: 1;
overflow: hidden;
/*width: 50%;*/
min-height: 250px;
-webkit-border-radius: 0 20px 0 0;
-moz-border-radius: 0 20px 0 0;
border-radius: 0 20px 0 0;
}

.store-locator .filters-store-locator input[type="radio"] { display: none; }

.back-form-store-locator .hidden{
  display:none; 
}


.wrap-header-top {
  height:41px;
}


@media only screen and (max-width: 550px){
  .smartchoice_popin {
      display: block;
  }
}





