@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* line 4, ../sass/succursales.scss */
.node__content {
  max-width: 608px;
  margin: 0 auto;
  padding-top: 40px;
}
/* line 8, ../sass/succursales.scss */
.node__content h2 {
  font-size: 1.43em;
  margin: 0 0 20px 0;
}
/* line 12, ../sass/succursales.scss */
.node__content p {
  margin: 0;
}
/* line 13, ../sass/succursales.scss */
.node__content strong {
  font-size: 1.14em;
  display: block;
  font-weight: 500;
}
/* line 19, ../sass/succursales.scss */
.node__content .horaire {
  margin-top: 35px;
}
/* line 22, ../sass/succursales.scss */
.node__content .itineraire {
  margin-top: 35px;
}
/* line 24, ../sass/succursales.scss */
.node__content .itineraire a {
  display: inline-block;
  height: 40px;
  padding-left: 50px;
  background-image: url(../images/icone-itineraire@2x.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 40px;
  text-decoration: none;
  font-size: 1.14em;
  font-weight: 500;
  color: inherit;
}
/* line 39, ../sass/succursales.scss */
.node__content .carte {
  margin: 35px -25px 0;
}

@media only screen and (min-width: 768px) {
  /* line 45, ../sass/succursales.scss */
  .node__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 48, ../sass/succursales.scss */
  .node__content .wrapper-infos {
    width: calc(100% - 350px);
  }
  /* line 51, ../sass/succursales.scss */
  .node__content .carte {
    width: 350px;
    height: 245px;
    margin: 0;
  }
  /* line 56, ../sass/succursales.scss */
  .node__content strong {
    font-size: 1em;
  }
}
