@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 */
/* 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 */
.paragraph--type--map {
  background-color: rgb(237, 237, 237);
  border-top: 1px solid rgba(14, 17, 18, 0.2);
}
.paragraph--type--map .wrapper-cols {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.paragraph--type--map .wrapper-cols .col {
  width: 100%;
  box-sizing: border-box;
}
.paragraph--type--map .wrapper-cols .col:last-child {
  padding: 30px 20px;
}
.paragraph--type--map .wrapper-cols .col:last-child .wrapper {
  max-width: 600px;
}
.paragraph--type--map .wrapper-cols .col:last-child .field--name-field-label {
  text-transform: uppercase;
  color: rgb(14, 17, 18);
  font-weight: 500;
  font-size: 1.1em;
}
.paragraph--type--map .wrapper-cols .col:last-child h3 {
  font-size: 1.6em;
  margin: 15px 0 20px;
}
.paragraph--type--map .wrapper-cols .col:last-child .field--name-field-adresse p {
  font-size: 1.2em;
  color: rgb(14, 17, 18);
  margin: 20px 0;
}
.paragraph--type--map .wrapper-cols .col:last-child ul.info {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  color: rgb(14, 17, 18);
}
.paragraph--type--map .wrapper-cols .col:last-child ul.info li {
  margin: 0 0 7px 0;
}
.paragraph--type--map .wrapper-cols .col:last-child ul.info li strong {
  margin-right: 5px;
  color: rgb(0, 48, 151);
}

@media only screen and (min-width: 768px) {
  .paragraph--type--map .wrapper-cols {
    flex-direction: row-reverse;
  }
  .paragraph--type--map .wrapper-cols .col {
    width: 50%;
  }
  .paragraph--type--map .wrapper-cols .col .field--name-field-map {
    height: 100%;
  }
  .paragraph--type--map .wrapper-cols .col .field--name-field-map .geolocation-map-wrapper {
    height: 100%;
  }
  .paragraph--type--map .wrapper-cols .col .field--name-field-map .geolocation-map-wrapper .geolocation-map-container {
    height: 100% !important;
  }
  .paragraph--type--map .wrapper-cols .col:last-child {
    padding: 30px 40px;
  }
  .paragraph--type--map.paragraph--id--122 .wrapper-cols {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1440px) {
  .paragraph--type--map .wrapper-cols .col:last-child {
    padding: 50px 80px;
  }
  .paragraph--type--map .wrapper-cols .col:last-child .field--name-field-label {
    font-size: 1.2em;
  }
  .paragraph--type--map .wrapper-cols .col:last-child h3 {
    font-size: 1.8em;
    margin: 20px 0 30px;
  }
  .paragraph--type--map .wrapper-cols .col:last-child .field--name-field-adresse p {
    font-size: 1.4em;
  }
  .paragraph--type--map .wrapper-cols .col:last-child ul.info {
    font-size: 1.4em;
  }
}