@font-face {
  font-family: 'MetricHpe';
  src: url("MetricHPE-Bold.otf") format("truetype"), url("../font/MetricHPE-Bold.otf") format("truetype"), url("../font/MetricHPE-Bold.otf") format("truetype");
}
@font-face {
  font-family: 'MetricHpeRegular';
  src: url("MetricHPE-Regular.otf") format("truetype"), url("../font/MetricHPE-Regular.otf") format("truetype"), url("../font/MetricHPE-Regular.otf") format("truetype");
}
* {
  margin: 0;
  box-sizing: border-box;
}
h1 {
  font-family: 'Source Sans 3', sans-serif !important;
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px #000;
}
h2 {
  font-family: 'Source Sans 3', sans-serif !important;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
h3 {
  font-family: 'Source Sans 3', sans-serif !important;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #212529;
}
.zigzag {
  width: 100%;
  height: 11px;
  background: url("../images/zigzag.png") no-repeat;
  background-position: center;
}
.zigzag2 {
  width: 100%;
  height: 11px;
  background: url("../images/zigzag-blanc.png") no-repeat;
  background-position: center;
}
p {
  font-family: 'Source Sans 3', sans-serif !important;
}
.blue {
  color: #000E9C;
}
.bgblue {
  background: #000E9C;
}
.deco {
  background: url("../images/deco.webp") no-repeat;
  background-size: cover;
  height: 40px;
  width: 100%;
}
/* MENU */
.nav-link {
  color: #212529;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
.nav-link:hover {
  color: #000E9C;
}
/* HEADER */
header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.2) 100%), url("../images/background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
#inscription h1 {
  font-size: 38px;
  color: #fff;
}
#inscription h1 b {
  color: #000E9C;
}
.trait {
  margin: 30px auto;
  width: 80px;
  height: 3px;
  background: #fff;
}
.trait2 {
  margin: 30px auto;
  width: 180px;
  height: 3px;
  background: #fff;
}
#inscription h2 {
  font-size: 30px;
  color: #fff;
}
#inscription h3 {
  font-size: 26x;
  color: #fff;
}
#inscription p {
  font-size: 24px;
  color: #fff;
}
/* FORM */
form {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.6);
}
form h3 {
  color: #000E9C !important;
}
label {
  color: #5A5A5A;
}
.star {
  color: #000E9C;
}
label a {
  color: #000E9C;
}
.btn {
  background: #000E9C;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  width: 80%;
}
.btn:hover {
  opacity: 0.5;
  transition: 1s;
  background: #000E9C;
  color: #fff;
}
/* EDITO */
#edito p {
  color: #5A5A5A;
}
/* INTERVENANTS */
.identite {
  font-family: 'Raelway', sans-serif !important;
  font-size: 24px;
  text-align: center !important;
  margin-top: 8px !important;
  margin-bottom: 5px !important;
  font-weight: 700;
  line-height: 1.2;
}
.poste {
  font-size: 16px;
  text-align: center !important;
}
/* AGENDA */
.heure {
  font-weight: 600;
}
.descriptionAgenda {
  font-weight: 600;
}
.speakers a {
  color: #000E9C;
  text-decoration: none;
  font-weight: 600;
}
.speakers {
  padding: 0;
  margin: 0;
}
.speakers li {
  list-style: none;
}
/* PARTENAIRE */
#partenaire {
  background: #fbfbfb;
}
/* FOOTER */
footer p {
  font-weight: 600;
}
#edito {
  margin-top: 50px;
}
#edito h2 {
  font-size: 26px;
}
.edito {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 30px auto;
  max-width: 1500px;
  min-width: 300px;
}
#edito .container {
  max-width: 900px !important;
}
.edito p {
  text-align: left;
  margin: 20px 0;
}
.edito b {
  font-weight: 600;
  color: black;
}
.edito ul {
  display: flex;
  flex-direction: column;
}
.edito li {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}

#lieu{
    background: #fbfbfb;
}

/* MOBILE */
@media screen and (max-width:900px) {
  .edito br {
    display: none;
  }
  #inscription h1 {
    font-size: 34px;
  }
  .navbar-brand img {
    width: 100px;
  }
}
@media screen and (max-width:500px) {
  #inscription h1 {
    font-size: 30px;
  }
}

img.logoraise{
padding-bottom:10px;}