html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.btn-outline {
  border-color: #910048;
  color: #910048;
}

.btn-outline:hover {
  border-color: #B2D9DC;
  background-color: #910048;
  color: #B2D9DC;
}

header {
  margin-bottom: 2%;
  font-size: 1.4em;
}
@media only screen and (max-width: 580px) {
  header {
    font-size: 1em;
  }
}

#logo {
  width: 100%;
  height: auto;
}

.navbar-nav {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 992px) {
  .navbar-nav {
    position: relative;
  }
}

nav li {
  padding: 0 0.4em;
}
@media only screen and (max-width: 992px) {
  nav li {
    padding: 0.2em 0;
  }
}

.nav-link {
  color: #ED6A06;
  border-bottom: 1px solid transparent;
  font-weight: 600;
}

.nav-link:hover {
  color: #B2D9DC;
  border-bottom: 1px solid #B2D9DC;
  transition: all 0.3s ease-in-out;
}

.nav-item.active {
  color: #617882;
  padding: 8px 16px;
  font-weight: 600;
}

h1 {
  font-size: 4.5em;
  margin-top: 2%;
}
@media only screen and (max-width: 992px) {
  h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 580px) {
  h1 {
    font-size: 2.5em;
  }
}

footer {
  height: 100px;
  width: 100%;
  margin: 0;
  background-color: #333;
}

.copyright {
  text-align: center;
  line-height: 100px;
  vertical-align: center;
  color: #FFF;
}

.copyright a {
  color: #CCC;
}

.copyright a:hover {
  color: #B2D9DC;
}

@media (max-width: 720px) {
  .copyright p {
    font-size: 0.8em;
  }
}
@font-face {
  font-family: "pacificoregular";
  src: url("../fonts/pacifico-regular.eot");
  src: url("../fonts/pacifico-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pacifico-regular.woff2") format("woff2"), url("../fonts/pacifico-regular.woff") format("woff"), url("../fonts/pacifico-regular.ttf") format("truetype"), url("../fonts/pacifico-regular.svg#pacificoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: "Tahoma", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: justify;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

body {
  display: flex;
  flex-direction: column;
}

h1, h2, h3 {
  font-family: "pacificoregular";
  text-align: center;
}

h1, h2 {
  color: #ebba3c;
}

h3, h4 {
  color: #1C6586;
}

hr {
  margin: 2% 0;
}

p {
  margin-bottom: 1em;
}

a {
  color: #910048;
}

a:hover {
  color: #B2D9DC;
  cursor: pointer;
}

main {
  margin: 5% auto;
  padding: 0;
}

section {
  margin: 2% 0;
  padding: 1%;
}

.title {
  font-size: 2.5em;
  position: relative;
  overflow: hidden;
  line-height: 2em;
  margin-bottom: 1%;
}
@media only screen and (max-width: 580px) {
  .title {
    font-size: 2em;
  }
}

.title:after, .title:before {
  position: absolute;
  top: 50%;
  width: 50%;
  height: 2px;
  content: "";
  background-color: #ebba3c;
}

.title:before {
  margin-left: -50%;
  text-align: left;
}

.title:after {
  text-align: right;
}

.light-bckgrnd {
  background-color: rgba(178, 217, 220, 0.3);
  padding: 2em 1em;
}

.light-bckgrnd > .title:after, .light-bckgrnd > .title:before {
  background-color: #ED6A06;
}

.article-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .article-item {
    flex-direction: column;
  }
}

.article-txt {
  width: 65%;
}
@media only screen and (max-width: 960px) {
  .article-txt {
    width: 48%;
  }
}
@media only screen and (max-width: 720px) {
  .article-txt {
    width: 100%;
  }
}

.article-img {
  width: 33%;
}
@media only screen and (max-width: 960px) {
  .article-img {
    width: 48%;
  }
}
@media only screen and (max-width: 720px) {
  .article-img {
    width: 100%;
  }
}

h3 {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 1%;
}
@media only screen and (max-width: 580px) {
  h3 {
    font-size: 1.5em;
  }
}

.txt-full {
  margin-bottom: 2%;
}

.img-full {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 580px) {
  .img-full {
    flex-direction: column;
  }
}
.img-full img {
  width: 30%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .img-full img {
    width: 95%;
    height: auto;
    margin-bottom: 2%;
  }
}

.alert p {
  font-size: 0.85em;
}

/* REPRISE GUIDON */
.intro {
  padding: 1em;
}

.bold {
  font-weight: 700;
  text-align: center;
  padding: 0 20%;
}

.intro ul, .card-body ul, .reprise ul {
  list-style: circle;
  list-style-position: inside;
  margin-bottom: 1em;
}

.card-footer {
  justify-content: flex-end;
}

.card-footer a {
  margin: 0.5em;
}

.reprise {
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
  justify-content: space-evenly;
}
@media only screen and (max-width: 720px) {
  .reprise {
    flex-direction: column;
  }
}

.reprise-item {
  width: 45%;
  margin-bottom: 5%;
}
@media only screen and (max-width: 720px) {
  .reprise-item {
    width: 90%;
  }
}

/* VOYAGES */
.alert-voyage {
  border: 1px solid #910048;
  border-radius: 10px;
  font-size: 1.1em;
  width: 80%;
  display: block;
  margin: 2% auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1em;
}

.voyages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 720px) {
  .voyages {
    flex-direction: column;
  }
}

.card {
  width: 45%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 2% auto;
}
@media only screen and (max-width: 720px) {
  .card {
    width: 90%;
    margin: 5% auto;
  }
}

.card h3 {
  margin: 2% auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #B2D9DC;
}

.card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card:hover .overlay {
  opacity: 0.5;
}

.card h5 {
  margin: 2% 0;
}

.voyage-fiche {
  margin: 2% 0;
}

.modal-title {
  color: #ED6A06;
}

.article-agenda img {
  width: 80%;
  display: block;
  margin: auto;
}

/* CONTACT - INSCRIPTION */
.contact iframe {
  display: block;
  margin: auto;
  width: 100%;
  height: 820px;
}

.inscription iframe {
  display: block;
  margin: auto;
  width: 100%;
  height: 1600px;
}

/* MENTIONS */
.mentions {
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 580px) {
  .mentions {
    flex-direction: column;
  }
}

.mentions-items {
  width: 48%;
  border: 1px solid #1C6586;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 1em;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .mentions-items {
    width: 95%;
    height: auto;
    margin-bottom: 2%;
  }
}

/*# sourceMappingURL=styles.css.map */
