@charset "utf-8";
/* CSS Document */

html {
  min-height: 100%;
}
body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  min-height: 100%;
  background-color: #252729;
}
a, button {
  transition: all .2s;
}
strong {
  font-weight: 800;
}
.toshow {
    visibility: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
#mentions-legales .h1,
#politique-de-confidentialite .h1,
#mentions-legales h1,
#politique-de-confidentialite h1 {
  font-size: 1.8rem;
}
#mentions-legales .h2,
#politique-de-confidentialite .h2,
#mentions-legales h2,
#politique-de-confidentialite h2 {
  font-size: 1.5rem;
}
#mentions-legales .h3,
#politique-de-confidentialite .h3,
#mentions-legales h3,
#politique-de-confidentialite h3 {
  font-size: 1.2rem;
}
#mentions-legales .h4,
#politique-de-confidentialite .h4,
#mentions-legales h4,
#politique-de-confidentialite h4 {
  font-size: 1.05rem;
}
.btn {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.btn.h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.bg-darken {
  background-color: rgba(17, 19, 21,.95);
}

#main {
  opacity: 0;
  background-color: #fff;
  margin-left: 0px;
}
aside {
  position: fixed;
  height: 100%;
  height: calc(100vh);
  width: 280px;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  z-index: 499;
  padding: 60px 15px 80px;
}
aside.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  box-shadow: 2px 0px 150px 15px rgba(0,0,0,.6);
}
#logo {
  margin-bottom: 40px;
  margin-top: 40px;
}
#logo img {
  height: 85px;
}
header {
  transition: all .3s;
}
header #logo {
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 15px;
  transition: all .25s;
}
header #logo img {
  height: 45px;
}
body:not(#accueil) header {
  background-color: #f6f6f6;
}
.nav-item.picto-pmr {
  width: 35px;
}
@media (min-width:576px) {
  #accueil header:not(.scroll) #logo.open {
    margin-left: 280px;
  }
  header #logo {
    margin-top: 25px;
    margin-bottom: 7px;
    transition: all .3s;
    margin-right: 0;
  }
  header #logo img {
    height: 75px;
    transition: all .3s;
  }
  body:not(#accueil) header #logo img {
    height: 45px;
  }
  body:not(#accueil) header #logo {
    height: 45px;
    margin-top: 7px;
  }
}
@media (min-width:768px) {
  header {
    background-color: transparent;
  }
}
header.scroll {
  background-color: #f6f6f6;
}
header.scroll #logo {
  margin-top: 7px;
  margin-bottom: 7px;
}
header.scroll #logo img {
  height: 45px;
}
nav .nav .nav {
  margin-top: 15px;
}
nav .nav .nav .nav-link {
  color: rgba(255,255,255,.5);
  padding: .2rem 1rem;
  font-style: italic;
}
nav .nav .nav .nav-link:hover,
nav .nav .nav .nav-link.active {
  color: rgba(255,255,255,.95);
}
.ssmenu-toggle {
  display: none;
}
.active + .ssmenu-toggle {
  display: block;
}
nav > .nav > .nav-item {
  margin-top: 15px;
}
nav > .nav > .nav-item > .nav-link {
  position: relative;
  display: block;
  padding-right: 5px;
  /*border-bottom: solid 2px rgba(255,255,255,.07);*/
  text-transform: uppercase;
  font-family: Saira;
  font-weight: 600;
  font-style: italic;
  color: rgba(255,255,255,.5);
  letter-spacing: .1rem;
  transition: color .2s ease-in-out;
  padding-bottom: .1rem;
  padding-top: .1rem;
}
nav > .nav > .nav-item > .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #47b3e2;
  background: rgb(200,210,0);
background: linear-gradient(to right, rgba(200,210,0,1) 0%,rgba(71,179,226,1) 64%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8d200', endColorstr='#47b3e2',GradientType=1 );
}
nav > .nav > .nav-item > .nav-link:after {
  content: '';
  transition: width .7s cubic-bezier(.09,.7,.34,.99);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255,255,255,1);
  background-color: #333537;
}
nav > .nav > .nav-item > .nav-link:hover,
nav > .nav > .nav-item > .nav-link.active {
  color: rgba(255,255,255,.95);
}
nav > .nav > .nav-item > .nav-link:hover:after,
nav > .nav > .nav-item > .nav-link.active:after {
  width: 0%;
}

.ssmenu i.icon-chevron-down {
  position: absolute;
  right: -15px;
  top: 12px;
}
@media (min-width:768px) {
  nav > .nav > .nav-item > .nav-link {
    padding-bottom: .5rem;
    padding-top: .5rem;
  }
}
@media (min-width:992px) {
  .ssmenu i.icon-chevron-down {
    right: -20px;
  }
}
@media (min-width:1200px) {
  .ssmenu i.icon-chevron-down {
    right: -25px;
  }
}

.bg-light nav .nav .nav .nav-link,
.bg-light nav > .nav > .nav-item > .nav-link {
  color: rgba(0,0,0,.4);
}
.bg-light nav .nav .nav .nav-link:hover,
.bg-light nav .nav .nav .nav-link.active,
.bg-light nav > .nav > .nav-item > .nav-link:hover,
.bg-light nav > .nav > .nav-item > .nav-link.active {
  color: #252729;
}
.bg-light nav > .nav > .nav-item > .nav-link:after {
  background-color: #e6e6e6;
}
@media (min-width:768px) {
  nav > .nav > .nav-item {
    margin-top: 15px;
  }
  aside {
    padding-bottom: 0;
  }
}
@media (min-width:992px) {
  aside {
    width: 300px;
    padding: 60px 30px 0px 20px;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}
@media (min-width:1200px) {
  aside {
    width: 320px;
    padding: 0 35px 0px 25px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  #main {
    margin-left: 320px;
  }
}
@media (min-width:1370px) {
  aside {
    width: 390px;
    padding: 0 40px 0px 30px;
  }
  #main {
    margin-left: 390px;
  }
}

#sliderHome,
#sliderHome li {
  height: 100%;
}

#bienvenue {
  position: relative;
  overflow: hidden;
}
#bienvenue .container-fluid {
  position: absolute;
  bottom: 0px;
  z-index: 11;
  text-shadow: 5px 3px 13px rgba(0,0,0,.8);
  background-color: rgba(0,0,0,.3);
  padding: .75rem;
}
#bienvenue h1 {
  font-size: 3.5rem;
}
#bienvenue h1 span {
  font-family: "Roboto", sans-serif;
  text-transform: lowercase;
  font-size: 4.4rem;
  font-weight: 400;
}
#bienvenue .baseline {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5rem;
  font-weight: 600;
}

#macaron {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  min-height: 60px;
  z-index: 10;
}
#france-bleu {
  position: absolute;
  top: 75px;
  left: 15px;
  width: 220px;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  z-index: 11;
}
#france-bleu img {
  width: 100%;
}

@media (min-width:576px) {
  #macaron {
    top: 120px;
  }
  #bienvenue .baseline {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  #bienvenue .container-fluid {
    padding: .9rem .75rem;
  }
}
@media (min-width:768px) {
  #macaron {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: auto;
    right: -200px;
    top: 65px;
    width: 585px;
  }
  #bienvenue .baseline {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  #bienvenue .container-fluid {
    padding: 1.5rem 1rem;
  }
}
@media (min-width:992px) {
  #macaron {
    width: 600px;
    min-height: 70px;
    top: 75px;
    right: -195px;
  }
  #bienvenue .baseline {
    font-size: 2.3rem;
    line-height: 2.9rem;
  }
}
@media (min-width:1200px) {
  #france-bleu {
    top: 101px;
    left: 30px;
  }
  #bienvenue .baseline {
    font-size: 2.1rem;
  }
}
@media (min-width:1370px) {
  #macaron {
    min-height: 80px;
    top: 85px;
    right: -180px;
  }
  #bienvenue .baseline {
    font-size: 2.3rem;
  }
}

.balades .h4,
.achat .h4 {
  font-size: 1rem;
}
.balades .tel.h4 {
  font-size: 1.5rem;
}
.alert-pmr {
  border: solid 3px #195fb8;
  border-radius: .5rem;
  padding: .5rem;
  color: #195fb8;
  font-weight: 600;
  font-size: 1rem;
}
.alert-pmr img {
  width: 70px;
}
@media (min-width:576px) {
  .balades .h4,
  .achat .h4 {
    font-size: 1.3rem;
  }
}
@media (min-width:768px) {
  .alert-pmr {
    font-size: 1.2rem;
    padding: .7rem;
  }
  .alert-pmr img {
    width: 75px;
  }
  #concept .alert-pmr {
    font-size: 1rem;
  }
  .balades .h4,
  .achat .h4 {
    font-size: 1.5rem;
  }
}
.img_center {
  min-height: 250px;
}
#actualites .img_center {
  height: 250px;
}

.contenu-page {
}
.contenu-page h1,
.contenu-page .h1 {
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.bloc .text {
  padding: 30px 20px;
}
.tarifs-ligne:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  border-bottom: dotted 2px #6c757d;
}
.tarifs {
  font-size: 1.8rem;
  font-style: italic;
  text-shadow: 1px 2px 4px rgba(0,0,0,.5);
}
.tarifs strong {
  font-size: 2.5rem;
  font-weight: 800;
}
.dd-home {
  margin-top: 1rem;
}
@media (min-width:485px) {
  .dd-home {
    margin-top: 0;
  }
}
@media (min-width:576px) {
  .img_center {
    min-height: 330px;
  }
  #actualites .img_center {
    height: 330px;
  }
}
@media (min-width:768px) {
  .contenu-page {
  }
  .contenu-page h1,
  .contenu-page .h1 {
    padding-top: 95px;
    padding-bottom: 25px;
    font-size: 2.2rem;
  }
  .img_center {
    min-height: 350px;
  }
  #actualites .img_center {
    height: 350px;
  }
  .bloc .text {
    padding: 30px 60px;
  }
  .dd-home {
    margin-top: 1rem;
  }
}
@media (min-width:992px) {
  .img_center {
    min-height: 320px;
  }
  #actualites .img_center {
    height: 100%;
  }
  .bloc .text {
    padding: 40px 70px;
  }
}
@media (min-width:1200px) {
  .contenu-page {
  }
  .contenu-page h1,
  .contenu-page .h1 {
    padding-top: 75px;
    padding-bottom: 55px;
    font-size: 2.5rem;
  }
  .bloc .text {
    padding: 50px 70px;
  }
  .bc-home, .dd-home {
    margin-top: 1rem;
  }
}
@media (min-width:1596px) {
  .dd-home {
    margin-top: 0;
  }
}
@media (min-width:1651px) {
  .bc-home {
    margin-top: 0;
  }
}

#slideremouvpark .img_center_slide_park {
  height: 250px;
}
@media (min-width:576px) {
  #slideremouvpark .img_center_slide_park {
    height: 300px;
  }
}
@media (min-width:768px) {
  #slideremouvpark .img_center_slide_park {
    height: 320px;
  }
}
@media (min-width:992px) {
  #slideremouvpark .img_center_slide_park {
    height: 350px;
  }
}





/* HEADER */
header {
  z-index: 600;
  width: 100%;
}
header.fix {
    position: fixed !important;
}
header.fix-back-top,
header.fix-on-scroll {
    position: fixed;
}
.reseaux-sociaux > li {
    list-style: none;
    display: inline-block;
    padding: 0 4px; 
}
.reseaux-sociaux > li > a:hover { 
    text-decoration: none; 
}
.reseaux-sociaux i {
    font-size: 1.56rem;
}
.reseaux-sociaux i:before {
    color: #fff;
}
a[href^="tel"] { 
    color: inherit;
}
.mini-head {
    background-color: #121212;
}
@media (min-width: 992px) {
    header.fix-on-scroll {
        position: static;
    }
    header.fix-back-top {
        position: static;
        transition: all .5s;
    }
    header.fix-show {
        position: fixed !important;
        opacity: 0;
        top: -186px; /*config (hauteur head + hauteur mini-head) */
    }
    header.show {
        top: 0;
        opacity: 1;
    }
}


.navbar {
  display: inline-block; // necessaire pour IE
}
#toggle-nav {
  position: absolute;
  left: 15px;
  top: 0px;
  z-index: 999;
  padding: 15px 10px 8px;
  background-color: #f6f6f6;
  border-radius: 0 0 .25rem .25rem;
}
#toggle-nav p {
  margin: 5px 0 0;
  font-size: .7rem;
  color: #252729;
  line-height: 1;
}
#nav-icon3 {
  width: 28px;
  height: 20px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .3s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #252729;
  /*border-radius: 9px;*/
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}
#nav-icon3 span:nth-child(4) {
  top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
@media (max-width: 991px) {
    .collapse {
        display: block;
        position: fixed;
        top: 81px; /*config (hauteur du logo en mobile + margin) */
        bottom: 0;
        left: 100%;
        right: -90%;
        background-color: #ccc;
        transition: .35s ease-in-out;
        z-index: 998;
        padding: 10px;
        text-align: center;
    }
    .collapse.in {
        height: auto;
        bottom: 0;
        left: 10%;
        right: 0;
        box-shadow: -10px 25px 50px -2px rgba(0,0,0,.7);
    }
    #main, .mini-head {
        transition: .45s ease-in-out;
    }
    #main.in, .mini-head.in {
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
    }
}

@media (min-width: 992px) {
    header.fix-back-top+#main,
    header.fix-on-scroll+#main {
        padding-top: 0;
    }
    header.fix+#main,
    header.fix-show+#main {
        padding-top: 186px; /*config (hauteur head + hauteur mini-head) */
    }
}



/* CAROUSEL */
.carousel.caroussel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .75s ease-in-out;
}
.carousel.caroussel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-indicators li {
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; */
    /* width: 10px; */
    /* height: 10px; */
    background-color: rgba(255,255,255,.5);
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.carousel-caption p {
}
.carousel-caption .titre {
    font-size: 36px;
}
.carousel-inner, .carousel-item {
    height: 450px;
}

.bandeau {
  padding-top: 30px;
}
.bandeau .img_center {
    height: 260px;}

/* CONTENU */
.card-deck .img_contain,
.card-deck .img_center {
    height: 200px;
}

.paiement img {
  max-width: 75px;
  margin-top: -15px;
}
.paiement-securise img {
  max-width: 65px;
}

/* ACTU */
.bloc-actu {
    border: solid 1px #ccc;
    background-color: #efefef;
}
.bloc-actu .img_center {
    height: 200px;
}

.img_actu {
  position: relative;
}

.zoom-over {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(71, 179, 226, .8);
    transition: all .16s;
    opacity: 0;
}
.zoom-over i {
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    transition: all .16s;
}
.zoom-over .legende {
    color: #fff;
    position: absolute;
    padding-top: 15px;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    transition: all .16s;
}
:hover>.zoom-over {
    opacity: 1;
}
:hover>.zoom-over i, :hover>.zoom-over .legende {
    top: 50%;
}
div[id^=lightgalleryactu] {
  height: 100%;
}
div[id^=lightgalleryactu] .img_actu {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
/* div[id^=lightgalleryactu] .img_actu .zoom-over {
  background-color: rgba(71, 179, 226, .4);
}
div[id^=lightgalleryactu] .img_actu .zoom-over i,
div[id^=lightgalleryactu] .img_actu .zoom-over .legende {
  color: #212121;
} */
.annonce-vendu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  max-height: 100%;
  color: #c00;
  font-family: "Saira", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.annonce-vendu span {
  display: block;
  opacity: .5;
  transform: rotate(-5deg);
}
@media screen and (min-width:576px){
  .annonce-vendu {
    font-size: 100px;
  }
}
@media screen and (min-width:768px){
  .annonce-vendu {
    font-size: 150px;
  }
}
@media screen and (min-width:992px){
  .annonce-vendu {
    bottom: 0;
    height: auto;
    font-size: 200px;
  }
}


/* iSOTOPE */

#projets #filters ul li {
  list-style: none;
  display: inline-block;
    }
#projets .item {
  padding-bottom: 30px;
  float: left;
}

#projets .img_center{
    height: 200px;
}
#projets .contenu-item {
  padding: 5px;
  border: 1px solid;
}
    

/*---------------------------*/

/*---- flip effect -----*/
/* entire container, keeps perspective */
.flip-container {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 100%;
  
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  position: relative;
  top: 0;
  left: 0;
    bottom: 0; 
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  position: absolute;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: #e1e1e1;
  text-align: center;
}


.video_center {
  width: 100%;
  height: 100%;
}


/*---------------------------*/

footer .coordonnees i {
    font-size: 32px;
}
footer .copyright {
    font-size: .8rem;
}
footer .copyright a, footer #contact a {
    color: inherit;
}
footer .facebook a {
  text-decoration: none;
}
footer .form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #313335;
  background-clip: padding-box;
  border: none;
  /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
footer .form-control:focus {
  color: #495057;
  background-color: #313335;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(71, 179, 226, .2);
}

.lg-backdrop {
    opacity: .9 !important;
}

/*FORMULAIRE*/
.input-field label {
    position: absolute;
    margin: 0;
    top: 0;
    padding-top: 7px;
    padding-left: 15px;
    color: #999;
    transition: all .16s;
}
.input-field input[type=text].active + label,
.input-field input[type=email].active + label,
.input-field input[type=tel].active + label,
.input-field textarea.active + label,
.input-field select.active + label {
    color: #ccc;
    -webkit-transform: translate(-13px, -27px) scale(.8);
            transform: translate(-13px, -27px) scale(.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}
.input-field small {
    color: #c00;
}
.error input,
.error textarea {
    border-color: #c00;
}
.grecaptcha-badge {
    z-index: 1;
}

.concessionnaire {
  text-align: center;
  box-shadow: 4px 4px 1px rgba(20,20,20,.2);
}
.concessionnaire img {
  width: 170px;
}

@media (min-width: 576px){
  .concessionnaire {
    margin-top: 70px;
  }
  .concessionnaire img {
    width: 170px;
  }
}
@media (min-width: 576px){
  .concessionnaire {
    margin-top: 60px;
  }
}

.video_center {
  background: url("../images/bg_video.jpg");
  background-position: center;
  background-size: cover;
}
#btn-accept-youtube-video {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.AxeptioConsentCheckbox {
  margin-bottom: 12px;
}
.AxeptioConsentCheckbox input {
  margin-right: 5px;
}
.axeptio_mount span.AxeptioConsentDetailsText {
  font-size: 90%;
}
.AxeptioConsentDetailsLink {
    font-size: 80%;
    display: inline-block;
    background: rgba(255,255,255,.2);
    padding: 3px 10px 2px;
    border-radius: 4px;
}



/*LOADER*/
.spinner {
  width: 50px;
  height: 50px;

  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -60px;
}
@media (min-width:1200px) {
  .spinner {
    margin-left: 130px;
  }
}
.spinner p {
  color: rgba(255,255,255,.6);
  margin-left: 60px;
  margin-top: 15px;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255,255,255,.6);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }