@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 */
/* center vertically */
body {
  font-size: 16px;
  font-family: "Inter";
  line-height: 200%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-weight: 500;
}

button:focus {
  outline: 0;
}

header {
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 98;
  background-color: white;
}
header .wrapper {
  position: static;
  max-width: 1300px;
  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;
}
header .wrapper > a {
  margin-top: 15px;
}
header .wrapper > a img {
  width: 160px;
  display: block;
}
header .wrapper .hamburger {
  position: absolute;
  width: 20px;
  height: 40px;
  background-image: url(../images/hamburger.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  right: 20px;
  z-index: 100;
  top: 10px;
  cursor: pointer;
}
header .wrapper .hamburger.open {
  background-image: url(../images/hamburger-open.svg);
  background-size: 14px;
  background-position: center;
}
header .wrapper nav {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  text-align: center;
  width: calc(100vw - 40px);
  padding: 0 20px;
  background-color: white;
  height: calc(100vh - 60px);
  z-index: 99;
}
header .wrapper nav.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
header .wrapper nav li {
  display: block;
  text-transform: uppercase;
  color: #58585A;
  margin-bottom: 20px;
}
header .wrapper nav a {
  text-decoration: none;
  color: #58585A;
}
header .wrapper nav li.selected a {
  font-weight: 500;
}
header .wrapper nav .wrapper-menu-other a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 1em;
}
header .wrapper nav .wrapper-menu-other .btn.rouge {
  width: 340px;
  margin: 60px auto;
  font-weight: 600;
}
header .wrapper nav .wrapper-menu-other .ajout-mobile li:first-child {
  padding-bottom: 15px;
  border-bottom: solid 1px;
}
header ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
header ul li {
  display: block;
}
header ul li ul {
  text-transform: none;
  display: none;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
header ul li ul.open {
  display: block;
}
header ul li ul li {
  margin-bottom: 20px;
  line-height: 115%;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: calc(100% - 40px);
  position: relative;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: 1.25em;
}
.btn.rouge {
  background-color: #870300;
  color: white;
}
.btn.gris {
  background-color: #666;
  color: white;
  width: 200px;
}
.btn.gris-pale {
  background-color: #ffc2b0;
  color: #3d0029;
  width: 200px;
}
.btn.vert {
  background-color: #3eb998;
  color: white;
}

footer {
  background-color: black;
  padding: 50px 0;
}
footer .wrapper {
  max-width: 1300px;
  width: calc(100% - 40px);
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0;
}
footer .wrapper img {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
}
footer .wrapper .wrapper-reseaux-sociaux {
  width: 100%;
  margin-top: 40px;
}
footer .wrapper .wrapper-reseaux-sociaux ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
footer .wrapper .wrapper-reseaux-sociaux ul li {
  width: 30px;
  margin: 0 10px;
}
footer .wrapper .wrapper-reseaux-sociaux ul li img {
  width: auto;
  height: 30px;
}
footer .wrapper .wrapper-reseaux-sociaux ul li:nth-child(2) {
  margin: 0 15px 0 10px;
}
footer .wrapper > ul {
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 40px 0 0 0;
  font-weight: 600;
}
footer .wrapper > ul li {
  text-align: center;
}
footer .wrapper > ul li a {
  color: white;
  text-decoration: none;
}
footer .wrapper > ul li a.rouge {
  display: block;
  width: 250px;
  font-size: 1em;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  margin: 0 auto 30px;
}
footer .participation {
  max-width: 1200px;
  margin: 30px auto 0;
  width: calc(100% - 40px);
  color: white;
  font-size: 0.625em;
  font-weight: 600;
  text-align: center;
}
footer .participation p {
  margin: 0 0 5px 0;
}
footer .participation img.cnesst {
  max-width: 75px;
  display: inline-block;
  margin-left: 25px;
  position: relative;
  top: 9px;
}

@media only screen and (min-width: 1024px) {
  .wrapper {
    width: 100%;
  }
  header .wrapper {
    width: calc(100% - 40px);
  }
  .btn {
    width: 250px;
  }
  .btn.gris {
    width: 300px;
  }
  .btn.gris-pale {
    width: 300px;
  }
  footer .wrapper img {
    width: 250px;
  }
  footer .wrapper .wrapper-reseaux-sociaux {
    width: calc(100% - 250px - 250px);
    margin-top: 0;
  }
  footer .wrapper > ul {
    width: 250px;
    margin: 0;
  }
  footer .wrapper > ul li {
    text-align: left;
  }
  footer .wrapper > ul li a.rouge {
    margin: 0 0 30px -30px;
  }
  footer .participation {
    margin: 0 auto;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .anchor {
    position: relative;
    top: -65px;
  }
  .btn {
    height: 60px;
    line-height: 60px;
  }
  header {
    height: auto;
    padding: 30px 0;
    width: auto;
    position: static;
    background-color: transparent;
  }
  header .wrapper {
    width: calc(100% - 40px);
    max-width: 1300px;
    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;
  }
  header .wrapper a {
    margin: 0;
  }
  header .wrapper a img {
    width: auto;
  }
  header .wrapper .hamburger {
    display: none;
  }
  header .wrapper nav {
    display: block;
    position: static;
    width: auto;
    text-align: left;
    width: calc(100% - 250px);
    padding: 0;
    background-color: transparent;
    height: auto;
  }
  header .wrapper nav .wrapper-mobile {
    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;
    width: 100%;
  }
  header .wrapper nav ul {
    display: block;
    margin: 0 auto;
  }
  header .wrapper nav ul li {
    float: left;
  }
  header .wrapper nav li {
    margin-bottom: 0;
    line-height: 40px;
  }
  header .wrapper nav li.selected a {
    font-weight: 500;
  }
  header .wrapper nav a {
    text-decoration: none;
    color: #58585A;
  }
  header .wrapper nav .wrapper-menu-other {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  header .wrapper nav .wrapper-menu-other a {
    width: auto;
  }
  header .wrapper nav .wrapper-menu-other a.btn.rouge {
    color: white;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    width: 250px;
    text-transform: none;
  }
  header .wrapper nav .wrapper-menu-other .btn.rouge {
    width: 250px;
    margin: inherit;
  }
  header .wrapper nav .wrapper-menu-other a:first-child {
    font-size: 0.8333em;
    text-transform: uppercase;
    color: #58585A;
  }
  header .wrapper nav .wrapper-menu-other .ajout-mobile {
    display: none;
  }
  header .wrapper nav > ul {
    width: calc(100% - 455px);
  }
  header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 0.8333em;
    text-transform: none;
    color: #58585A;
  }
  header ul li {
    display: block;
    margin-right: 30px;
    cursor: pointer;
  }
  header ul li:hover ul {
    display: block;
  }
  header ul li ul {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px 30px;
    z-index: 5;
    width: 250px;
    margin: 0 -30px;
    border: none;
  }
  header ul li ul li {
    line-height: 120%;
    margin-bottom: 10px !important;
    font-size: 100% !important;
  }
  header ul li ul li a {
    text-transform: none;
  }
  header ul li ul li a:hover {
    text-decoration: underline;
  }
  footer {
    padding: 60px 0;
  }
  footer .wrapper img {
    width: 300px;
  }
  footer .wrapper .wrapper-reseaux-sociaux {
    width: calc(100% - 300px - 250px);
  }
  footer .wrapper .wrapper-reseaux-sociaux ul li {
    width: 30px;
  }
  footer .wrapper .wrapper-reseaux-sociaux ul li img {
    height: 30px;
  }
}/*# sourceMappingURL=main_harcelement.css.map */