.btn-outline-secondary {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 2px #000 solid;
  font-size: 0.9em;
  font-variant: small-caps;
  font-weight: 700;
  margin: 0.1rem 0.2rem;
}

#myTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #09C;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}

#myTopBtn:hover {
  background-color: #555;
}

.btn-round, .btn-round-h3 {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background-color: #09C;
  color: #FFF;
  padding: 10px 15px;
  height: 45px;
  margin: 0.1rem 0.2rem;
}

.btn-round:hover {
  background-color: #81dff6;
}

.desc .btn-round {
  font-size: 0.8em;
}

.desc2 .btn-round {
  color: #FFF;
}

.btn-menu-text-fnaren {
  font-size: 0.85em;
  padding: 5px;
  height: 70px;
}

.btn-round-h3 {
  text-align: center;
  color: #FFF;
  padding: 15px 5px;
  height: auto;
}
.btn-round-h3 a {
  text-decoration: none;
  color: #FFF;
  font-family: "jaapokki";
  font-size: 1.2em;
}

.btn-menu-publi-fnaren {
  background-color: #eeeeee;
  padding: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-menu-publi-fnaren a h3 {
  text-align: center;
  margin-bottom: 0.5em;
}
.btn-menu-publi-fnaren p {
  margin-top: 1em;
}

.carousel-caption {
  right: 20%;
  left: 20%;
  height: 100%;
  text-shadow: 1px 1px 1px #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .carousel-caption {
    right: 5%;
    left: 5%;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .carousel-caption {
    bottom: 0.5rem;
    right: 0;
    left: 0;
  }
}

.carousel-caption h2 {
  font-size: 1.4em;
}
@media screen and (max-width: 720px) {
  .carousel-caption h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 576px) {
  .carousel-caption h2 {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 490px) {
  .carousel-caption h2 {
    font-size: 0.8em;
  }
}

.carousel-caption p {
  font-size: 1.1em;
}
@media screen and (max-width: 720px) {
  .carousel-caption p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 576px) {
  .carousel-caption p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 490px) {
  .carousel-caption p {
    font-size: 0.65em;
  }
}

.carousel-caption p a {
  color: #204c70;
}

@media screen and (max-width: 720px) {
  .carousel-indicators {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .carousel-indicators {
    margin-bottom: 0;
  }
}

/* COUNTDOWN */
.countdown {
  background-image: url("../images/CCVA2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2em 0;
  margin: 2em 0;
}

.countdown h2, .countdown h3, .countdown p {
  color: #FFF;
}

#timer {
  font-size: 2em;
  font-weight: 100;
}

#timer div {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 2px solid #FFF;
  margin: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#timer div span {
  color: #ffffff;
  display: block;
  padding: 0;
  font-size: 0.35em;
}

/* FIN COUNTDOWN*/
/* VIDEO */
video {
  width: 100%;
  height: auto;
  border: #CCC 1px solid;
}

.navigation {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #FFF;
  border-bottom: solid 1px #dedddd;
}

.navbar-toggler {
  margin-left: 10%;
}

.nav-item {
  margin: 0.5em 1.5em;
  font-size: 1.2em;
}

footer {
  margin-top: 4em;
  padding: 2em 0;
  background-color: #598db0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 1em 0;
  }
}

footer a {
  color: #81dff6;
}

footer a:hover {
  color: #FFF;
}

@font-face {
  font-family: "cabinregular";
  src: url("../fonts/cabin-regular.eot");
  src: url("../fonts/cabin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/cabin-regular.woff2") format("woff2"), url("../fonts/cabin-regular.woff") format("woff"), url("../fonts/cabin-regular.ttf") format("truetype"), url("../fonts/cabin-regular.svg#cabinregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "cabinregular", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #828282;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  min-height: 75rem;
  padding-top: 11rem;
}

h1, h2, h3 {
  font-weight: 400;
  text-align: center;
}

p {
  line-height: 1.3em;
}

a {
  color: #204c70;
}

a:hover {
  color: #81dff6;
}

section {
  margin: 1em auto;
  padding: 1em;
}

.bg-color {
  background-color: hsl(0, 64%, 92%);
}

:target {
  padding-top: 100px;
}

.heading {
  font-size: 2em;
  margin: 0.2em auto;
  line-height: 1.5;
  color: hsl(0, 1%, 16%);
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 1.2em;
  }
}

.entete {
  display: flex;
  flex-direction: row;
  align-items: center;
}

h2 {
  color: firebrick;
  margin-bottom: 0.5em;
}

#inscription {
  margin: 5% auto 0 auto;
}

.reseaux img {
  margin: 2% 5%;
}

.mapouter iframe {
  width: 95%;
  display: block;
  margin: 5% auto;
}

.argumentaire {
  display: block;
  margin: 1% auto;
}
@media screen and (max-width: 768px) {
  .argumentaire {
    width: 90%;
  }
}

.argumentaire img {
  margin: 5%;
  border: #000 1px solid;
}

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