@charset "UTF-8";
body {
  font-family: "Open sans", sans-serif;
}

.small_img {
  width: 200px !important;
}

.main {
  padding: 20px 0px;
}

.padding {
  padding: 0 50px;
}

.margin {
  height: 100px;
}

.dropdown-menu {
  background: #09456D;
  border: none;
  border-radius: 0;
}
.dropdown-menu li a {
  font-style: italic;
  color: white !important;
  font-weight: 400 !important;
  font-weight: 13px !important;
}
.dropdown-menu li a:hover {
  color: #09456D !important;
}

.active a {
  color: #f28d29;
  font-weight: bold;
  font-style: italic;
}

p {
  color: #464646;
}

a {
  color: #1f96b0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
}

.blue {
  background: #09456D;
  color: white;
  background: #09456D url(img/wave.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.spacer {
  margin: 0px 0;
  height: 40px;
  background-size: 100%;
  background-position: center;
}

h2 {
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 70px;
  font-style: italic;
  color: #09456D;
}

.btn {
  background: #f28d29;
  padding: 10px 25px;
  color: white;
  letter-spacing: 1px;
  margin: auto;
  width: auto;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  border: 2px solid #f28d29;
}

.btn:hover {
  border: 2px solid white;
  background: transparent !important;
}

.btn_dark:hover {
  border: 2px solid #09456D;
  background: transparent !important;
  color: #09456D;
}

.navbar {
  background: transparent !important;
  padding: 20px 40px 0;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}
.navbar li {
  margin: 0 14px;
  list-style: none;
  letter-spacing: 1px;
}
.navbar li a {
  color: #464646;
}
.navbar img {
  width: 80px;
  margin-right: 10px;
}
.navbar .navbar-brand {
  margin-right: 70px;
  font-size: 40px;
  font-weight: bold;
  color: #1f96b0;
}

.navbar-nav li {
  margin: 0 20px;
}
.navbar-nav li a {
  color: #09456D;
  font-weight: bold;
}

.carousel {
  background: #1f96b0;
}
.carousel img {
  width: 100%;
}
.carousel .carousel-caption {
  background: #1f96b0;
  left: 0;
  padding: 40px 30px;
  text-align: left;
  bottom: 30px;
  font-family: "PT Sans", sans-serif;
  font-weight: 900;
}
.carousel .carousel-caption h1 {
  font-weight: bold;
}
.carousel .carousel-item {
  height: 650px;
  background-size: cover;
  background-attachment: fixed;
  /* effet parallax simple */
}

.emphasis {
  font-style: italic;
  font-size: 18px;
  width: 80%;
  margin: 20px auto;
}

.slogan {
  padding: 70px 0;
}

.activities {
  padding: 100px 40px 300px;
  text-align: center;
}
.activities img {
  width: 70%;
  height: 240px;
  object-fit: contain;
  margin: auto;
  margin-bottom: 10px;
}

.blog_home {
  padding: 80px 0;
  text-align: center;
  background: url(img/logo_ok.png) no-repeat center center;
  background-size: 20%;
}
.blog_home .news_wrapper {
  width: 80%;
  margin: auto;
  text-align: left;
}
.blog_home .news_wrapper h1 {
  font-size: 20px;
  font-weight: bold;
}
.blog_home .news_wrapper img {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 50px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.blog_home .news_wrapper img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.agenda_home {
  padding: 100px 0;
  background: #D4ECF1;
  color: #464646;
}
.agenda_home .col-md-6 {
  padding-right: 75px;
}

.agenda_wrapper a {
  color: black;
}
.agenda_wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 10px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.agenda_wrapper img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.agenda_wrapper h1 {
  font-size: 17px;
  font-weight: bold;
  color: #09456D;
  margin: 0;
}
.agenda_wrapper .date {
  font-size: 13px;
  color: black;
  font-weight: 400;
}
.agenda_wrapper .section {
  color: #f28d29;
  font-size: 15px;
  font-weight: 400;
}

footer {
  padding: 100px 50px;
  background: #1f96b0;
}
footer a {
  color: #09456D;
}
footer h1, footer h2 {
  font-size: 24px;
  color: #09456D;
  font-weight: bold;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer .social_network li {
  list-style: none;
  display: inline-block;
  margin: 0 10px 0 0;
}
footer .social_network li a {
  font-size: 30px;
  color: #09456D;
}
footer h2 {
  margin-bottom: 20px;
  font-style: normal;
  color: #09456D;
}
footer li {
  list-style: none;
  margin-bottom: 7px;
}
footer li a {
  color: white;
  font-style: italic;
  font-weight: 400;
}
footer li a:hover {
  font-weight: bold;
}

.about {
  padding: 100px 0;
  background: #d4ecf1;
}
.about img {
  width: 100%;
}

.contact {
  background: #09456D url(img/wave.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 120px 0 200px;
  color: white;
}
.contact input, .contact textarea {
  background: #d4ecf1;
}
.contact h1 {
  font-weight: bold;
  margin-bottom: 30px;
  color: white;
}
.contact h3 {
  margin-bottom: 20px;
}
.contact p {
  margin: 5px 0;
  color: white !important;
}

.presentation {
  padding: 70px 0px;
}
.presentation img {
  width: 100%;
}
.presentation .col-md-6 {
  padding: 0 50px;
}
.presentation .presentation_wrapper {
  background: #09456D;
  padding: 80px;
}
.presentation .presentation_wrapper p {
  color: white;
}
.presentation h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open sans", sans-serif;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 70px;
}
.presentation .presentation_wrapper {
  margin-left: -150px;
}

.widget_meteo {
  background: #464646;
  padding: 60px 0;
  width: 95%;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 60px auto;
}

.btn_link {
  background: #f28d29;
  color: white !important;
  padding: 10px 20px;
  border: none;
  margin: 10px 20px 10px 0px;
  border: 2px solid #f28d29;
}
.btn_link span {
  text-transform: uppercase;
  display: block;
}
.btn_link a {
  font-weight: 400;
  color: white;
}

.subscribe {
  padding: 100px 70px;
  margin: 50px 0 70px;
}
.subscribe h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.subscribe h4 {
  margin-bottom: 60px;
}
.subscribe p {
  color: white;
  font-weight: bold;
}

.btn_link:hover {
  border: 2px solid #f28d29;
  background: transparent;
}
.btn_link:hover a {
  color: #f28d29;
}

.links {
  padding: 70px 0;
  text-align: center;
}

.agenda_single {
  margin-top: 30px;
  padding: 0 50px 100px;
}
.agenda_single h1 {
  font-weight: 900;
  font-style: italic;
  color: #09456D;
}
.agenda_single .col-md-6:first-of-type {
  padding: 0 40px 0 0;
}
.agenda_single .col-md-6:nth-child(2) {
  padding: 0 0 0 40px;
}
.agenda_single .date {
  color: #f28d29;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.agenda_single img {
  width: 100%;
}
.agenda_single input, .agenda_single textarea {
  background: #d4ecf1;
  border: none;
}
.agenda_single h3 {
  font-size: 22px;
  font-weight: bold;
  color: #09456D;
  margin-top: 50px;
}

.nav_agenda {
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 50px;
  margin-right: 0;
  padding: 0;
}
.nav_agenda li {
  list-style: none;
  display: inline-block;
  margin: 0 12px;
}
.nav_agenda li a {
  color: #f28d29;
}
.nav_agenda li a:hover {
  color: #09456D;
}
.nav_agenda .active_agenda a {
  background: #f28d29;
  padding: 10px 15px;
  color: white;
}

.nav_news {
  margin-bottom: 20px;
}

.past_events {
  padding: 50px;
  margin: 20px 0 100px;
}
.past_events a {
  color: white;
}
.past_events h2 {
  color: white;
  font-weight: bold;
  color: white;
}
.past_events .cat_agenda {
  color: #f28d29;
}
.past_events .date_agenda {
  font-style: italic;
  margin-bottom: 15px;
  display: block;
}
.past_events h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.agenda_main img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.agenda_main img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news_single {
  background: #d4ecf1;
  margin-top: 20px;
  padding-top: 30px;
}
.news_single .news_wrapper img {
  height: 450px;
  object-fit: cover;
  margin-top: 40px;
}
.news_single .news_wrapper h1 {
  font-size: 25px !important;
  margin-top: 10px;
}

.news_single_main h1 {
  margin-bottom: 20px;
}
.news_single_main img {
  width: 100%;
  margin-bottom: 20px;
}

.sidebar {
  padding: 40px 30px;
}
.sidebar h2 {
  font-size: 22px;
  font-style: normal;
  color: #f28d29;
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar h1 {
  font-size: 20px;
  margin: 0;
}
.sidebar img {
  width: 100%;
  margin: 20px 0 10px;
}

.subscribe_one {
  background: #09456D;
  color: white;
  padding: 50px 50px;
  margin: 20px 0;
}
.subscribe_one h1 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 50px;
}
.subscribe_one h2 {
  color: white;
}
.subscribe_one .memo {
  margin-top: 30px;
  background: #d4ecf1;
  padding: 30px;
  color: #09456D;
  border-radius: 20px;
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.subscribe_one .memo:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.subscribe_one p {
  color: #09456D;
}
.subscribe_one i {
  font-size: 50px;
  font-weight: 900;
}
.subscribe_one ul {
  padding: 0;
  margin: 0;
}
.subscribe_one ul li {
  list-style: none;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
.subscribe_one ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f28d29;
  font-weight: bold;
}
.subscribe_one .steps {
  padding-left: 100px;
}
.subscribe_one .steps h2 {
  margin-bottom: 40px;
}
.subscribe_one .steps p {
  color: white;
}
.subscribe_one .steps h3 {
  font-weight: bold;
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 15px;
  color: #d4ecf1;
}

.tarifs {
  padding: 0 50px 100px;
}
.tarifs img {
  width: 100%;
}

.tarifs h2 {
  text-align: center;
  color: #09456D;
  padding: 1rem;
  border-radius: 10px;
}

.tarifs h3 {
  margin-top: 3rem;
  color: #09456D;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

thead {
  background: #09456D;
  color: white;
}

th, td {
  padding: 14px;
  text-align: center;
}

tbody tr:nth-child(even) {
  background: #f0f3f6;
}

td.total {
  font-weight: bold;
  color: var(--blue);
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.card {
  background: white;
  border-radius: 14px;
  padding: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.card h3 {
  margin-top: 0;
  color: var(--blue);
}

.card ul {
  list-style: none;
  padding: 0;
}

.card li {
  padding: 0.5rem 0;
}

.illus {
  height: 500px;
  margin: 0;
  padding: 0;
  background: url(img/kayak.jpg) no-repeat fixed center center;
  background-position: fixed;
  background-size: cover;
}

.illu2 {
  background: url(img/slide1.jpg) no-repeat fixed center center;
  background-size: cover;
}

.illu3 {
  background: url(img/kayak2.jpg) no-repeat fixed center center;
  background-size: cover;
}

.presentation_bis {
  padding: 50px 50px;
}
.presentation_bis .col-md-6 {
  padding: 0 20px;
}
.presentation_bis img {
  width: 100%;
}
.presentation_bis h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open sans", sans-serif;
  font-style: italic;
  color: #09456D;
  margin-top: 0px;
  margin-bottom: 70px;
}
.presentation_bis .memo {
  margin-top: 30px;
  background: #d4ecf1;
  padding: 30px;
  color: #09456D;
  border-radius: 20px;
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.presentation_bis .memo:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

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