/* @import "~bootstrap/scss/bootstrap"; */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arima:wght@400;500;600;700&display=swap");
/*
 * component nav "burger" button
 */
/*
 * HTML template example:
 * <button class="burger-button" type="button" role="button" aria-label="open/close navigation"><i></i></button>
 * activate it with a JS toggle-class to .is-active
 * see doc : https: //www.knacss.com/doc.html#buttons
 */
/*
 * burger variables (you can change them)
 */
/*
 * burger button styles
 */
.burger-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.burger-button > * {
  display: inline-flex;
  vertical-align: top;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 2.6rem;
  width: 2.6rem;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#0B89B7, #0B89B7);
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: 100% 5px;
  transition: 0.25s;
  transition-property: transform, background;
  will-change: transform, background;
}

.burger-button > *::before,
.burger-button > *::after {
  content: "";
  height: 5px;
  background: #0B89B7;
  transition: 0.25s;
  transition-property: transform, top;
  will-change: transform, top;
}

.burger-button:hover > * {
  background-color: transparent;
}

.burger-button:focus {
  outline: 0;
}

.burger-button.is-active > * {
  background-image: none;
  justify-content: center;
}

.burger-button.is-active > *::before {
  transform: translateY(50%) rotate3d(0, 0, 1, 45deg);
}

.burger-button.is-active > *::after {
  transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure,  */
/* footer, header, hgroup, menu, nav, section { */
/* display: block; */
/* } */
body {
  line-height: 1;
}

a {
  text-decoration: none !important;
  font-family: Kanit;
}

.color1 {
  color: #194B55;
}

.color2 {
  color: #04A6A6;
}

h1, h2, h3, h4, p, span {
  font-family: Montserrat;
  font-weight: 500;
}

.notify-alert {
  position: absolute !important;
  width: fit-content;
  height: fit-content;
  z-index: 10;
  right: 0;
  top: 50px;
}

.bouton span, .bouton a {
  color: white;
  font-family: Montserrat;
  font-weight: 500;
}

.burger-button {
  display: none;
  color: #04A6A6;
  background-color: transparent;
  border: none;
}

.entete-mobile, .logo-mobile {
  display: none;
}

header {
  position: relative;
  margin-top: 2em;
}

.logo {
  text-align: center;
}

#navbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: fit-content;
  margin: 1em auto;
  gap: 2em;
}

nav ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

nav ul li {
  position: relative;
  list-style: none;
  z-index: 1;
}

nav ul li a {
  color: #194B55;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  font-family: Montserrat;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

nav a:hover {
  color: #04A6A6 !important;
}

nav a:hover a::before {
  color: #04A6A6 !important;
}

nav ul li ul {
  position: absolute;
  left: 0;
  width: 350px;
  background: #194B55;
  display: none;
}

nav ul li ul li a {
  color: #FFF !important;
  justify-content: flex-start;
  gap: 1em;
}

.menu-dropdown a::before {
  content: "";
  background-image: url("../images/mini-vague-962a78a26549cf7697e86a3642cdb2c4.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.5em;
}

nav ul li:hover > ul {
  display: block;
}

nav ul li ul li {
  position: relative;
  width: 100%;
}

.menu-dropdown .menu li:hover {
  color: #9cd3cf;
}

nav ul li ul li ul {
  top: 0;
  left: 350px;
}

.menu li:last-child a {
  background-color: #a6174e;
  color: white;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 2;
}

.picture {
  margin-top: -5em;
  position: relative;
}

.picture .entete {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.picture-une {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.picture-une img {
  width: 100%;
}

.picture .figcaption {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  right: 0.5em;
  bottom: 0.5em;
  color: white;
  padding: 2em 4em;
  width: 40%;
}
.picture .figcaption h3 {
  font-size: 3rem;
  margin-bottom: 0.5em;
}
.picture .figcaption p {
  font-style: oblique;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.picture .bouton {
  background-color: #9cd3cf;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: fit-content;
  float: right;
  color: white;
}
.picture .bouton a {
  font-family: Kanit !important;
  font-size: 1rem;
  font-weight: 400;
}

/*********************************
anim header : animation quand je descend au scroll
*********************************/
.header-anim {
  position: fixed !important;
  z-index: 20;
}
.header-anim::before {
  content: "";
  width: 50px;
}
.header-anim .navigation {
  margin-top: 30px;
}
.header-anim ul > li > a {
  font-size: 1.2rem;
}
.header-anim li a {
  font-size: 1rem;
}

@media (max-width: 576px) {
  .header-anim {
    height: 80px !important;
  }
}
@media (max-width: 1024px) {
  .header-anim ul {
    max-width: auto;
  }
}
.presentation {
  text-align: center;
  width: 70%;
  margin: 2em auto;
}
.presentation h1 {
  position: relative;
  font-size: 2rem;
}
.presentation h1 span {
  background-color: #fff;
  padding: 0 15px;
}
.presentation h1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 50%;
  height: 3px;
  background-color: #194B55;
}
.presentation .content {
  margin-top: 2em;
  line-height: 1.5;
}
.presentation .content p:first-child {
  font-weight: bold;
}

.focus {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2em;
}
.focus a {
  text-align: center;
  min-width: 256px;
  max-width: 400px;
}
.focus figure {
  display: flex;
  flex-flow: column;
}
.focus figcaption {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.focus figcaption img {
  width: 2em;
}
.focus figcaption span {
  font-family: Arima;
  font-weight: lighter;
  font-size: 1.5em;
  color: #fff;
}
.focus .focus-1 figcaption {
  background-color: #0788A6;
}
.focus .focus-1 .focus-texte {
  color: #0788A6;
}
.focus .focus-2 figcaption {
  background-color: #9cd3cf;
}
.focus .focus-2 .focus-texte {
  color: #9cd3cf;
}
.focus .focus-3 figcaption {
  background-color: #8589A6;
}
.focus .focus-3 .focus-texte {
  color: #8589A6;
}
.focus .focus-4 figcaption {
  background-color: #8C4A46;
}
.focus .focus-4 .focus-texte {
  color: #8C4A46;
}
.focus .focus-texte {
  margin: 1em;
  line-height: 1.2;
}

.last-action {
  background-image: url("../images/bloc-bleu-29460359ddfebfddbe6235f1b071d6c4.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  margin-top: 3em;
  padding: 5em;
}
.last-action .top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.last-action h3 {
  text-transform: uppercase;
  border-bottom: 1px solid;
  width: 70%;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
}
.last-action a {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: #9CD3CF;
  color: #fff;
  color: #194B55;
  font-weight: 500;
  font-size: 1.2em;
  width: fit-content;
}
.last-action .top a {
  height: 50%;
}
.last-action h4 {
  color: #9cd3cf;
  text-transform: uppercase;
  font-size: 1.7em;
}

.last-action-content {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  gap: 5em;
}

.last-action-detail {
  display: flex;
  flex-direction: column;
  padding: 2em;
  gap: 4em;
}
.last-action-detail p {
  color: #FFF;
}
.last-action-detail a {
  width: fit-content;
  align-self: flex-end;
  align-items: center;
  color: #FFF;
  display: flex;
  gap: 1em;
}

.carte {
  margin-top: 4em;
  margin-bottom: 4em;
}
.carte figure {
  display: flex;
  width: 90%;
  margin: 0 auto;
}
.carte figure figcaption {
  margin: auto;
}
.carte figure div {
  margin-left: 2em;
  padding: 4em 2em;
  background-color: #E9E9E9;
  width: 60%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 2em;
  line-height: 1.2;
  border: 1px solid #cBcBcB;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.carte figure div .titre-carte {
  color: #0788A6;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.carte figure div .titre-carte::after {
  content: " ";
  display: block;
  width: 4em;
  padding: 0.5em;
  border-bottom: 1px solid #0788A6;
  margin: auto;
}

#footer > img {
  display: none;
}

#footer, footer {
  color: #FFF;
  background: #3F616F;
}
#footer .contact, footer .contact {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding-top: 3em;
  text-align: center;
}
#footer .contact #titre, footer .contact #titre {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .contact h4, footer .contact h4 {
  text-transform: uppercase;
  font-size: 2em;
}
#footer p, footer p {
  font-family: Montserrat;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .cotact, footer .cotact {
  margin-bottom: 3em;
}

#form {
  width: 65%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1em;
}
#form input[type=text] {
  margin-bottom: 1.5em;
  border: 1px solid #9cd3cf;
  border-radius: 5px;
}
#form textarea {
  grid-column: span 2;
  margin-bottom: 1.5em;
  height: 15em;
  border: 1px solid #9cd3cf;
  border-radius: 5px;
}
#form input[type=text], #form textarea {
  background: #F7F7F7;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5em 1em;
  font-size: 14px;
}
#form div {
  margin: 1em 0;
  grid-column: span 2;
}
#form input[type=checkbox] {
  height: auto;
  width: 1em;
}
#form label {
  font-family: Montserrat;
  font-weight: 500;
}
#form #contact-button {
  grid-column: span 2;
  width: fit-content;
  padding: 0.5em 1em;
  background: var(--bleu, #9cd3cf);
  color: #000000;
  font-family: Montserrat;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
  margin: 1em auto;
  border: none;
}

footer {
  text-align: center;
  padding: 1em;
  color: #FFF;
  font-family: Kanit;
}
footer a {
  color: #FFF;
  text-decoration: underline !important;
}

#news h2 {
  /* titre de section */
  font-family: Dosis;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0.5em 0 !important;
}
#news h2::after {
  content: "";
  display: block;
  text-align: center;
  border-bottom: 2px solid var(--bleu, #0B89B7);
  width: 3em;
  padding-top: 0.5em;
}
#news h2 a {
  color: #04A6A6;
}
#news .news-cards {
  margin-top: 3em;
}
#news .news-cards .card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 16px;
  background: var(--background-background-primary, #FFF);
  padding: 2em;
  margin-bottom: 3em;
  /* drop shadow */
  box-shadow: 0px 16px 40px 0px rgba(112, 144, 176, 0.25);
}
#news .news-cards .card div:nth-child(1) {
  grid-column: span 1;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
#news .news-cards .card div:nth-child(1) img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0px 0px;
  object-fit: cover;
  object-position: center;
}
#news .news-cards .card .card-content {
  grid-column: span 2;
  display: flex;
  padding: 1em 2em;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  align-self: stretch;
  border-radius: 16px;
  line-height: 1.4;
}
#news .news-cards .card .card-content .card-infos {
  display: flex;
  padding: 10px 0px;
  gap: 6px;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#news .news-cards .card .card-content .card-infos .news-date {
  font-size: 1em;
  display: flex;
  align-items: center;
  color: #000;
}
#news .news-cards .card .card-content .card-infos .point {
  font-size: 1em;
  display: flex;
  align-items: center;
}
#news .news-cards .card .card-content .card-infos .news-categorie {
  color: #000;
  text-transform: uppercase;
}
#news .news-cards .card .card-content div p {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#news .news-cards .card:hover {
  transform: scale(1.03);
  transition: 200ms ease-in;
}
#news .news-cards .card-button {
  display: flex;
  padding: 12px 15px;
  align-self: flex-end;
  border-radius: 6px;
  background: #9cd3cf;
}
#news .news-cards .card-button a {
  text-decoration: none;
  color: #194B55;
  /* text */
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#news .news-cards .card-button:hover a {
  color: #FFF;
}

#show-news .news-content span {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#show-news .news-content .description {
  padding-top: 2em;
}
#show-news .news-content .news-image {
  width: 50%;
  max-height: 800px;
  margin: 3em 0 1em 2em;
  float: right;
}
#show-news .news-content .news-image img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  border-radius: 16px;
  background: var(--background-background-primary, #FFF);
  box-shadow: 0px 16px 20px 0px rgba(112, 144, 176, 0.25);
  /* drop shadow */
}

@media (max-width: 1024px) {
  #show-news .news-image {
    width: 100%;
    float: none;
    margin-bottom: 3em;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  #news .card {
    width: 45%;
  }
}
@media (max-width: 976px) {
  #news .card {
    width: 100%;
  }
}
.hide {
  display: none;
}

@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.container, .tpl-container {
  width: 80%;
  margin: 0 auto;
}

.container-2 {
  width: 90%;
  margin: 0 auto;
}

/**************************************
******** TEMPLATE ********************
**************************************/
.tpl-bouton-login-bleu {
  display: flex;
  width: fit-content;
  padding: 7px 5px;
  align-self: flex-end;
  border-radius: 6px;
  background: #0B89B7;
  text-decoration: none;
  color: white;
}

.tpl-container {
  padding: 1em 3em;
  min-height: 1200px;
}
.tpl-container h1 {
  color: #FFF;
  background-image: url("../images/bloc-bleu-29460359ddfebfddbe6235f1b071d6c4.png");
  background-size: cover;
  background-repeat: no-repeat;
  /* titre de section */
  font-family: Kanit;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 1.5em;
  padding: 1em;
}
.tpl-container h1::after {
  content: "";
  display: block;
  text-align: center;
  border-bottom: 2px solid #FFF;
  width: 70%;
  padding-top: 0.5em;
}
.tpl-container .page-content {
  margin-top: 3em;
  display: flex;
  flex-direction: column;
  /*Text*/
  align-self: stretch;
  color: #000912;
  text-align: justify;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tpl-container p {
  align-self: stretch;
  color: #000912;
  text-align: justify;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tpl-container h2 {
  color: #3F616F;
  margin: 1em 0;
}
.tpl-container h2::after {
  content: "";
  display: block;
  border-bottom: 2px solid #04A6A6;
  width: 25%;
  padding-top: 0.5em;
  animation: grow linear;
  animation-timeline: view();
  animation-range-start: contain 0%;
  animation-range-end: contain 50%;
}
.tpl-container .tpl-container-h2 {
  align-self: stretch;
  color: var(--bleu, #0B89B7) !important;
  text-align: justify;
  margin-top: 50px;
  /* titre de section */
  font-family: Kanit;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.tpl-container .tpl-container-h2-small {
  align-self: stretch;
  color: #9cd3cf;
  text-align: justify;
  margin: 30px 0;
  /* titre de section */
  font-family: Kanit;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.tpl-container .tpl-container-h2-small::after {
  content: "";
  display: block;
  text-align: center;
  border-bottom: 2px solid #04A6A6;
  width: 100px;
  padding-top: 10px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
.tpl-container .galerie:hover .tpl-container-h2-small::after {
  transform: scale(1);
}
.tpl-container .tpl-container-h3 {
  text-align: center;
  color: #3F616F;
  /* titre de section */
  font-family: Kanit;
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.tpl-container .tpl-container-h3::after {
  content: "";
  display: block;
  text-align: center;
  border-bottom: 2px solid #04A6A6;
  width: 100px;
  margin: 0 auto;
  padding-top: 10px;
}
.tpl-container .tpl-container-bloc-bleu {
  display: flex;
  flex-direction: column;
  padding: 51px 90px;
  background: rgba(9, 211, 207, 0.1);
}
@media (max-width: 576px) {
  .tpl-container .tpl-container-bloc-bleu {
    padding: 31px 50px;
  }
}
.tpl-container .tpl-container-bloc-blanc {
  display: flex;
  flex-direction: column;
  padding: 51px 90px;
  background: white;
}
@media (max-width: 576px) {
  .tpl-container .tpl-container-bloc-blanc {
    padding: 31px 50px;
  }
}
.tpl-container .tpl-bouton-1 {
  display: flex;
  width: fit-content;
  padding: 12px 15px;
  align-self: flex-end;
  border-radius: 6px;
  background: #194B55;
  color: white !important;
}
.tpl-container .tpl-bouton-1 a {
  text-decoration: none;
  color: white;
}
.tpl-container .tpl-bouton-2 {
  display: flex;
  width: fit-content;
  padding: 12px 15px;
  align-self: flex-end;
  border-radius: 6px;
  background: #04A6A6;
  color: white !important;
}
.tpl-container .tpl-bouton-2 a {
  text-decoration: none;
  color: white !important;
}
.tpl-container .tpl-bouton-3 {
  display: flex;
  width: fit-content;
  padding: 12px 15px;
  align-self: flex-end;
  border-radius: 6px;
  background: #9cd3cf;
  color: white !important;
}
.tpl-container .tpl-bouton-3 a {
  text-decoration: none;
  color: white;
}
.tpl-container .tpl-color-bleu {
  color: #0B89B7;
  font-size: 20px !important;
}
.tpl-container .tpl-color-orange {
  color: var(--orange, #F44336);
  font-size: 20px !important;
}
.tpl-container .tpl-color-turquoise {
  color: #00B0F0;
  font-size: 20px !important;
}
.tpl-container .tpl-color-bleau-canard {
  color: #0385B5;
  font-size: 20px !important;
}
.tpl-container .tpl-color-bleu-roi {
  color: #4472C4;
  font-size: 20px !important;
}
.tpl-container .tpl-color-vert {
  color: #70AD47;
  font-size: 20px !important;
}
.tpl-container .galeries-cards {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}
.tpl-container .galeries-cards .galerie a {
  text-decoration: none;
  color: #000912;
}
.tpl-container .galeries-cards .gal-card {
  cursor: pointer;
  position: relative;
  width: 409.333px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  width: 100%;
  background: var(--background-background-primary, #FFF);
  /* drop shadow */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tpl-container .galeries-cards .gal-card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: black;
  border-radius: 16px;
}
.tpl-container .galeries-cards .gal-card:hover {
  transform: scale(1.03);
  transition: 300ms ease-in;
}
.tpl-container .galeries-cards .gal-card:hover .overlay {
  opacity: 0.3;
}
.tpl-container .galeries-cards .gal-card > div {
  justify-self: stretch;
  /* drop shadow */
}
.tpl-container .galeries-cards .gal-card > div > img {
  width: 100%;
  height: 250px;
  border-radius: 16px 16px 0px 0px;
}
.tpl-container .galeries-cards .gal-card .card-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.tpl-container .galeries-cards .gal-card h4 {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.tpl-container .galeries-cards .gal-card .card-infos, .tpl-container .galeries-cards .gal-card .card-description {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.document {
  text-decoration: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #194B55;
}

.document:hover {
  text-decoration: underline;
}

.sm {
  margin-top: 2em;
}

/*****************************
******** GALLERY *************
*****************************/
/* style for demo purposes   */
* {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* modal content styles */
.modal-content-wrapper {
  max-width: 1400px;
  width: 90%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0;
}

.modal-content-wrapper .image-modal-content {
  flex: 0 0 30%;
  cursor: pointer;
  transition: 300ms ease-out;
  margin-right: 20px;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .modal-content-wrapper .image-modal-content {
    flex: 0 0 45%;
  }
}
@media (max-width: 550px) {
  .modal-content-wrapper .image-modal-content {
    flex: 0 0 100%;
  }
}
.modal-content-wrapper .image-modal-content:hover {
  transform: scale(1.03);
  transition: 300ms ease-in;
}

.modal-content-wrapper .image-modal-content img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #222;
}

/* modal popup styles */
.image-modal-popup {
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  animation: 500ms fadeIn;
  display: none;
  z-index: 150;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.image-modal-popup .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-top: 30px;
  position: relative;
}

.image-modal-popup .description, .image-modal-popup .description h1 {
  text-align: center;
  color: white;
  font-size: 1.2rem;
}

.image-modal-popup img {
  max-height: calc(200vh - 50px);
  margin-bottom: 10px;
  margin-top: 100px;
  cursor: pointer;
}

.image-modal-popup span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 4rem;
  color: white;
  cursor: pointer;
}

.image-modal-popup p {
  margin: 5px auto;
  font-size: 1.1rem;
}

.image-modal-popup a {
  margin-bottom: 5px;
  display: inline-block;
  color: #222;
  font-weight: 400;
  text-decoration: none;
  background: #fff;
  margin: 10px 10px;
  padding: 10px 15px;
  border-radius: 6px;
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 1024px) {
  /* CSS */
  header {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
  }
  .logo {
    display: none !important;
  }
  .logo-mobile {
    display: block;
    margin-top: 1em;
  }
  .is-opened {
    display: flex !important;
    flex-direction: column;
    background-color: #04A6A6;
    padding: 2rem 1rem 1rem 1rem;
  }
  .is-opened a {
    color: #194B55 !important;
  }
  .is-opened a:hover {
    color: #fff !important;
  }
  #navbar {
    margin: 0 0;
    width: auto;
    position: unset;
  }
  header nav {
    right: -10% !important;
    width: 250px !important;
  }
  .show {
    display: block;
  }
  .burger-button {
    font-size: 2em;
  }
  .urgence {
    display: none;
  }
  .picture {
    position: absolute;
    top: 50px;
    z-index: -1;
    margin-top: 0em;
    width: 100%;
  }
  .entete {
    display: none;
  }
  .entete-mobile {
    display: block;
    height: 280px;
    width: 100%;
  }
  .picture .figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    width: fit-content;
    padding: 0.5em 0em;
    top: 80px;
    background-color: rgba(0, 0, 0, 0);
  }
  .picture .legende {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .picture .legende h3 {
    font-size: 1.2em;
  }
  .picture .legende p {
    font-size: 0.9em;
    line-height: 1.1;
  }
  .picture .bouton {
    margin: 10px auto;
    float: none;
  }
  .presentation {
    margin-top: 285px;
    width: 90%;
  }
  .presentation h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .presentation h1::before {
    top: 115%;
    width: 50%;
    left: 25%;
  }
  .presentation h1 span {
    padding: 0px;
  }
  .presentation .content {
    margin-top: 2.5em;
  }
  .focus {
    margin-top: 2em;
    width: 90%;
    display: block;
  }
  .last-action {
    padding: 1.5em;
    height: auto;
  }
  .last-action .top {
    display: block;
    text-align: center;
  }
  .top h3 {
    font-size: 1.5em;
    width: 100%;
  }
  .top a {
    display: block;
    width: fit-content;
    padding: 0.5em 1em;
    margin: 1em auto;
  }
  .last-action-content {
    flex-direction: column;
    gap: 0em;
  }
  .last-action-content img {
    display: block;
    width: 100%;
  }
  .last-action-detail {
    gap: 2em;
    padding: 2em 0;
  }
  .last-action-detail h4 {
    font-size: 1.2em;
    text-align: justify;
  }
  .last-action-detail a {
    align-self: center;
  }
  .last-action-detail a img {
    width: auto;
  }
  .carte figure {
    flex-direction: column;
    gap: 2em;
  }
  .carte figure img {
    display: block;
    width: 100%;
  }
  .carte figure figcaption div {
    margin: 0;
    width: fit-content;
    padding: 0px 0px;
    padding: 2em 1em;
  }
  .carte figure div .titre-carte {
    font-size: 1.2em;
    font-weight: 600;
  }
  #footer > img {
    width: 100%;
    display: block;
  }
  #footer .contact {
    width: 90%;
    gap: 2em;
  }
  #footer .contact h4 {
    font-size: 1.5em;
  }
  #footer .contact img {
    width: 70%;
  }
  #footer .contact form {
    display: flex;
    flex-direction: column;
    width: auto;
  }
  #footer .contact input[type=text] {
    width: 85%;
    margin: 0em auto 1.5em auto;
  }
  footer {
    flex-direction: column;
    gap: 0.5em;
  }
  .tpl-container {
    width: 95% !important;
    padding: 15px 10px !important;
  }
  .picture-une {
    margin-top: 2em;
    width: 100%;
  }
  .picture-une img {
    height: 350px;
    object-fit: cover;
  }
}
@media (max-width: 1024px) {
  #navbar {
    background: transparent;
  }
  .menu-principal {
    display: none;
  }
  header nav {
    position: absolute;
    width: 50%;
    top: 80px;
    right: 0;
    background: #04A6A6;
  }
  header nav ul li ul {
    position: relative;
    width: 100%;
    left: 0;
  }
  header nav ul li ul {
    top: 0;
    left: 0;
  }
  header nav ul li:hover ul {
    background: #9cd3cf;
    width: 100%;
  }
  header nav ul li ul li ul {
    top: 0;
    left: 0;
    padding-left: 1rem;
  }
  header .legende {
    display: none;
  }
}
@media (max-width: 1024px) {
  .burger-button {
    display: block;
  }
}
.horaires-syndicat {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.horaires-syndicat h2 {
  text-align: center;
  margin-bottom: 20px;
}

.horaires-syndicat .contenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.horaires-syndicat .colonne {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 0 0 0 100px;
}

.horaires-syndicat a {
  color: #007BFF;
  text-decoration: none;
}

.horaires-syndicat a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/app.scss%22,%22../../assets/styles/components/_burger.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AACQ;AACA;AACA;ACHR;AAAA;AAAA;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA;AAAA;AAAA;AAWC;AAAA;AAAA;AAIA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA,QAxBa;EAyBb,OAzBa;EA0Bb,SAxBgB;EAyBhB,kBA7BmB;EA8BnB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;EACA,QAxCe;EAyCf,YA7Cc;EA8Cd;EACA;EACA;;;AAGF;EACE,kBAlDyB;;;AAqD3B;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;ADnEH;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AACA;AACA;AACI;AACJ;AACA;EACI;;;AAGJ;EACI;EACA;;;AAWJ;EACI,OATK;;;AAWT;EACI,OAXK;;;AAaT;EACI;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAMJ;EACI;EACA,OApCK;EAqCL;EACA;;;AAEJ;EACI;;;AAGJ;EACI;EACA;;;AAEJ;EACI;;;AAiBJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI,OA1FK;EA2FL;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;;AAIJ;EAEI;;;AAEJ;EAEI;;;AAGJ;EACI;EACA;EACA;EACA,YArHK;EAsHL;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAIJ;EACI,OAnJU;;;AAsJd;EACI;EACA;;;AAGJ;EACI,kBA3JW;EA4JX;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI,kBA5MU;EA6MV;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;;AAcR;AAAA;AAAA;AAGA;EACI;EAMA;;AAOA;EACI;EACA;;AAEJ;EACI;;AAKA;EACI;;AAIP;EACG;;;AAIR;EACI;IACI;;;AAGR;EACI;IACI;;;AAMR;EAGI;EACA;EACA;;AACA;EACI;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBA5SH;;AAqTL;EACI;EACA;;AACA;EACI;;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EAUI;EACA;EACA;EACA;EACA;EACA;;AAdA;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAWJ;EACI;;AAEJ;EACI;;AAKJ;EAEI,kBA5WE;;AA8WN;EACI,OA/WE;;AAmXN;EAEI;;AAEJ;EACI;;AAMJ;EAEI;;AAEJ;EACI;;AAGR;EACI;EACA;;;AAKR;EAEI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA,OAzaC;EA2aD;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI,OAjbM;EAkbN;EACA;;;AAGR;EACI;EACA;EACA;EAEA;;;AAGJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAMR;EACA;EACA;;AACI;EAEI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAQpB;EACI;;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAGR;EAEI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EAEA;EAEI;EAEA;;AACJ;EACI;EACA;;;AAgBJ;AAII;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EAEA;;AAEJ;EACI,OA9oBH;;AAgzBL;EACI;;AAUA;EACI;EACA;EAKA;EACA;EACA;EACA;AAEA;EACA;;AAEA;EACI;EAIA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EAEA;EAEA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AAEJ;EAEI;EACA;EACA;;AAEJ;EAGI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;;AAIR;EACI;EACA;EACA;EAEA;EACA,YAr5BE;;AAs5BF;EACI;EACA,OA15BP;AA25BO;EACA;EACA;EACA;EACA;;AAEJ;EACI;;;AAcR;EACI;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;EACA;AACA;;;AAMhB;EACI;IACA;IACA;IACA;IACA;;;AAGJ;EACI;IACI;;;AAGR;EACI;IACI;;;AAIR;EACI;;;AAIJ;EAcI;IACI;;EAIJ;IACI;;;AAMR;EACI;EACA;;;AAGJ;EACI;EACA;;;AAIJ;AAAA;AAAA;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAGA;EAEI;EACA;EACA;EACA;AAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EAEA;;AAIR;EACI;EACA;EACA;AAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EAEA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAKR;EAEI;EACA;EACA;EACA;AAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA,OAvnCM;EAwnCN;EACA;AAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAIR;EACI;;AAEJ;EAEI;EACA;AAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EAEA;;AACA;EANJ;IAOQ;;;AAGR;EACI;EACA;EACA;EACA;;AACA;EALJ;IAMQ;;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA,YAnsCC;EAosCD;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA,YA/sCC;EAgtCD;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA,YA3tCM;EA4tCN;;AACA;EACI;EACA;;AAGR;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAEA;EAEA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;;AAEJ;EACI;AACA;;AACA;EACI;EACA;EAEA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OAr1CK;;;AAu1CT;EACI;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;AAIA;AACA;EACI;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAEF;EACE;IACE;;;AAGJ;EACE;IACE;;;AAGJ;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;EACA;EACA;EAEA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;EAEE;EACA;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;AAAA;AAAA;AAAA;AAKA;AAEI;EACA;IACI;IACA;IACA;IACA;IACA;;EAEJ;IAEG;;EAEH;IACI;IACA;;EAGJ;IACI;IACA;IACA,kBAh/CC;IAk/CD;;EAEJ;IACI;;EAGJ;IACI;;EAEJ;IAEI;IACA;IACA;;EAIJ;IACI;IACA;;EAKJ;IACI;;EAGJ;IAEI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IAII;;EAEJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IAEA;IACA;IACA;;EACA;IACA;;EAEA;IACA;IACA;;EAGJ;IAEI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACG;IACA;IACA;;EAEH;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAEJ;IACI;IACA;;EAGJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAEJ;IACI;;EAGJ;IACI;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IAEE;IACA;;EAGF;IACI;IACA;;EAEJ;IACG;IACA;;;AAIP;EACI;IACI;;EAEJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA,YAvtDC;;EA8tDL;IACI;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI,YAvuDM;IAwuDN;;EAMJ;IACI;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI%22,%22file%22:%22app.output.css%22%7D */
