@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" /> */
/* 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" /> */
/* 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" /> */
footer #block-numerotelephonefooter a:hover {
  background-color: #d9534f;
  color: white;
}

footer #block-numerotelephonefooter a {
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-size: 0.8333em;
  font-family: "brutal_bold";
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding: 15px 50px;
  border-radius: 30px;
  background-color: #212851;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}

footer {
  background-color: #212851;
  padding-top: 40px;
}
footer .region-footer {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
footer #block-navigationprincipale > ul.menu {
  margin-left: 20px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
footer #block-navigationprincipale > ul.menu > .menu-item {
  width: 250px;
  font-family: "brutal_bold";
  text-transform: uppercase;
  font-size: 0.833rem;
  margin-top: 15px;
}
footer #block-navigationprincipale > ul.menu > .menu-item.menu-item--expanded {
  -moz-order: -1;
  order: -1;
}
footer #block-navigationprincipale > ul.menu > .menu-item > ul.menu ul.menu {
  margin-left: 1rem;
}
footer ul.menu {
  padding: 0;
  margin: 0;
}
footer .menu-item {
  position: relative;
}
footer .menu-item::before {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #52b3d9;
  position: absolute;
  left: -20px;
  top: 7px;
}
footer .menu-item .menu-item {
  width: auto;
  text-transform: none;
  font-family: "brutal_regular";
  margin-top: 10px;
}
footer .menu-item .menu-item::before {
  content: none;
}
footer .menu-item .menu-item a:hover {
  text-decoration: underline;
}
footer .menu-item--expanded {
  list-style: none;
}
footer li.menu-item::before {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #52b3d9;
}
footer ul.menu a,
footer ul.menu span,
footer ul.menu a.is-active {
  color: white;
  text-decoration: none;
}
footer ul.menu a.is-active {
  color: #52b3d9;
}
footer #block-numerotelephonefooter {
  margin: 30px 0;
}
footer #block-numerotelephonefooter a {
  float: right;
  width: calc(100% - 80px);
  font-size: 120%;
  letter-spacing: 0.1em;
}
footer #block-reseauxsociauxfooter {
  height: 60px;
  border-bottom: solid 1px #212851;
}
footer #block-reseauxsociauxfooter ul:not(.contextual-links) {
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
}
footer #block-reseauxsociauxfooter ul:not(.contextual-links) li {
  margin-right: 10px;
}
footer #block-reseauxsociauxfooter ul:not(.contextual-links) li:last-child {
  margin-right: 0;
}
footer #block-reseauxsociauxfooter ul:not(.contextual-links) img {
  width: 30px;
  height: auto;
}

.under-footer {
  overflow: hidden;
  background-color: #212851;
  margin: 0;
  padding: 0 20px;
}
.under-footer .region-under-footer {
  max-width: 1200px;
  margin: 0 auto;
}
.under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul {
  color: #f5f7fa;
  font-family: "brutal_medium";
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0 60px;
  list-style: none;
  font-size: 0.6111em;
  letter-spacing: 0.1em;
}
.under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li {
  margin-bottom: 20px;
}
.under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li .lien {
  margin: 0 0 25px 0;
  display: flex;
  flex-direction: column;
}
.under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li .lien a {
  letter-spacing: normal;
  color: #fff;
  text-transform: none;
  font-size: 1.2em;
  font-family: "brutal_regular";
  margin-bottom: 5px;
}
.under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li .lien a:hover {
  color: #52b3d9;
}
.under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li .lien a:last-child {
  padding-left: 0px;
}
.under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul img {
  width: 60px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  footer #block-navigationprincipale > ul.menu {
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 20px;
  }
  footer #block-navigationprincipale > ul.menu > .menu-item {
    margin-left: 20px;
    margin-top: 30px;
  }
  footer #block-navigationprincipale > ul.menu > .menu-item:first-child {
    margin-left: 0;
  }
  footer #block-navigationprincipale > ul.menu > .menu-item:nth-child(3) {
    margin-left: 40px;
    width: auto;
    margin-right: 40px;
  }
  footer .menu-item .menu-item.carriere-item {
    margin-top: 40px;
  }
  footer #block-numerotelephonefooter {
    margin: 0;
  }
  footer #block-reseauxsociauxfooter ul:not(.contextual-links) {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  footer {
    padding-top: 60px;
  }
  footer #block-navigationprincipale > ul.menu > .menu-item {
    margin-top: 0;
    margin-left: 0;
  }
  footer .menu-item .menu-item.carriere-item {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  footer #block-navigationprincipale > ul.menu {
    flex-wrap: nowrap;
  }
  .under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul {
    -moz-align-items: center;
    align-items: center;
  }
  .under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li {
    margin-bottom: 0;
  }
  .under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li .lien {
    margin: 0;
    flex-direction: row;
  }
  .under-footer .region-under-footer #block-copyrightsfooter .field--name-body ul li .lien a:last-child {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .under-footer {
    padding: 0;
  }
}