@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 */
.region-footer-top {
  background-color: rgb(0, 48, 151);
}
.region-footer-top #block-reseausociaux {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px 0;
}
.region-footer-top #block-reseausociaux .field--name-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.region-footer-top #block-reseausociaux .field--name-body h3 {
  color: #fff;
  font-size: 1.5em;
  margin: 0;
  font-weight: 500;
}
.region-footer-top #block-reseausociaux .field--name-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.region-footer-top #block-reseausociaux .field--name-body ul li {
  margin: 0 0px 0 20px;
}
.region-footer-top #block-reseausociaux .field--name-body ul li a img {
  width: 30px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.region-footer-top #block-reseausociaux .field--name-body ul li a:hover img {
  opacity: 0.7;
}
.region-footer-top #block-reseausociaux .field--name-body:after {
  display: none;
}

body:not(.path-frontpage) .region-footer-top {
  display: none;
}

.region-footer {
  background-color: rgb(14, 17, 18);
  padding: 0px 0 0px;
}
.region-footer nav#block-pieddepage {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.region-footer nav#block-pieddepage ul.menu {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.region-footer nav#block-pieddepage ul.menu li {
  width: calc(100% + 0px);
  margin: 0 -20px;
  border-bottom: 1px solid rgba(176, 176, 176, 0.3);
  display: block;
  padding: 40px 20px 40px 20px;
}
.region-footer nav#block-pieddepage ul.menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.region-footer nav#block-pieddepage ul.menu li a:hover {
  color: rgb(176, 176, 176);
}
.region-footer nav#block-pieddepage ul.menu li ul.menu {
  padding: 20px 0 0 0;
}
.region-footer nav#block-pieddepage ul.menu li ul.menu li {
  border: 0;
  padding: 0;
  margin: 0 0 10px 0;
}
.region-footer nav#block-pieddepage ul.menu li ul.menu li:last-child {
  margin-bottom: 0;
}
.region-footer nav#block-pieddepage ul.menu li ul.menu li a {
  color: #fff;
  text-transform: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}
.region-footer nav#block-pieddepage ul.menu li ul.menu li a:hover {
  color: rgb(176, 176, 176);
}

.region-footer-sub {
  background-color: rgb(14, 17, 18);
  padding: 40px 0;
}
.region-footer-sub #block-copyrights {
  max-width: 1400px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.region-footer-sub #block-copyrights .field--name-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.region-footer-sub #block-copyrights .field--name-body p {
  margin: 0;
  color: #fff;
  width: calc(50% - 20px);
  text-align: right;
}
.region-footer-sub #block-copyrights .field--name-body p img {
  width: 110px;
}
.region-footer-sub #block-copyrights .field--name-body:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .region-footer-top #block-reseausociaux .field--name-body {
    justify-content: flex-end;
  }
  .region-footer-top #block-reseausociaux .field--name-body h3 {
    margin: 0 20px 0 0;
  }
  .region-footer nav#block-pieddepage ul.menu {
    flex-direction: row;
  }
  .region-footer nav#block-pieddepage ul.menu li {
    border-bottom: 0;
    margin: 0;
  }
  .region-footer nav#block-pieddepage ul.menu li ul.menu {
    display: block;
  }
  .region-footer nav#block-pieddepage ul.menu li ul.menu li {
    width: 100%;
  }
  .region-footer nav#block-pieddepage ul.menu li:first-child {
    width: calc(50% + 0px);
    padding-left: 20px;
  }
  .region-footer nav#block-pieddepage ul.menu li:last-child {
    width: calc(50% - 30px);
    padding-left: 30px;
    border-left: 1px solid rgba(176, 176, 176, 0.3);
  }
  .region-footer-sub {
    border-top: 1px solid rgba(176, 176, 176, 0.3);
  }
  .region-footer-sub #block-copyrights .field--name-body {
    justify-content: flex-start;
  }
  .region-footer-sub #block-copyrights .field--name-body p {
    width: auto;
    text-align: left;
    margin: 0 30px 0 0;
  }
  .region-footer-sub #block-copyrights .field--name-body p:last-child {
    margin-bottom: -7px;
  }
}
@media only screen and (min-width: 1024px) {
  .region-footer-top #block-reseausociaux {
    width: calc(100% - 140px);
  }
  .region-footer nav#block-pieddepage {
    width: calc(100% - 140px);
  }
  .region-footer-sub #block-copyrights {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1200px) {
  .region-footer nav#block-pieddepage ul.menu li a {
    font-size: 1.5rem;
  }
}