/*  Theme Name:   gestimark enfant
Description:  Thème blank
Author:       Gestimark  
Author URI:   https://gestimark.com/
Template:     blankslate 
Version:      0.1.0 */





/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    GÉNÉRAL
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ------------ Langue ---------------- */

.wpml-ls-legacy-list-horizontal a {
  line-height: 0;
  padding: 5px;
  border-radius: 5px;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin-bottom: 0px;
}

.wpml-ls-legacy-list-horizontal {
    padding: 0px;
}


.wpml-ls-statics-footer {
    position: absolute;
    top: 13px !important;
    right: 70px;
    z-index: 100;
}


@media screen and (min-width: 1200px) {
    .wpml-ls-statics-footer {
        right: 5px !important;
        top: 5px !important;
    }
}



body {
  font-family: "Open Sans", serif;
  background-color: #b8c3c7;
	
/* FIN CHANGEMENT DEGRADE D'ARRIERE PLAN DU SITE*/
	
  min-height: 100vh;
  max-width: 2048px;
  margin: auto;
}

body::before {
	
/* CHANGEMENT IMAGE VAGUES D'ARRIERE PLAN DU SITE*/	
	
  content: url(/wp-content/uploads/2025/01/lignes-v.svg);
	
/* FIN CHANGEMENT IMAGE VAGUES D'ARRIERE PLAN DU SITE*/		
	
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: -1;
}


main {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

/* ---------------------------------------------------------------------------------------------------------------------
  Images, titres, texte, liens, listes
--------------------------------------------------------------------------------------------------------------------- */

.gtm-radius img, .gtm-galerie img, .gtm-bg {
  border-radius: 5px;
}

/* -------------------- Titres -------------------- */

h1, h2  {
  font-size: 2rem;
  margin-top: 0px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  color: whitesmoke;
  word-break: normal;
}


.gtm-titre-bg-white-section {
  margin-bottom: -10px;
  margin-left: -3px;
  position: relative;
  z-index: 1;
  color: whitesmoke;
  -webkit-text-stroke: 1px #b8c3c7 !important;
}

@media screen and (min-width: 1052px) {
  .gtm-titre-bg-white-section {
    margin-bottom: -16px;
    margin-left: -4px;
  }

  h1 {
    font-size: 3.5rem;
  }

  h2.gtm-titre-bg-white-section {
    font-size: 2.8rem;
  }
}

  
h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: 0px !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  color: whitesmoke;
  word-break: normal;
}

h2.gtm-h2-dark {
  color: #171616;
}

h3 {
  font-size: clamp(1.4rem, 4vw, 2rem);
  margin-bottom: 15px;
  margin-top: 0px !important;
  word-break: normal;
  color: #171616;
}

h4 {
  font-size: clamp(1.2rem, 3vw, 1.8rem); 
  margin-bottom: 15px;
  margin-top: 0px !important;
  word-break: normal;
  color: #171616;
}

h5 {
  font-size: clamp(1.4rem, 4vw, 2rem);
  margin-bottom: 15px;
  margin-top: 0px !important;
  word-break: normal;
  color: #171616;
}

h6 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 15px; 
  margin-top: 0px !important;
  word-break: normal;
  color: #171616;
}

/* -------------------- Texte -------------------- */

p {
  color: whitesmoke;
}

.gtm-section-bg-white p {
  color: #171616;
}

.gtm-section-bg-white-light p {
  color: #171616;
}

/* -------------------- liste -------------------- */

li {
  color: whitesmoke;
}

.gtm-section-bg-white li {
  color: #171616;
}

/* -------------------- Liens -------------------- */

a {
  display: inline-block;
	color: #7c82ff;
  position: relative;
  text-decoration: none !important;
  transition: transform .2s ease-in-out,
              color .2s ease-in-out;
}

.gtm-section-bg-white a, .gtm-section-bg-white-light a {
  color: #7c82ff;
}

.gtm-section-bg-white a:not(.wp-element-button,.wp-block-social-link-anchor,.wp-block-post-excerpt__more-link):hover, .gtm-section-bg-white-light a:not(.wp-element-button,.wp-block-social-link-anchor,.wp-block-post-excerpt__more-link):hover {
  color: #414496;
}

a:not(.wp-element-button,.wp-block-social-link-anchor,.wp-block-post-excerpt__more-link):hover {
  color: #414496;
  transform: translateY(-3px);
}

/* -------------------- Boutons -------------------- */

.gtm-btn-primary a {
  border: 2px solid #7c82ff;
  color: whitesmoke
   !important;
  background-color: transparent;
  border-radius: 99px;
  transition: background-color .2s ease-in-out;
}

.gtm-btn-primary a:hover  {
  background-color: #7c82ff;
  border: 2px solid #7c82ff !important;
}

a.gtm-btn-general  {
  border: 2px solid #7c82ff;
  color: whitesmoke
   !important;
  background-color: transparent;
  border-radius: 99px;
  padding: 10px 20px;
  transition: background-color .2s ease-in-out;
}

a.gtm-btn-general:hover  {
  background-color: #7c82ff;
}

.gtm-btn-secondary a {
  border: 2px solid #414496;
  background-color: transparent;
  color: #2b2800 !important;
  border-radius: 99px;
  transition: background-color .2s ease-in-out,
              border .2s ease-in-out;
}

.gtm-btn-secondary a:hover  {
  background-color: #414496;
  border: 2px solid #414496;
  color: whitesmoke !important;
}

.gtm-btn-third a {
  color: whitesmoke !important;
  background-color: #A0CD60;
  border-radius: 99px;
  border: none !important;
  transition: background-color .2s ease-in-out;
}

.gtm-btn-third a:hover  {
  background-color: #171616;
}

.wp-block-button__link {
  color: #171616 !important;
  background-color: transparent;
  border: 2px solid #171616;
  transition: background .2s ease-in-out,
              color .2s ease-in-out,
              border .2s ease-in-out;
}

.wp-block-button__link:hover {
  color: whitesmoke !important;
  background-color: #A0CD60;
  border: 2px solid #A0CD60;
}

.gtm-bouton-infolettre a {
  color: #fff !important;
  border-color: #fff !important;
  margin-bottom: 50px;
}

.gtm-bouton-infolettre a:hover {
  color: #171616 !important;
  border-color: #fff !important;
  background-color: #fff;
}

/* ------------------- Position sticky ---------------------- */

@media screen and (min-width: 768px) {
  .gtm-sticky {
    position: sticky;
    top: 20px;
  }
  
  .gtm-sticky-2 {
    position: sticky;
    top: -40%;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////////////////
                                    ANIMATIONS
/////////////////////////////////////////////////////////////////////////////////////////// */

/* Hero */

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

/*contenu*/
.animate-fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-fade-in-2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease .4s, transform 0.6s ease .4s;
}

.animate-fade-in-2.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-fade-in-3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease .8s, transform 0.6s ease .8s;
}

.animate-fade-in-3.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-slide-in {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-slide-in.visible {
    opacity: 1;
    transform: translateX(0);
}

.animate-zoom-in {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-zoom-in.visible {
    opacity: 1;
    transform: scale(1);
}

/* ///////////////////////////////////////////////////////////////////////////////////////////
                                    FORMULAIRE
/////////////////////////////////////////////////////////////////////////////////////////// */


.wpcf7-form input:not(.wpcf7-file, .wpcf7-submit) {
  width: 100%;
  border: 2px solid #171616;
  border-radius: 5px;
  background-color: transparent;
  height: 30px;
  margin-top: 10px;
  outline-color: #A0CD60;
}

.wpcf7-form textarea {
  width: 100%;
  border: 2px solid #171616;
  border-radius: 5px;
  background-color: transparent;
  margin-top: 10px;
}

.wpcf7-form select {
  border: 2px solid #171616;
  border-radius: 5px;
  background-color: transparent;
  height: 30px;
  margin-top: 10px;
}

.wpcf7-submit {
  background-color: #A0CD60;
  color: #fff;
  padding: 10px 20px;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  transition: background-color .2s ease-in-out;
}

.wpcf7-submit:hover {
  background-color: #171616;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    HERO
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.gtm-logo-top {
  transform: translateY(-42px);
}

.gtm-img-logo-top {
  width: 200px;
}


@media screen and (min-width: 1200px) {
  .gtm-logo-fimav-menu {
      transform: translateY(-12px);
  }

  .gtm-img-logo-top {
  width: 150px;
}

}

@media screen and (min-width: 1300px) {
  .gtm-logo-fimav-menu {
      transform: translateY(0px);
  }
}

.gtm-logo-top {
  padding: 40px 20px 20px 20px;
}

.gtm-hero-accueil .n2_clear {
  margin-top: 0px;
}

.gtm-hero-accueil .n2-ss-section-main-content {
  border-radius: 10px;
}



.gtm-hero-standard {
  border-left: 10px solid whitesmoke;
  border-right: 10px solid whitesmoke;
  border-bottom: 10px solid whitesmoke;
  border-radius: 10px;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .gtm-hero-standard {
    border-left: 30px solid whitesmoke;
    border-right: 30px solid whitesmoke;
    border-bottom: 30px solid whitesmoke;
}

.gtm-hero-accueil {
  margin-top: 60px;
}
}


.gtm-baseline {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1rem, 2.8vw, 20rem);
  background-color: whitesmoke;
  color: #171616;
  /* border-top-left-radius: 6px;
  border-top-right-radius: 6px; */
  padding: 5px 10px;
}

.gtm-content-hero-standard {
  color: whitesmoke;
  padding: 40px;
}

@media screen and (min-width: 1200px) {
  
  .gtm-logo-top {
    display: none;
  }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    SECTIONS
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.wp-block-group {
  margin-bottom: 30px;
}

.gtm-section-compo {
  margin-top: 40px;
}

.gtm-section-bg-white {
  position: relative;
  background-color: whitesmoke;
  padding: 45px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0px;
  margin-bottom: 30px !important;
}


.gtm-section-bg-white hr.wp-block-separator, .gtm-section-bg-white-light hr.wp-block-separator {
  margin-top: 20px;
  border-top: 4px solid #171616;
}

.gtm-titre-section {
  text-transform: uppercase;
  font-weight: 700;
}

.gtm-section-bg-white-light {
  margin-bottom: 30px;
  background-color: whitesmoke;
  padding: 40px;
  border-radius: 10px;
}

.gtm-grille-logo {
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.gtm-grille-logo img {
  max-width: 100%;
}

@media screen and (min-width: 350px) { 
  .gtm-grille-logo img {
    max-width: 180px;
  }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    PLANIFIER VOTRE FIMAV
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.gtm-se-rendre, .gtm-covoiturer, .gtm-nous-trouver, .gtm-4-star, .gtm-3-star {
  position: relative;
  width: fit-content;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

/* .gtm-se-rendre::before, .gtm-covoiturer::before, .gtm-nous-trouver::before {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
} */

.gtm-se-rendre::before {
  content: url(/wp-content/uploads/2025/02/map.svg);
  width: 20px;
}

.gtm-covoiturer::before {
  content: url(/wp-content/uploads/2025/02/car-solid.svg);
  width: 30px;
}

.gtm-nous-trouver::before {
  content: url(/wp-content/uploads/2025/02/magnifying-glass-solid.svg);
  width: 30px;
}

.gtm-4-star::before {
  content: url(/wp-content/uploads/2025/02/4-star.svg);
  width: 50px;
}

.gtm-3-star::before {
  content: url(/wp-content/uploads/2025/02/3-star.svg);
  width: 35px;
}

.gtm-img-planifier {
  min-height: 50vh !important;
}

@media screen and (min-width: 782px) { 
  .gtm-img-planifier {
    min-height: 100vh !important;
  }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    CONCERT
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width: 1024px) {
  .gtm-blog-concert-art.wp-container-core-post-template-is-layout-6d3fbd8f {
    grid-template-columns: repeat(2, minmax(0, 1fr));
} 
}

.gtm-blog-concert-art h3 {
    text-transform: uppercase;
}


.wp-block-post-excerpt__more-link {
  padding: 5px 15px 7px 15px;
  margin-top: 15px;
}

/*article.category-concerts header, article.category-nouvelles header, article.category-nouvelles .entry-content > a, article.category-concerts .entry-content > a {
	display: none;
}*/

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   NOUVELLES
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* .gtm-nouvelles ul.wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
} */

@media screen and (min-width: 992px) {

  .gtm-nouvelles ul.wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    }
  
  .gtm-nouvelles ul.wp-block-post-template li {
    margin-top: 0px;
  }
  
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   GRILLE HORAIRE
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* @media (min-width: 782px) {
  .gtm-grille-horaire {
    flex-wrap: wrap !important;
  }

  .gtm-bloc-grille-horaire {
      flex-basis: 48%!important;
  }
}

@media screen and (min-width: 1477px) { 
  .gtm-bloc-grille-horaire {
      flex-basis: 23% !important;
  }
} */


/* Nouvelle grille horaire */


.gtm-grille-horaire h5 {
  font-size: 25px;
}

.gtm-grille-horaire h6 {
  font-size: 18px;
}

.gtm-jour {
  border: 2px solid #2b2800;
  border-radius: 10px;
  padding: 10px;
}

.gtm-gratuit {
  background-color: #A0CD60;
  padding: 10px;
  border-radius: 10px;
}

.gtm-qg {
  background-color: #ffbb60;
  padding: 10px;
  border-radius: 10px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    ACCORDÉONS
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title>.gutena-accordion-block__panel-title-inner>.trigger-plus-minus>.vertical {
  height: 13px;
}

.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title>.gutena-accordion-block__panel-title-inner>.trigger-plus-minus>.horizontal {
  width: 13px;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    APPELS À L'ACTION BAS DE PAGE
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.gtm-appel-action {
  flex-wrap: wrap !important;
}

  .gtm-action h3 {
  font-size: 2rem;
}

@media screen and (min-width: 782px) {
  .gtm-action h3 {
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}

}


@media screen and (min-width: 782px) and (max-width: 1012px) { 
  .gtm-appel-action .wp-block-column.animate-fade-in.is-layout-flow.wp-block-column-is-layout-flow.visible {
    flex-basis: 100% !important;
}

}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    POLITIQUE DE CONFIDENTIALITÉ
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.post-3 h3, .post-1636 h3 {
  color: #fff;
}

/*-----------------------------------------------------
    COOKIES
-----------------------------------------------------*/
.cky-cookie-des-table li {
  color: #000;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    FOOTER
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.gtm-footer-standard {
  background-color: whitesmoke;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}



.gtm-logo-footer {
  padding: 30px 30px 30px 60px;
}

.gtm-footer-content {
  align-items: center;
  justify-content: center;
  color: #2b2800;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}

.gtm-footer-center {
  text-align: center;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    OUPS
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.gtm-404 {
  position: relative;
  background-image: url(/wp-content/uploads/2025/03/oups.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.gtm-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171616;
  opacity: .5;
  border-radius: 10px;
}

.gtm-oups-txt {
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: auto;
  text-align: center;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    LANGUES
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.wpml-ls-statics-footer {
  position: absolute;
  top: 10px;
  right: 70px;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .wpml-ls-statics-footer {
    right: 10px;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    RECHERCHE
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.search-results-container {
  width: 80%;
  margin: auto;
  padding: 20px;
}

.search-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.search-result {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.search-image img {
  width: 100%;
  border-radius: 10px;
}

.search-heading a {
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

.search-excerpt {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
}

.search-button {
  display: inline-block;
  padding: 8px 15px;
  background: #0073aa;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.search-button:hover {
  background: #005a87;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    COPYRIGHT
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.gtm-copyright-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: whitesmoke;
  margin-top: 30px;
  margin-bottom: 65px;
}

.gtm-flinks a, .gtm-flinks span {
  color: whitesmoke;
}

.gtm-copyright-content h6 {
  font-weight: 100;
  font-size: 16px;
}

.gtm-copyright-content p {
  font-size: 16px;
}

.gtm-copy-anim-logo {
  text-align: center;
  padding-bottom: 30px;
}

a.gtm-lien-gestimark {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

a.gtm-lien-gestimark .gtm-g-gestimark {
  transition: all .2s ease-in-out;
}

a.gtm-lien-gestimark:hover .gtm-g-gestimark {
  transform: rotate(8deg);
}

a.gtm-lien-gestimark .gtm-creation-de {
  width: 100px;
  padding-right: 10px;
}

a.gtm-lien-gestimark .gtm-g-gestimark {
  width: 35px;
}

.wp-block-group.gtm-grille-logo.is-content-justification-center.is-layout-flex.wp-container-core-group-is-layout-3.wp-block-group-is-layout-flex {
    gap: 70px;
}




/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
    Bandeau Info
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.gtm-bandeau-wrapper {
    margin-bottom: var(--space-sm);
}


.gtm-bandeau-wrapper > div {
  padding: 0px;
}

.gtm-bandeau-container {
  width: 100%;
  min-height: 50px;
  align-content: center;
  overflow: hidden; /* Masque le texte quand il sort du cadre */
  background-color: whitesmoke;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}

.gtm-bandeau {
  display: inline-block;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000 !important;
  white-space: nowrap; /* Empêche le texte de passer à la ligne */
  padding-left: 100%; /* Commence hors de l'écran */
  animation: defilement 30s linear infinite; /* Animation continue */
}

.gtm-bandeau a {
  border: 2px solid #414496;
    background-color: transparent;
    color: #2b2800 !important;
    border-radius: 99px;
    padding: 5px 10px;
    margin-left: 25px;
    transition: background-color .2s ease-in-out, border .2s ease-in-out;
}

.gtm-bandeau a:hover {
    background-color: #414496;
    border: 2px solid #414496;
    color: whitesmoke !important;
    transform: none;
}


@keyframes defilement {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


* {
    word-wrap: normal;
}