* {
  font-family: "Roboto","Helvetica Neue",sans-serif;
}

body {
  margin: 0;
}

/* -------------
  Publication 
-------------- */

.single-publication {
  padding-bottom: 80px;
  background: #fff;
  width: 80%;
  max-width: 800px;
  margin: 20px auto 80px;
}
.single-publication .head {
  display: flex;
  align-items: center;
  padding: 20px 8px;
}
.single-publication .head .icone {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #59d4d0;
}
.single-publication .head .icone svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.single-publication .head .title h1,
.single-publication .head .title h2 {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}

.single-publication .head .title h1 a,
.single-publication .head .title h2 a {
  color: #2A2A2A;
  text-decoration: none;
}

.single-publication .thumbnail {
  padding: 10px 10px 0px 10px;
  display: flex;
  position: relative;
}
.single-publication .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  align-self: flex-start;
  object-position: center;
  object-fit: cover;
}

.single-publication .thumbnail a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-publication .images {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single-publication .images .image {
  flex: 1 0 calc(50% - 10px);
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-publication .images .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.single-publication .audio {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-publication .audio figure {
  margin: 10px;
}
.single-publication .audio figure:focus {
  outline: 0;
}
.single-publication .content {
  padding: 20px 8px;
  font-size: 15px;
  color: #2a2a2a;
}

.single-publication .vid {
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-publication .vid iframe {
  border: none;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 500px) {
  .single-publication .vid iframe {
    height: 300px;
  }
}

@media screen and (min-width: 800px) {
  .single-publication .vid iframe {
    height: 400px;
  }
}

.single-publication .url {
  position: relative;
  width: 90%;
  height: 300px;
  margin: 20px auto;
  transition: 0.3s all ease;
}
.single-publication .url:hover {
  opacity: 0.7;
}

.single-publication .url .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single-publication .url .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-publication .url .contenu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 20px);
  background: #696969;
  z-index: 2;
  color: #fff;
  padding: 10px;
}
.single-publication .url .contenu .site {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.single-publication .url .contenu .titre {
  font-size: 15px;
  font-weight: 400;
}
.single-publication .url .contenu .icone {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
}
.single-publication .url .contenu .icone svg {
  width: 100%;
  height: 100%;
}

.single-publication .url a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media screen and (min-width: 500px) {
  .single-publication .thumbnail {
    justify-content: center;
    align-items: center;
 }
  .single-publication .thumbnail img {
    width: 80%;
 }
  .single-publication .images .image {
    max-width: 80%;
 }
}

.single-publication .see-all {
  padding: 10px;
}

.single-publication .see-all a {
  color: #2A2A2A;
}


.home-publications {
  background: #00a2ff;
  padding: 20px 0px;
}

.home-publications .main-title {
  text-align: center;
}

.home-publications .main-title h1 {
  color: #FFF;
  font-size: 26px;
  margin: 20px 0px 40px;
}

.home-publications .single-publication {
  background: #FFF;
  border-radius: 10px;
  padding-bottom: 10px;
}

.home-publications .single-publication:first-of-type {
  margin-top: 0;
}

.home-publications .single-publication:last-of-type {
  margin-bottom: 0;
}

/* -------------
  Route 
-------------- */

.single-route {
  padding-bottom: 80px;
  background: #fff;
  width: 80%;
  max-width: 800px;
  margin: 20px auto 80px;
}
.single-route .head {
  display: flex;
  align-items: center;
  padding: 20px 8px;
}
.single-route .head .icone {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #59d4d0;
}
.single-route .head .icone svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.single-route .head .title h1 {
  font-size: 16px;
  color: #2a2a2a;
  font-weight: 400;
  margin: 0;
}
.single-route .thumbnail {
  padding: 10px 10px 0px 10px;
  display: flex;
}
.single-route .thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  align-self: flex-start;
  object-position: center;
  object-fit: cover;
}

.single-route .foot {
  display: flex;
  padding: 8px 15px;
  flex-wrap: wrap;
  background: #59d4d0;
  margin-top: 15px;
}

.single-route .foot .info {
  flex: 1 0 calc(50% - 10px);
  margin: 5px;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.single-route .content {
  padding: 20px 8px;
  font-size: 15px;
  color: #2a2a2a;
}

@media screen and (min-width: 500px) {
  .single-route .thumbnail {
    justify-content: center;
    align-items: center;
 }
  .single-route .thumbnail img {
    width: 80%;
 }
}


.home-routes {
  background: #00a2ff;
  padding: 20px 0px;
}

.home-routes .single-route {
  background: #FFF;
  border-radius: 10px;
}

.home-routes .single-route:first-of-type {
  margin-top: 0;
}

.home-routes .single-route:last-of-type {
  margin-bottom: 0;
}

/* -------------
  Parcours 
-------------- */

.single-parcours {
  background: #00a2ff;
}

.single-parcours h1 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #00a2ff;
  font-weight: 500;
  margin: 0;
  background: #FFF;
  padding: 10px;
}

.single-parcours .points {
  width: 80%;
  max-width: 800px;
  margin: 20px auto 0px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.single-parcours .points .point {
  width: 100%;
  margin-bottom: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #FFF;
  padding: 0px 0px 20px 0px;
}

.single-parcours .points .point .thumb {
  width: 100%;
  height: 250px;
}

.single-parcours .points .point .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-parcours .points .point .title {
  font-size: 18px;
  color: #00a2ff;
  font-weight: 400;
  margin: 10px;
}

.single-parcours .points .point .description {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin: 0 10px;
}

.single-parcours .points .point .moreinfo {
  margin: 0px 10px 0;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  white-space: pre-line;
}



.single-related {
  padding-bottom: 80px;
  background: #fff;
  width: 80%;
  max-width: 800px;
  margin: 20px auto 80px;
  transform: translateY(-100px);
}

.single-related h2 {
  color: #2A2A2A;
  font-size: 26px;
  margin: 20px 0px 40px;
}

.single-related .related .related-pub {
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}

.single-related .related .related-pub .title h3 {
  margin-top: 0px;
}

.single-related .related .related-pub .title h3 a {
  color: #2A2A2A;
}