/* -----------------------------------------------------
                        RESEAUX SOCIAUX
------------------------------------------------------- */

/* ----- Position du social share en mobile ----- */

@media screen and (max-width:768px) {
  
  .gtm-container-ms{
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
  }

  .a2a_kit  {
    display: flex;
    justify-content: center;
    min-width: 300px;
  }

  .a2a_kit a {
    display: inline;
  }

  .gtm-ms1 {
    padding-bottom: 10px;
  }
}

/* -----------------------------------------------------
                        RESEAUX SOCIAUX
------------------------------------------------------- */

/* ----- Couleur du réseau social share ----- */

.a2a_kit a {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 0 30px;
}

span.a2a_svg.a2a_s__default.a2a_s_facebook, span.a2a_svg.a2a_s__default.a2a_s_email, span.a2a_svg.a2a_s__default.a2a_s_twitter, span.a2a_svg.a2a_s__default.a2a_s_share2 {
  background: #fff !important;
  padding: 5px;
  border-radius: 64% 36% 55% 45% / 58% 52% 48% 42% !important;
}

span.a2a_svg path {
  fill: #217AAB !important;
}

a.a2a_dd {
  display: none !important;
}







/* Bonne façon de l'écrire mais ne s'affiche pas comme il faut */
@font-face {
  font-family: 'Angelface';
  src: url('/templates/gtm_template4/typographies/Angelface.woff2') format('woff2'),
      url('/templates/gtm_template4/typographies/Angelface.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                              GENERAL
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

/* -----------------------------------------------------
						RESET
------------------------------------------------------- */
html {
  max-width: 2560px;
  height: 100%;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}

body {
  min-height: 100%;
  background: #fff;
  background-image: url(/images/c-background/calacs-victoriaville-background-5.png);
}


body,div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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;
  box-sizing: border-box;
  color: #464646;
}


.gtm-wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 240px;
  /* padding-top: 69px; */
  margin-top: 150px;
}

.gtm-wrapper img {
  width: 100%;
  height: auto;
}

nav.pagenavigation {
  display: none;
}

/* -----------------------------------------------------
                MODULES
------------------------------------------------------- */

/* -------------- padding -------------*/

*[class^="gtm-pos"] .moduletable:not(.gtm-surmenu, .gtm-citation, .gtm-type, .gtm-ateliers-img-droite) {
  padding: 2rem 8vw 10px 8vw;
  margin-bottom: 50px;
}

.com-content-category-blog.blog {
  padding: 2rem 8vw 10px 8vw;
  /* margin-top: 200px; */
}

/* .com-users-login.login.gtm-compte {
  margin-top: 200px;
} */

/* -------------- Centrer le module -------------*/

/* centrer verticalement et horizentalement */
.gtm-center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* centrer verticalement et verticalement */
.gtm-center-v {
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
}

/* centrer verticalement et horizontalement */
.gtm-center-h {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* -------------- Flexbox dans un module simple  -------------*/

.gtm-flex-2 .gtm-custom, .gtm-flex-3 .gtm-custom, .gtm-flex-4 .gtm-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

/* 2 colonnes */

  .gtm-flex-2 .gtm-custom div {
      width: 50%;
}

  /* 3 colonnes */

  .gtm-flex-3 .gtm-custom div {
      width: 33.33%;
  }

  /* 4 colonnes */

  .gtm-flex-4 .gtm-custom div {
      width: 25%;
  }


/* -----------------------------------------------------
              ARTICLE
------------------------------------------------------- */

.gtm-article .item-page {
  padding: 0 8vw 0 8vw;
}

.gtm-article .item-page .gtm-texte {
  padding: 2rem 0 10px 0;
}

/* centrer le contenu de l'article */

.gtm-article-center {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

/* -----------------------------------------------------
                    FORMULAIRES
------------------------------------------------------- */

.moduletable.gtm-formulaire-ateliers, .moduletable.gtm-form-entreprises {
  padding: 2rem 8vw 10px 8vw;
}

/* dimensions du formulaire */

.gtm-form {
  max-width: 100%;
  margin: auto;
  padding: 2rem 8vw 10px 8vw;
}

.formContainer.formVertical {
  margin-top: 30px !important;
}

/* design du titre */

.gtm-form form h2 {
  margin-bottom: 25px;
}

.rsformgtm-no-padding.gtm-form {
  padding-right: 30px;
}

.rsformgtm-no-padding.gtm-form h2 {
  padding-top: 0;
}

/* design du bouton envoyer */

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
  display: inline-block;
  color: #fff;
  background-color: #1F8B8E;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 20px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out;
  border-radius: 44% 88% 90% 100% / 95% 95% 80% 100%;
  border-color: transparent;
}

.gtm-form .formResponsive button[type="submit"]:hover {
  background-color: #217AAB;
}

/* design du formulaire */

.formControls {
  display: block;
}

.formControls input, .formControls textarea {
  width: 100%;
  padding: 10px !important;
}

.formResponsive input, .formResponsive textarea {
  box-sizing: border-box !important;
  height: auto !important;
}

.rsform-input-box {
  width: 100%;
  padding: 0 !important;
}

.formResponsive input:focus {
  border: 2px solid #005FCC !important;
  outline: 0;
  box-shadow: none !important;
}

.formResponsive textarea:focus {
  border: 2px solid #005FCC !important;
  outline: 0;
  box-shadow: none !important;
}


/* -----------------------------------------------------
                        IMAGES
------------------------------------------------------- */

.gtm-pos img {
  width: 100%;
  height: auto;
}

.gtm-image-1 img {
  -webkit-mask-image: url(/images/c-masque/forme-pastille-1.svg);
  mask-image: url(/images/c-masque/forme-pastille-1.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  margin-bottom: 4rem;
}

.gtm-image-2 img {
  -webkit-mask-image: url(/images/c-masque/forme-pastille-2.svg);
  mask-image: url(/images/c-masque/forme-pastille-2.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  margin-bottom: 4rem;
}

.gtm-image-3 img {
  -webkit-mask-image: url(/images/c-masque/forme-pastille-3.svg);
  mask-image: url(/images/c-masque/forme-pastille-3.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  margin-bottom: 4rem;
}

.gtm-image-4 img {
  -webkit-mask-image: url(/images/c-masque/forme-pastille-4.svg);
  mask-image: url(/images/c-masque/forme-pastille-4.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  margin-bottom: 4rem;
}

.gtm-image-5 img {
  -webkit-mask-image: url(/images/c-masque/forme-pastille-5.svg);
  mask-image: url(/images/c-masque/forme-pastille-5.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  /* padding-left: 30px; */
  max-height: 700px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 4rem;
}

/* -----------------------------------------------------
                        TITRES
------------------------------------------------------- */


h1 {
  font-size: 2.5rem;
  line-height: 2rem;
  font-family: 'Angelface';
  color: #217AAB;
  font-weight: 100;
  margin-bottom: 50px;
}

h2 {
    font-size: 1.8rem;
    color: #217AAB;
}

h3 {
  font-size: 1.2rem;
  margin-top: 20px;
}

h4 {
  font-size: 1rem;
  text-transform: uppercase;
  width: fit-content;
  margin-bottom: 20px;
}

h5 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #217AAB;
}

h6 {
    font-size: 1.2rem;
    padding-bottom: 15px;
}

/* -----------------------------------------------------
                        TEXTES
------------------------------------------------------- */

p {
  margin-bottom: 15px;
}

.gtm-citation {
  display: none;
}

.gtm-citation .gtm-custom {
  background-position: 50%;
}

blockquote {
    font-family: serif;
    color: #656566;
    text-align: center;
    padding: 55px;
}

.gtm-citation blockquote p {
  font-family: 'Raleway', sans-serif;
  color : #217aab;
  font-size: .8rem;
  font-weight: 400;
  font-style: italic;
}

/* -----------------------------------------------------
                    LIENS ET BOUTONS
------------------------------------------------------- */

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

/* lien v1 */

a {
  text-decoration: none;
  cursor: pointer;
  color: #1F8B8E;
  font-weight: 700;
  transition: color .2s ease-in-out;
}

a:hover {
    color: #217AAB;
}

/* lien spécial */

a.gtm-lien-spe {
    color: lightgreen;
  transition: color .2s ease-in-out;
}

a.gtm-lien-spe:hover {
    color: whitesmoke;
}


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

/* bouton 1 */


a.gtm-bouton {
    display: inline-block;
    color: #fff;
    background-color: #1F8B8E;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 25px 15px 30px;
    transition: background-color .2s ease-in-out;
    border-radius: 51% 87% 70% 71% / 74% 92% 75% 86%;
    padding: 20px 25px;
    width: fit-content;
}

a.gtm-bouton:hover {
  background-color: #217AAB;
}

/* bouton 2 */
a.gtm-bouton2 {
  display: inline-block;
  color: #fff;
  background-color: green;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out;
}

a.gtm-bouton2:hover {
  background-color: darkgreen;
}

/* bouton 3 */
a.gtm-bouton3 {
  display: inline-block;
  color: #fff;
  background-color: blue;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out;
}

a.gtm-bouton3:hover {
  background-color: darkblue;
}

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

/* bouton 1 */
a.gtm-bouton-contour {
  display: inline-block;
  color: red;
  background-color: transparent;
  border: 2px solid red;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out,
              border .2s ease-in-out,
              color .2s ease-in-out;
}

a.gtm-bouton-contour:hover {
  background-color: darkred;
  border: 2px solid darkred;
  color: #fff;
}

/* bouton 2 */
a.gtm-bouton-contour2 {
  display: inline-block;
  color: green;
  background-color: transparent;
  border: 2px solid green;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out,
              border .2s ease-in-out,
              color .2s ease-in-out;
}

a.gtm-bouton-contour2:hover {
  background-color: darkgreen;
  border: 2px solid darkgreen;
  color: #fff;
}

/* bouton 3 */
a.gtm-bouton-contour3 {
  display: inline-block;
  color: blue;
  background-color: transparent;
  border: 2px solid blue;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out,
              border .2s ease-in-out,
              color .2s ease-in-out;
}

a.gtm-bouton-contour3:hover {
  background-color: darkblue;
  border: 2px solid darkblue;
  color: #fff;
}


/* -----------------------------------------------------
                    LISTES
------------------------------------------------------- */

/* listes à puce et numérotés */

ul:not(.nav, .gtm-sub-menu, ul.uk-accordion, .uk-first-column), ol {
  /* margin-top: 15px; */
  margin-bottom: 25px;
  padding-left: 15px;
  display: inline-block;
}

ol li {
  margin-left: 35px;
}

li {
  padding-bottom: 10px;
}

ul li::marker, ol li::marker {
  font-size: 1rem;
  color: #217AAB;
}

/* listes avec picto */

ul.gtm-list-pict {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 25px;
}

ul.gtm-list-pict li {
  list-style: none;
  padding-bottom: 5px;
  background: url(/images/gtm/gtm-list-pict.png) no-repeat 0 6px;
  background-size: 15px;
  padding-left: 22px;
}


/* listes à émojis */

ul.gtm-list-emojis {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 25px;
}

ul.gtm-list-emojis li {
  list-style: none;
  padding-bottom: 5px;
}

ul.gtm-list-emojis li::before {
  padding-right: 5px;
}

ul.gtm-list-emojis li:nth-child(1):before {
  content: "😀 ";
}

ul.gtm-list-emojis li:nth-child(2):before {
  content: "😁 ";
}

ul.gtm-list-emojis li:nth-child(3):before {
  content: "😂 ";
}

ul.gtm-list-emojis li:nth-child(4):before {
  content: "😍 ";
}

ul.gtm-list-emojis li:nth-child(5):before {
  content: "😎 ";
}

ul.gtm-list-emojis li:nth-child(6):before {
  content: "🤩 ";
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                 ELEMENTS DE MISE EN PAGE
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


/* -----------------------------------------------------------
                    SUPRESSION DE PADDING
------------------------------------------------------------ */

.gtm-no-padding {
  padding: 0 0 0 0 !important;
}

.gtm-reset-padding {
  padding: 20px 30px 30px 30px !important;
}

/* -----------------------------------------------------------
                    AJOUT DE PADDING
------------------------------------------------------------ */

.gtm-padding-plus {
  padding: 10px 10px 10px 10px !important;
}

.gtm-padding-plus-t {
  padding-top: 10px !important;
}

.gtm-padding-plus-r {
  padding-right: 10px !important;
}

.gtm-padding-plus-b {
  padding-bottom: 10px !important;
}

.gtm-padding-plus-l {
  padding-left: 10px !important;
}

/* -----------------------------------------------------------
                    AJOUT DE MARGIN
------------------------------------------------------------ */

.gtm-margin-plus {
  margin: 40px 40px 40px 40px !important;
}

.gtm-margin-plus-t {
  margin-top: 40px !important;
}

.gtm-margin-plus-r {
  margin-right: 40px !important;
}

.gtm-margin-plus-b {
  margin-bottom: 40px !important;
}

.gtm-margin-plus-l {
  margin-left: 40px !important;
}


/* -----------------------------------------------------------
                    BOX SHADOW
------------------------------------------------------------ */

.gtm-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* -----------------------------------------------------------
                    DÉGRADÉS DE COULEUR
------------------------------------------------------------ */

.gtm-gradient {
  background: rgb(241,158,31);
  background: linear-gradient(0deg, rgba(241,158,31,1) 0%, rgba(239,82,69,1) 100%);
}


/* -----------------------------------------------------------
                    IMAGE BACKGROUND
------------------------------------------------------------ */

.gtm-img-bg .gtm-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}


/* -----------------------------------------------------------
                    OVERLAY
------------------------------------------------------------ */

.gtm-overlay .gtm-custom {
  position: relative;
}

.gtm-overlay .gtm-custom h1,h2,h3,h4,h5,h6,p,a,span,blockquote {
  position: relative;
  z-index: 3;
}

span {
  color: #1F8B8E;
  font-weight: 700;
}

.gtm-overlay .gtm-custom img {
  position: relative;
  z-index: 3;
}

.gtm-overlay .gtm-custom::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(31 139 142 / 59%);
}

/* -----------------------------------------------------------
                    CLIP-PATH
------------------------------------------------------------ */

.gtm-clip {
  clip-path: polygon(100% 0, 100% 100%, 0 96%, 0 0);
}

.gtm-clip-contentgtm-form .gtm-custom {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
}


/* -----------------------------------------------------------
                    VIDEOS
------------------------------------------------------------ */


.gtm-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.gtm-responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* -----------------------------------------------------------
                    SCROLL TO TOP
------------------------------------------------------------ */

.gtm-scroll-top {
  width: 50px;
  height: 50px;
  background-color: #E48424;
  border-radius: 50%;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 100000;
  padding: 10px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
}

.gtm-scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.gtm-scroll-top:active {
  background-color: #65646A;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        RECHERCHE
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.mod-finder__search.input-group {
  display: none;
}

.gtm-over-wide.over-wide {
  display: none;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        HEADER
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/
/* ----------- SUR MENU ET BOUTONS DE BAS DE PAGE ----------- */

.gtm-box-over-456 {
  background-image: url(/images/c-background/background-surmenu.png);
  background-size: cover;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.gtm-box-footer-23 {
  background-image: url(/images/c-background/background-surmenu.png);
  z-index: 10;
}

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

/* .gtm-surmenu-1, .gtm-surmenu-2 {
  padding-top: 10px;
  padding-bottom: 20px;
} */

/* .gtm-titre {
  margin-top: 150px;
} */

.gtm-surmenu a {
    color: #1F8B8E;
    line-height: 1rem;
    font-size: 0.7rem;
}

.gtm-surmenu img {
  width: 30px;
  transform: translateY(9px);
}

.gtm-coordonnees .gtm-box-image img {
  transform: translateY(22px);
}

.gtm-box-image {
  margin-bottom: 20px;
}

.gtm-box-image img.gtm-image-hover  {
  display: none;
}

.gtm-box-image img.gtm-image-fixe  {
  display: inline-block;
}

.gtm-box-image a:hover img.gtm-image-hover  {
  display: inline-block !important;
}

.gtm-box-image a:hover img.gtm-image-fixe  {
  display: none;
}


/* boutons suis-nous */
.gtm-facebook, .gtm-instagram, .gtm-youtube, .gtm-tiktok, .gtm-suis-nous {
  display: inline-block;
} 

.gtm-facebook, .gtm-instagram, .gtm-youtube, .gtm-tiktok {
  display: inline;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 64% 36% 55% 45% / 58% 52% 48% 42%;
}

.gtm-facebook, .gtm-instagram, .gtm-youtube {
  padding: 5px 0;
}

.gtm-tiktok {
  padding: 5px 3px;
}

.gtm-facebook svg#Calque_1, .gtm-instagram svg#Calque_1, .gtm-tiktok svg#Calque_1 {
  width: 20px;
  height: 20px;
  transform: translate(5px, 3px);
}

.gtm-youtube svg#Calque_1 {
  width: 20px;
  height: 20px;
  transform: translate(7px, 3px);
}

.st0 {
  fill: #217AAB !important;
  display: block !important;
}

.gtm-surmenu a:hover {
  color: #217AAB;
}

ul.menu.mod-menu.mod-list.nav img {
  width: 200px;
}

li.menu-item.nav-item.gtmFada.plus.item-101.default a span {
  display: none;
}

.gtm-box-ms a {
    width: 100%;
}
/* ----------------- Header Credits ---------------- */

.gtm-hero-bg-credits {
  position: relative;
  top: 0;
  left: 0;
}

.gtm-hero-bg-credits .gtm-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(82,122,5);
  background: linear-gradient(0deg, rgba(82,122,5,0.19091386554621848) 0%, rgba(32,47,2,1) 100%);
  opacity: .6;
  z-index: 1;
}

.gtm-hero-bg-credits .gtm-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
  min-height: 30vh;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}


.gtm-hero-bg-credits .gtm-custom > * {
  position: relative;
  z-index: 3;
}

.gtm-hero-bg-credits .gtm-custom h1 {
  font-size: 3rem;
}
/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        CONTENU
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

/** ---------------------------------------------------------------------------------
                                                        MASQUES
--------------------------------------------------------------------------------- **/

.gtm-masque-1 {
  -webkit-mask-image: url(/images/c-masque/forme-pastille-bg.svg);
  mask-image: url(/images/c-masque/forme-pastille-bg.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.gtm-masque-2 {
  -webkit-mask-image: url(/images/c-masque/forme-pastille-bg.svg);
  mask-image: url(/images/c-masque/forme-pastille-bg.svg);
  -webkit-mask-repeat: space;
  mask-repeat: space;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/** ---------------------------------------------------------------------------------
                                    CITATIONS
--------------------------------------------------------------------------------- **/
.gtm-citation .gtm-custom {
  background-repeat: no-repeat;
  background-size: auto;
}

.gtm-citation {
  padding-top: 30px;
}

blockquote p::before {
  content: "❝";
}

blockquote p::after {
  content: "❞";
}

/** ---------------------------------------------------------------------------------
                                        PAGE ACCUEIL  
--------------------------------------------------------------------------------- **/
.gtm-hero1 .moduletable {
  margin-top: 130px;
}

.gtm-over6 {
  display: none;
}

.gtm-valeurs-mobile {
  display: block;
}

.gtm-valeurs-desktop {
  display: none;
}

.gtm-types .gtm-custom {
  background-repeat: no-repeat;
  background-size: cover;
}

.gtm-types-inside {
  padding: 2rem 8vw 10px 8vw;
}

.gtm-types-inside h1, .gtm-types-inside h5, .gtm-types-inside p, .gtm-types-inside li {
  color: #fff;
}

.gtm-types-inside h5 {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #fff;
}

.gtm-row-2 {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 30px;
}

.gtm-col-2 {
  padding-top: 30px;
}

.gtm-col-3 {
  padding-top: 30px;
}

.gtm-col-4 {
  display: flex;
  flex-wrap: wrap;
}

.gtm-types-inside ul li::marker {
  color: #fff;
}

.gtm-types-inside .gtm-col-4-1 ul {
  margin-bottom: 0;
}

.gtm-types h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

/* ----- SMARTSLIDER ----- */
h5#n2-ss-4item1 {
  text-decoration-color: #217AAB !important;
  text-underline-offset: 5px;
  font-weight: 200;
}

/* ----- statistiques ----- */

.gtm-stat {
  padding: 2rem 8vw 10px 8vw;
  margin-bottom: 0 !important;
}

.gtm-stat h1 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.gtm-h4-centre h4 {
  text-align: center;
  width: 100%;
}

.n2-section-smartslider.fitvidsignore.n2_clear {
  margin-bottom: 50px;
}

/** ---------------------------------------------------------------------------------
                                        PAGE ATELIERS
--------------------------------------------------------------------------------- **/

.gtm-zoom-jeunes, .gtm-zoom-adultes {
  background: #ffffffd4;
  padding: 30px;
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.gtm-ancre {
  display: block;
  height: 150px;
  margin-top: -150px;
  visibility: hidden;
}

.gtm-zoom-adultes {
  margin-bottom: 50px;
}

.gtm-ateliers-img-droite {
  padding: 0 6vw 0 0;
}

.gtm-prochaine-session {
  padding: 2rem 8vw 10px 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 8px 0px 8px 0px;
  -moz-border-image: url(calacs-bordure-2.png) 24 0 24 0 repeat repeat;
  -webkit-border-image: url(calacs-bordure-2.png) 24 0 24 0 repeat repeat;
  -o-border-image: url(calacs-bordure-2.png) 24 0 24 0 repeat repeat;
  border-image: url(/images/c-background/calacs-bordure-2.png) 24 0 24 0 repeat repeat;
}

div#gtm-custom351 {
  margin-top: 50px;
}

.gtm-boutons-services {
  text-align: center;
  padding-bottom: 4rem;
}

/** ---------------------------------------------------------------------------------
                              PAGES SENSIBILISATION
--------------------------------------------------------------------------------- **/
.widgetsbox {
  margin-bottom: 20px;
  padding: 2rem 8vw 10px 8vw;
}
.gtm-ecole-bouton {
  padding: 2rem 8vw 10px 8vw;
}

.gtm-widget-ecoles li {
  max-width: 500px;
}

.gtm-widget-ecoles li .uk-grid-small>* {
  padding-left: 0;
}

.gtm-widget-ecoles .uk-first-column {
  font-size: 1rem;
  color: #1F8B8E;
  font-weight: 500;
  line-height: 35px;
}

.uk-accordion-title {
  line-height: 1rem;
  overflow: unset;
}

.uk-grid-column-small, .uk-grid-small {
  margin-left: 15px;
}

.uk-position-relative h3 {
  display: none;
}

.gtm-ateliers h4 {
  font-weight: 700;
}
/* ----------------------------------------------------
              PAGE CONTACT NOUS JOINDRE
------------------------------------------------------- */
.gtm-box-bottom-456 {
  background: rgb(33,122,171);
  background: linear-gradient(0deg, rgba(33,122,171,1) 0%, rgba(31,139,142,1) 100%);
  padding-top: 50px;
}

.gtm-heures h5, .gtm-coordonnees h5 {
  margin: 0 auto 30px auto;
}

.gtm-heures p, .gtm-coordonnees p, .gtm-infolettre p, .gtm-heures a, .gtm-coordonnees a, .gtm-infolettre a, .gtm-infolettre h3 {
  color: #fff;
  text-align: center;
}

.gtm-heures-joindre p, .gtm-coordonnees-joindre p {
  color: #464646;
  text-align: center;
}

.gtm-coordonnees-joindre h5, .gtm-heures-joindre h5 {
  text-align: center !important;
  display: block;
  margin: 0 auto 30px auto;
}

.gtm-coordonnees .gtm-last-child {
  margin-bottom: 0;
}

.gtm-coordonnees .gtm-box-image img {
  width: 30px;
  margin-bottom: 15px;
}
/* 
.gtm-titre {
  padding-top: 100px !important;
} */

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        COMPTE
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


.gtm-article .gtm-compte {
  padding-top: 30px;
  padding-bottom: 60px;
  max-width: 1200px;
  margin: auto;
}


/* -----------------------------------------------------
                        CONNEXION
------------------------------------------------------- */

.com-users-login.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* min-height: calc(100vh - 150px); */
}

.login-image {
  max-width: 270px;
}

.com-users-login.login form.com-users-login__form {
  padding: 20px 30px;
  margin: 15px auto 25px auto;
}

.gtm-compte .control-group {
  margin-bottom: 15px;
}

.com-users-login.login input {
  padding: 10px;
  background-color: #ffffff !important;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.btn.btn-primary {
  display: inline-block !important;
  color: #1F8B8E !important;
  cursor: pointer !important;
  background-color: #fff !important;
  line-height: 1.3rem !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  margin: 25px 15px 30px !important;
  transition: background-color .2s ease-in-out !important;
  border: none !important;
  font-size: 20px !important;
  width: fit-content !important;
  border-radius: 51% 87% 70% 71% / 74% 92% 75% 86% !important;
  padding: 20px 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn.btn-primary:hover {
  background-color: #2b73a2;
}

.gtm-container-footer .btn.btn-primary:hover {
  background-color: #fff;
  color: #217AAB;
}

.btn.btn-secondary {
  display: inline-block;
    color: #fff;
    background-color: #1F8B8E;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 15px 30px;
    margin: 25px 15px 30px;
    transition: background-color .2s ease-in-out;
    border-radius: 44% 88% 90% 100% / 95% 95% 80% 100%;
    border: none;
}

.btn.btn-secondary span {
  color: #fff !important;
}

.btn.btn-secondary:hover {
  background-color: #2b73a2;
}

.form-control-feedback {
  font-size: 16px;
  color: red;
  padding-left: 5px;
}

/* -----------------------------------------------------
                        PROFIL
------------------------------------------------------- */

.com-users-profile.profile ul.com-users-profile__edit {
  padding-left: 0px;
}

.com-users-profile.profile ul.com-users-profile__edit.btn-toolbar li  {
  list-style: none;
}

.com-users-profile__core {
  margin-bottom: 35px;
}

.com-users-profile.profile legend {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.com-users-profile.profile .dl-horizontal dt {
  font-size: 1.1rem;
  color: rgb(62, 62, 62);
}

.com-users-profile.profile .dl-horizontal dd {
  color: #939393;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* -----------------------------------------------------
              MODIFICATION PROFIL
------------------------------------------------------- */

.com-users-profile__edit.profile-edit legend {
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.com-users-profile__edit.profile-edit .control-group {
  margin-bottom: 20px;
}

.btn.btn-danger {
  display: inline-block;
    color: #fff;
  background-color: #e94848;
  line-height: 1rem;
  font-weight: 400;
    padding: 1px 10px;
  transition: background-color .2s ease-in-out;
  border: none;
  cursor: pointer;
}

.btn.btn-danger:hover {
  background-color: #9c3636;
}

/* -----------------------------------------------------
                  DECONNEXION
------------------------------------------------------- */

.com-users-logout.logout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 150px);
}

.com-users-logout__description.logout-description {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.com-users-logout.logout .com-users-logout__image {
  max-width: 270px;
}

.gtm-scroll-top {
width: 50px;
height: 50px;
background-color: #217AAB;
border-radius: 50%;
position: fixed;
bottom: 50px;
right: 20px;
padding: 10px;
cursor: pointer;
visibility: hidden;
opacity: 0;
transition: .3s ease-in-out;
}

.gtm-scroll-top.active {
visibility: visible;
opacity: 1;
}

.gtm-scroll-top:active {
background-color: #65646A;
}
/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                           POLITIQUE DE CONFIDENTIALITÉ ET DE COOKIES
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

/* image de cookie */
.cc-revoke.cc-bottom.cc-right {
  content: url(/images/cookie.svg);
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  left: 15px;
  bottom: 15px;
  background-color: transparent !important;
  -webkit-animation: cookie 0.8s 1.8s both;
  animation: cookie 0.8s 1.8s both;
}

@keyframes cookie {
  0% {  
    visibility: hidden;
    transform: translate(0%, 100%); 
  }
  100% {
    visibility: visible;
    transform: translate(0%, 0%); 
  }
}

.cc-btn {
  font-weight: 600;
}

a.cc-btn:hover {
  text-decoration: none;
}

.cc-right {
  right: 0;
}

@media (max-width: 639px) {
  .cc-window.cc-banner .cc-compliance {
      gap: 2%;
  }
}

.cc-window:not(.cc-center) span.cc-message {
  max-height: 100% !important;
}

.cc-message-text {
  display: flex;
  flex-wrap: wrap;
}

.cc-message-text .p1, .cc-compliance.cc-highlight {
  width: 100%;
}

.cc-message-text .p1 {
  margin-top: 25px;
}

/* hauteur de la fenêtre */
div.cc-window.cc-banner {
  padding: 1em;
}

/* x pour fermer la fenêtre */
.cc-close {
  top: .5em;
  right: 1em;
  font-size: .5em;
}

/* placer les éléments dans la barre */
.cc-compliance {
  order: 2;
}

div.cc-checkboxes-container {
  order: 1;
}

/* cacher la flèche et les liens vers la politique de cookie et de confidentialité */
span.cc-cookie-settings-toggler, a.cc-link.cc-privacy {
  display: none;
}

/* espace devant la première boîte pour qu'on voit la bordure de gauche */
input.cc-cookie-checkbox+span {
  left: 1px;
}
 
/* espace sous le bouton paramètres */
.cc-window .cc-message {
  margin-bottom: 0em;
}

/* espace sous le paragraphe pour plus d'informations */
div.cc-window.cc-floating div.cc-settings-label {
  margin-bottom: 20px;
}

/* espace entre la boite à cocher et le texte */
a.cc-link label {
  padding-left: 5px;
}

/* couleur du crochet et du x des cookies */
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:before, div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after, div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:before, div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
  background-color: #fff;
  border-color: #333333;
}

/* centrer du crochet et du x des cookies */
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after {
  left: 4px;
  top: -1px;
}

/* enlever la bordure */
div.cc-checkbox-container:not(:last-child) a {
  border-right: 0;
}

/* couleur du x */
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled+span:after {
  color: #333333;
}

/* couleur du crochet */
div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked+span:after {
  border-color: #333333;
}

/* enlever le background dans les cases à cocher */
input.cc-cookie-checkbox+span:after {
  border-color: #fff #fff #fff #fff;
  background-image: linear-gradient(135deg,#fff 0,#FFF 100%);
}

/* design du bouton paramètres */
span.cc-message span.cc-cookie-settings-toggle {
  display: block;
  width: 110px;
  padding: 0.4em 0.8em;
  border-radius: 44% 88% 90% 100% / 95% 95% 80% 100% !important;
  line-height: 1.3rem;
  margin-top: 10px;
  margin-bottom: 4px;
}

span.cc-cookie-settings-toggle:hover {
  background-color: #217AAB;
  border-color: #217AAB;
}

/* design du bouton accepter */
div.cc-checkboxes-container a.cc-btn.cc-allow {
  width: 100%;
  height: 19px;
  margin-top: 10px;
  padding: 0.4em 0.8em;
  border-radius: 44% 88% 90% 100% / 95% 95% 80% 100% !important;
  line-height: 1.3rem;
  margin-bottom: 4px;
}

div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  background-color: #217AAB;
  border-color: #217AAB;
}

/* design du bouton accepter tous les cookies */
a.cc-btn.cc-allowall {
  margin-right: 0 !important;
  width: 100%;
  border-radius: 44% 88% 90% 100% / 95% 95% 80% 100% !important;
  line-height: 1.3rem;
}

a.cc-btn.cc-allowall:hover {
  background-color: #217AAB;
  border-color: #217AAB !important;
}

/* design du bouton refuser */
a.cc-btn.cc-deny {
  margin-right: 0 !important;
  width: 100%;
  border-radius: 44% 88% 90% 100% / 95% 95% 80% 100% !important;
  line-height: 1.3rem;
}

a.cc-btn.cc-deny:hover {
  background-color: #217AAB !important;
  border-color: #217AAB !important;
}

/* design du lien politique de confidentialité */
a.cc-link.cc-cookie {
  text-decoration: none;
}

a.cc-link.cc-cookie:hover {
  color: #1F8B8E;
}

/* design des catégories de fichiers témoins */
a.cc-link label:hover {
  color: #1F8B8E;
}

/* police */
.cc-revoke, .cc-window {
  font-family: 'Raleway', sans-serif;
}

/* grosseur de la police nous utilisons les cookies */
div.cc-settings-label {
  font-size: 16px;
  padding-top: 2px;
}

div.cc-window.cc-floating {
  width: 100%;
  max-width: none;
  transform: translateY(16px);
}

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

  .cc-window.cc-floating .cc-compliance {
    gap: 0.2em;
    flex-wrap: nowrap;
  }

  a.cc-btn.cc-allowall, a.cc-btn.cc-deny {
    width: 98%;
  }

  .cc-checkbox-container {
    width: 32%;
  }

  div.cc-checkbox-container {
    align-items: flex-start;
    width: 23%;
  }

  div.cc-checkboxes-container a.cc-btn.cc-allow {
    width: 22%;
    margin-top: 0;
    transform: translateY(-2px);
  }

  div.cc-checkboxes-container {
    justify-content: space-between;
  }

  ul.cc-compliance-list {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) {
  div.cc-window.cc-floating {
    padding: 3em 5.5em;
  }
}

@media screen and (min-width: 992px) {
  div.cc-window.cc-floating {
    padding: 3em 8.5em;
  }
}

@media screen and (min-width: 1200px) {
  div.cc-window.cc-floating {
    padding: 3em 11.5em;
  }
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        AMPZ
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

/* .ampz_support_author {
  display: none !important;
}

#ampz_inline_mobile {
  background-color: red !important;
} */

.gtm-recherche .visually-hidden.finder {
  display: none;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        LIENS ZOOM
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-zoom .gtm-custom {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 8vw 10px 8vw;
  display: flex;
  flex-wrap: wrap;
}

.gtm-zoom p span {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 2px solid #217AAB;
  width: fit-content;
  margin-bottom: 20px;
  color: inherit;
  font-weight: 700;
}

.gtm-zoom-intro {
  width: 100%;
}

.gtm-acces-zoom {
  margin-top: 400px;
}

/* cacher l'image en mobile */
.gtm-image-cache {
  display: none;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        PAGE EXTRANET
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.dropfiles-content.dropfiles-content-table.dropfiles-content-multi.dropfiles-files {
  padding: 2rem 8vw 10px 8vw;
}

.gtm-ressources a {
  display: block;
}

.com-users-login__submit.control-group .btn.btn-primary {
  background-color: #1F8B8E;
  color: #fff;
}

.com-users-login__submit.control-group .btn.btn-primary:hover {
  background-color: #217AAB;
}

.dropfiles-content, .dropfiles-dropblock-content {
  background: transparent !important;
  background-color: transparent !important;
}

.dropfiles-content-table.dropfiles-content .table {
  background-color: transparent !important;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        BOUTONS BAS DE PAGE
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


.gtm-appels .gtm-custom {
  padding: 30px;
}

.gtm-appels img {
  width: 30px;
  padding-bottom: 50px;
}

.gtm-appels h4 {
  width: inherit;
  text-align: center;
  color: #1f8b8e;
}
/* -----------------------------------------------------
                        INFOLETTRE
------------------------------------------------------- */
.gtm-infolettre h3, .gtm-heures h6, .gtm-coordonnees h6 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 30px;
  padding: 0;
}

table.acym_form {
  margin: 0 auto !important;
  color: #fff !important;
}

.acym_module_form label {
  color: #fff;
}

.acym_module_form input[type="checkbox"] {
  width: auto !important;
}

.acym_module_form input:not(.btn.btn-primary) {
  width: 100%;
  font-family: 'Raleway', sans-serif;
  border: #fff;
  border-radius: 10px;
  height: 25px;
  margin-bottom: 10px;
  padding-left: 10px;
  transform: translateY(6px);
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        COPYRIGHT
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-row-copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
}

.gtm-box-footer-456 {
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

.footer-wide2 {
  background: rgb(31,139,142);
  background-color: #217AAB;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  padding: 2rem 8vw;
}

.gtm-plaintes h3 {
  color: #fff;
  margin-top: 0;
}

.gtm-plaintes a {
  color: #fff;
  text-decoration: underline !important;
}

.gtm-plaintes a:hover {
  color: #a09696;
}

.gtm-plaintes p {
  color: #fff;
  margin-top: 20px;
  font-size: 16px !important;
}

.gtm-copyright1 {
  background: rgb(31,139,142);
  background-color: #217AAB;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

.gtm-copyright1.copyright1 div.gtm-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gtm-copyright1.copyright1 div.gtm-custom div {
  padding-bottom: 30px;
}

.gtm-box-footer-456 a:hover {
  color: #a09696;
}

.gtm-copyright1.copyright1 img {
  max-width: 200px;
}

.gtm-heures, .gtm-coordonnees {
  width: 100%;
  padding-bottom: 70px;
  text-align: center;
}

.gtm-flinks {
  margin-top: 15px;
  color: #ffffff;
  font-size: 16px !important;
}

h6.gtm-flinks a {
  color: #fff;
}

h6.gtm-flinks a:hover, h6.gtm-flinks a:visited {
  color: #a09696;
}

.gtm-copyright  {
  padding-top: 15px;
  color: #ffffff;
  font-size: 16px !important;
}


.gtm-copy-anim-logo {
  margin: 0px auto 30px auto;
  max-width: 400px;
}

.gtm-copy-anim-logo .gtm-lien-gestimark {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.gtm-lien-gestimark span {
  font-family: 'sciflysans, sans-serif';
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.2rem;
  padding-right: 10px;
}

.gtm-copy-anim-logo .gtm-lien-gestimark img {
  width: 50px;
  transform-origin: center;
  transition: all .2s ease-in-out;
}

.gtm-copy-anim-logo:hover .gtm-lien-gestimark img {
  transform: rotate(-30deg);
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        CRÉDITS
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-credits .com-content-article__body {
  text-align: center;
}

.gtm-credits .com-content-article__body img.gtm-logo-gestimark-credit {
  width: 100%;
  max-width: 500px !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.ba-gallery {
  margin-bottom: 100px;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        RECHERCHE
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-article .gtm-finder {
  padding-top: 30px;
  padding-bottom: 60px;
  max-width: 800px;
  margin: auto;
}

.gtm-recherche {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

.gtm-recherche .awesomplete {
  padding-right: 10px;
}

.gtm-recherche input {
  min-width: 170px;
  padding: 10px 5px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.mod-finder__search.input-group .btn.btn-primary {
  padding-top: 6px;
  padding-bottom: 5px;

}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        OUPS !
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-oups {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background-image: url(/images/gtm/gestimark-oups.jpg); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 0;
  margin-top: 50px
}

.gtm-oups::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: rgb(195,34,178);
  background: linear-gradient(180deg, rgba(195,34,178,0.5662640056022409) 0%, rgba(51,45,253,0.9164040616246498) 100%); */
}

.gtm-oups h3 {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #000;
}

.gtm-oups .gtm-custom  {
  padding-left: 60px;
  padding-right: 60px;
}

.gtm-oups .gtm-custom p {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #000;
}

.gtm-oups .gtm-custom a {
  line-height: 1.2;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        MERCI !
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-merci {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(/images/gtm/gestimark-merci.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  text-align: center;
  z-index: 0;
}

.gtm-merci::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.15730042016806722) 0%, rgba(0,0,0,1) 100%);
  opacity: .8;
}

.gtm-merci h3 {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #fff;
}

.gtm-merci .gtm-custom  {
  padding-left: 60px;
  padding-right: 60px;
}

.gtm-merci .gtm-custom p {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: #fff;
}

.gtm-oups .gtm-custom a {
  line-height: 1.2;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  --------------------------------------------------------------------------------------------------------------------------------------------------
                                                          BLOGUE
  --------------------------------------------------------------------------------------------------------------------------------------------------
  ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/
  
  .gtm-articles-blogues {
    max-width: 1024px;
    margin: auto;
  }
  
  .gtm-articles-blogues a.gtm-bouton {
    margin-left: 0;
  }
  
  .gtm-articles-blogues .page-header h1 {
    margin-bottom: 85px !important;
  }

  .gtm-actu h2 {
    padding-bottom: 50px;
  }
  
  .gtm-articles-blogues ul.fields-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  
  .gtm-articles-blogues ul.fields-container .auteur .field-label, .gtm-articles-blogues ul.fields-container .auteur .field-value {
    font-size: 18px;
    color: #69A518;
    font-weight: 400;
  }
  
  .photo-auteur img {
    width: 45px;
    border-radius: 50%;
    order: 1;
  }
  
  img.gtm-blogue-second {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    margin: 30px auto;
  }
  
  
  .blog-items {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  .blog-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 30px 0;
    border-top: 0px solid #1f8b8e2b;
  }
  
  .item-content .page-header h2 {
    font-size: 1.4rem;
  }
  
  .item-content .readmore a {
    display: inline-block;
    color: #fff;
    background-color: #f7c304 ;
    font-family: 'uni_sans_boldregular', sans-serif; 
    font-family: 'Poppins', sans-serif;
  
    border: 3px solid #f7c304 ;
    line-height: 1.3rem;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 10px 15px;
    margin: 25px 15px 30px;
    transition: all .2s ease-in-out;
    cursor: pointer;
  }
  
  .item-content .readmore a:hover {
    background-color: transparent;
    color: #f7c304 ;
  }
  
  .item-page.gtm-article {
    margin-bottom: 100px;
    text-align: center; 
  }
  
  .item-page h1 {
    margin-bottom: 40px;
    color: #217AAB;
  }
  
  .item-page.gtm-article .left {
    float: left;
    margin-right: 20px;
  }
  
  .blog-items[class^=masonry-], .blog-items[class*=" masonry-"] {
    gap: 4%;
  }
  
  .blog-items.masonry-2 .blog-item {
    width: 100%;
  }
  .blog-items.masonry-3 .blog-item {
    width: 100%;
  }
  
  .blog-items.masonry-4 .blog-item {
    width: 100%;
  }
  
  
  .blog-item img {
    margin-bottom: 1.5rem;
    width: 100%;
  }
  
  
  @media (min-width: 768px) {
  
    .blog-items.masonry-2 .blog-item {
      width: 46%;
    }
    .blog-items.masonry-3 .blog-item {
      width: 46%;
    }
  
    .blog-items.masonry-4 .blog-item {
      width: 46%;
    }
  }
  
  
  @media (min-width: px) {
  
    .blog-items.masonry-2 .blog-item {
      width: 46%;
    }
    .blog-items.masonry-3 .blog-item {
      width: 29%;
    }
  
    .blog-items.masonry-4 .blog-item {
      width: 21%;
    }
  }


/* ------------ Sondage --------------- */

.gtm-sondage .com-content-article__body {
  max-width: 1200px;
  margin: auto;
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 65px
}

.gtm-logo-sondage {
  max-width: 200px;
}

.gtm-texte-centre {
  text-align: center;
}

.gtm-bouton-margin {
  margin-top: 100px !important;
}

/* ------------ Blog style flexbox --------------- */



/* .blog-items {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.blog-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0;
  padding-top: 25px;
  border-top: 4px solid #f8f6e7;
}

.blog-items[class^=masonry-], .blog-items[class*=" masonry-"] {
  gap: 4%;
}

.blog-items.masonry-2 .blog-item {
  width: 100%;
}
.blog-items.masonry-3 .blog-item {
  width: 100%;
}

.blog-items.masonry-4 .blog-item {
  width: 100%;
}


.blog-item img {
  margin-bottom: 1.5rem;
  width: 100%;
}


.blog-item .btn.btn-secondary {
  position: relative;
  font-family: 'Caveat Brush', cursive;
  padding: 30px;
  font-size: 1.5rem;
  line-height: 0;
  color: #fff;
  z-index: 3;
  background-color: transparent;
}

.blog-item .btn.btn-secondary::after {
  content: url(/images/ya_elements/button-bg.svg);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all .5s ease-in-out;
}

.blog-item .btn.btn-secondary::before {
  content: url(/images/ya_elements/button-bg-2.svg);
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.blog-item .btn.btn-secondary:hover::after {
  opacity: 0;
}

.blog-item .btn.btn-secondary:hover::before {
  opacity: 1;
}


@media (min-width: 768px) {

  .blog-items.masonry-2 .blog-item {
    width: 46%;
  }
  .blog-items.masonry-3 .blog-item {
    width: 46%;
  }

  .blog-items.masonry-4 .blog-item {
    width: 46%;
  }
}


@media (min-width: 1200px) {

  .blog-items.masonry-2 .blog-item {
    width: 46%;
  }
  .blog-items.masonry-3 .blog-item {
    width: 29%;
  }

  .blog-items.masonry-4 .blog-item {
    width: 21%;
  }
} */


/* ------------ Lire la suite --------------- */

.item-content .readmore a {
  display: inline-block;
  color: #fff !important;
  cursor: pointer;
  background-color: #1F8B8E;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 30px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out;
  border-radius: 44% 88% 90% 100% / 95% 95% 80% 100%;
  border: none;
}

.item-content .readmore a:hover {
  background-color: #2b73a2;
}

/* ------------ Navigation entre les articles --------------- */

.gtm-article .pagenavigation .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10%;
  list-style: none;
}

.gtm-article .pagenavigation .pagination a {
  display: inline-block;
  color: #fff;
  background-color: red;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: background-color .2s ease-in-out;
}

.gtm-article .pagenavigation .pagination a:hover {
  background-color: darkred;
}


.gtm-article .pagenavigation .pagination .visually-hidden, .gtm-article .pagenavigation .pagination .icon-chevron-right {
  display: none;
}



/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                      SITEMAP
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.osmap-sitemap {
margin-top: 180px;
}

*[id^="osmap-ul-uid-"] {
display: block !important;
}





/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

MEDIA-QUERIES

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (min-width: 450px) {
  .gtm-surmenu a.gtm-bouton {
    padding: 5px 15px;
    margin: 6px 15px 30px;
    font-size: 15px;
  }

}

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

  /* .gtm-prochaine-session {
    background-image: url(/images/c-citation/calacs-victoriaville-citations.svg);
    background-repeat: no-repeat;
    width: 450px;
    height: 400px;
    text-align: center;
  } */

  .gtm-col-4 {
    display: flex;
    /* flex-wrap: nowrap; */
  }

  .gtm-col-4-1 {
    width: 50%;
    padding-right: 15px;
  }

  .gtm-col-4-2 {
    width: 50%;
    padding-left: 15px;
  }

  .gtm-col-4 h2 {
    width: 100%;
    padding-top: 30px;
  }

  .gtm-image-bio {
    padding-left: 0 !important;
  }

  .gtm-image-5 img {
    width: auto;
  }
/* -----------------------------------------------------
                        COPYRIGHT
------------------------------------------------------- */
  .gtm-copyright1 {
    width: 100%;
  }

  .gtm-heures {
    padding-right: 15px;
  }

  .gtm-coordonnees {
    padding-left: 15px;
  }

  .gtm-copyright-flinks, .gtm-copyright {
    width: 100%;
  }

  .gtm-copyright1 a {
    width: 100%;
    margin: 0 auto;
  }
}


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


  /* -----------------------------------------------------
                        HERO
  ------------------------------------------------------- */

  *[class^="gtm-box-"] {
      flex-wrap: wrap;
  }

  .gtm-hero1 .moduletable {
    margin-top: 130px;  
  }
  
  .gtm-valeurs-mobile {
    display: none;
  }
  
  .gtm-valeurs-desktop {
    display: block;
  }

  .gtm-over6 {
    display: block;
  }

  .gtm-surmenu a {
    font-size: 1rem;
  }
  /* -----------------------------------------------------
                        ATELIERS
  ------------------------------------------------------- */
  .gtm-ateliers .com-content-article__body {
    display: flex;
    flex-direction: column;
  }

  .gtm-ateliers {
    padding-top: 4rem !important;
  }

  .gtm-citation {
    display: block;
  }

  .gtm-citation .gtm-custom {
    background-size: 100%; 
    height: 225px;
  }

  .gtm-citation-1 blockquote {
    line-height: 200px;
    height: inherit;
    transform: translateY(0);
  }

  blockquote {
    padding: 0 50px;
    height: 200px;
    transform: translateY(45%);
  }

  /* .gtm-citation blockquote p {
    font-size: 1.2rem;
  } */

  .gtm-titre {
    padding-top: 50px !important;
  }

  /* -----------------------------------------------------
                       ZOOM
  ------------------------------------------------------- */

  /* afficher l'image en mobile */
  .gtm-image-cache {
    display: block;
  }

  /* -----------------------------------------------------
                       BLOGUE
  ------------------------------------------------------- */

  .com-content-category-blog.blog {
    margin-top: 150px;
  }

  .com-users-login.login.gtm-compte {
    margin-top: 0;
  }

  /* -----------------------------------------------------
                       CODE ROMAIN
  ------------------------------------------------------- */
  /* .gtm-pos-m .moduletable {
    padding-right: 30px;
  }

  .gtm-pos-r .moduletable{
    padding-left: 30px;
  } */

  .gtm-pos-sl .moduletable {
    padding-right: 30px;
  }

  .gtm-pos-lm .moduletable {
    padding-left: 30px;
  }

  .gtm-pos-rm .moduletable {
    padding-right: 30px;
  }

  .gtm-pos-sr .moduletable {
    padding-left: 30px;
  }

  .gtm-box-top-23 {
    flex-direction: inherit;
  }

  .gtm-zoom-jeunes, .gtm-zoom-adultes {
    border-radius: 50px;
  }

  .gtm-ateliers .gtm-image img {
    transform: translateY(15%);
  }
}

/* ----- Position du social share en tablette ----- */

@media screen and (min-width:769px) {
  
  .gtm-container-ms{
    position: fixed;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }

  .gtm-ms1 {
    width: 75px;
  }

  .a2a_kit  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 300px;
  }

  .a2a_kit a {
    display: inline;
  }
}

@media screen and (min-width: 984px) {
  .gtm-ateliers .gtm-image img {
    transform: translateY(10%);
  }
}

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

  /** --------------------------------------------------------------------------------- 
                              PAGE ACCUEIL
  --------------------------------------------------------------------------------- **/
  .gtm-row-1 {
    display: flex;
    justify-content: space-between;
  }

  .gtm-row-2 {
    flex-direction: row;
    justify-content: space-between;
  }

  .gtm-col-1, .gtm-col-3 {
    width: 50%;
    padding-right: 15px;
  }

  .gtm-col-2, .gtm-col-4 {
    width: 50%;
    padding-left: 15px;
  }

  .gtm-col-4 h2 {
    padding-top: 0;
  }

  /** ---------------------------------------------------------------------------------
                              CITATIONS
  --------------------------------------------------------------------------------- **/
  
  .gtm-citation .gtm-custom {
    height: 325px;
  }

  blockquote {
    height: 270px;
    transform: translateY(45%);
  }

  .gtm-citation blockquote p {
    font-size: 1.2rem;
  }

  .gtm-citation-1 blockquote {
    line-height: 325px;
  }


  /* -----------------------------------------------------
                        ATELIERS
  ------------------------------------------------------- */
  .gtm-ateliers .com-content-article__body {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .gtm-box-bottom-23b {
    flex-direction: row;
  }

  .com-content-article__body .gtm-image-1, .com-content-article__body .gtm-image-2, .com-content-article__body .gtm-image-3, .com-content-article__body .gtm-image-4 {
    width: 40%;
  }

  .com-content-article__body .gtm-texte {
    width: 60%;
  }

  .gtm-texte {
    padding-top: 0;
  }
  
  .gtm-zoom-jeunes, .gtm-zoom-adultes {
    justify-content: space-between;
  }
  
  .gtm-zoom-jeunes div, .gtm-zoom-adultes div {
    width: 45%;
  }

  .gtm-zoom-jeunes div:first-child, .gtm-zoom-adultes div:first-child {
    padding-right: 15px;
  }

  .gtm-zoom-jeunes div:last-child, .gtm-zoom-adultes div:last-child {
    padding-left: 15px;
  }

  .acym_module_form input {
      width: 300px !important;
  }
}

@media screen and (min-width: 1087px) {
  .gtm-ateliers .gtm-image img {
    transform: translateY(0%);
  }
}
/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        DESKTOP
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

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


  .gtm-wrapper {
    padding-bottom: 165px;
  }

  .gtm-row-copyright {
    height: 165px;
  }

  ul.menu.mod-menu.mod-list.nav img {
    width: 150px;
  }

/* -----------------------------------------------------
                        ARTICLE
------------------------------------------------------- */

.gtm-article {
  padding: 0;
  /* margin-top: 100px; */
}

.com-content-category-blog.blog {
  margin-top: 0;
}

h1 {
  font-size: 3.5rem;
}

h5 {
  margin-bottom: 30px;
}

/* -----------------------------------------------------
                        IMAGES  
------------------------------------------------------- */

.gtm-image-1, .gtm-image-2, .gtm-image-3, .gtm-image-4  {
  margin: 0 auto;
} 

/* -----------------------------------------------------------
                    CLIP-PATH
------------------------------------------------------------ */

.gtm-clip {
  clip-path: polygon(100% 0, 100% 100%, 0 92%, 0 0);
}

.gtm-clip-img .gtm-custom {
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0 91%);
}
/* -----------------------------------------------------
                        RESEAUX SOCIAUX
------------------------------------------------------- */

/* ----- Position du social share en desktop ----- */

  .a2a_kit  {
    display: block;
    text-align: center;
    min-width: auto;
  }

  .a2a_kit a {
    display: block;
  }

/* -----------------------------------------------------
                        SURMENU
------------------------------------------------------- */
.gtm-surmenu-1, .gtm-surmenu-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* -----------------------------------------------------
                        ATELIERS
------------------------------------------------------- */

  .gtm-zoom-jeunes, .gtm-zoom-adultes {
    background: #ffffffa6;
    padding: 30px;
    display: flex;
    width: 48%;
  }

  .gtm-zoom-jeunes div, .gtm-zoom-adultes div {
    width: 100%;
  }

  .gtm-zoom-jeunes {
    margin-right: 1%;
    margin-bottom: 50px;
  }

  .gtm-zoom-adultes {
    margin-left: 1%;
  }

  .gtm-zoom-jeunes div:first-child, .gtm-zoom-adultes div:first-child {
    padding-right: 0;
  }

  .gtm-zoom-jeunes div:last-child, .gtm-zoom-adultes div:last-child {
    padding-left: 0;
  }

  .gtm-zoom ul {
    padding: 0 20px;
  }

  .gtm-ateliers .gtm-image img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }

  /* -----------------------------------------------------
                          JOINDRE
  ------------------------------------------------------- */

  .gtm-titre {
    padding-top: 0 !important;
  }
  .gtm-box-top-456 {
    padding: 0 8vw 0 8vw;
  }
  .gtm-form {
    padding: 0;
  }

  /* -----------------------------------------------------
                          OUPS
  ------------------------------------------------------- */

  .gtm-oups h3 {
    position: relative;
    z-index: 2;
    font-size: 4rem;
    color: #000;
  }
  .gtm-oups .gtm-custom p {
    position: relative;
    z-index: 2;
    max-width: 800px;
    font-size: 30px;
    color: #000;
  }

/* -----------------------------------------------------
                        MERCI
------------------------------------------------------- */

  .gtm-merci h3 {
    position: relative;
    z-index: 2;
    font-size: 4rem;
    color: #fff;
  }
  .gtm-merci .gtm-custom p {
    position: relative;
    z-index: 2;
    max-width: 800px;
    font-size: 30px;
    color: #fff;
  }

/* -----------------------------------------------------
                        FORMULAIRE
------------------------------------------------------- */

  .gtm-form h2 {
    font-size: 1rem;
    text-transform: uppercase;
    border-bottom: 2px solid #217AAB;
    width: fit-content;
    margin-bottom: 20px;
    color: #000;
    padding-top: 30px;
  }


/* -----------------------------------------------------
                        RECHERCHE
------------------------------------------------------- */

  .gtm-recherche {
    margin-top: 0px;
  }

/* -----------------------------------------------------
                        SCROLL TOP TOP
------------------------------------------------------- */

  .gtm-scroll-top {
    bottom: 20px;
  }

/* -----------------------------------------------------
                        COPYRIGHT
------------------------------------------------------- */

  .gtm-copyright-flinks {
    margin-top: 100px;
    width: 100%;
  }

  .gtm-flinks {
    margin-top: 0px;
  }

  .gtm-copyright-flinks p {
    display: none;
  }

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        HEADER
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


  .gtm-hero-bg .gtm-custom {
    min-height: 60vh;
  }
/* --------------- Header Credits --------------------- */


  .gtm-hero-bg-credits .gtm-custom {
    min-height: 40vh;
  }


  .gtm-hero-bg-credits .gtm-custom h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1201px) {
  .gtm-hero1 .moduletable {
    margin-top: 45px;
  }
}

@media screen and (min-width: 1400px) {
  .gtm-citation .gtm-custom {
    height: 360px;
  }

  .gtm-citation blockquote p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1600px) {
  .gtm-citation .gtm-custom {
    height: 335px;
    max-width: 600px;
  }

  .gtm-proches {
    transform: translateY(15%);
  }
}

@media screen and (min-width: 2000px) {
  .gtm-col-1 p {
    transform: translateY(100%);
  }

  .gtm-types .gtm-col-4-1, .gtm-types .gtm-col-4-2 {
    transform: translateY(100%);
  }

  .gtm-types .gtm-col-4-1, .gtm-types .gtm-col-4-2 {
    transform: translateY(25%);
  }

  .gtm-ateliers .com-content-article__body {
    justify-content: space-between;
  }

  .gtm-image-1, .gtm-image-2, .gtm-image-3, .gtm-image-4 {
    margin: 0;
  }
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        MODULE dans les titres "
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

#gtm-custom275 h1, #gtm-custom260 h1, #gtm-custom271 h1, #gtm-custom297 h1 {
  margin-bottom: 20px;
}

#gtm-custom368 span {
  color: #464646;
}

.gtm-surmenu button {
  font-size: 0.7rem;
  transform: translateY(9px);
  padding: 5px 10px !important;
  border-radius: 4px;
}

.mod-emergency-exit {
    position: relative;
}

.mod-emergency-exit::before {
    content: url(/images/calacs-victoriaville-btn-urgence.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 155px;
    transform: translate(-50%, -36%);
}

.mod-emergency-exit .emergency-exit-btn {
    background: transparent;
    border: 0px;
    color: #aa2236;
    line-height: 1rem;
    transform: translateY(15px);
}

@media screen and (min-width: 768px) {
  .gtm-surmenu button {
    font-size: 1rem;
  }

  .mod-emergency-exit::before {
    width: 200px;
  }
}


@media screen and (min-width: 1200px) { 
  .mod-emergency-exit::before {
    transform: translate(-50%, -46%);
  }

  .mod-emergency-exit .emergency-exit-btn {
      transform: translateY(9px);
  }
}

#n2-ss-5item1::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-image: url("/images/drapeau-allie-rond.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.gtm-effacer-traces {
  transform: translateY(15px);
}

@media screen and (min-width: 992px) {
    #gtm-custom281 blockquote {
        height: 270px;
        transform: translateY(40%);
    }
}

@media screen and (min-width: 1200px) {
    #gtm-custom281 blockquote {
        height: 270px;
        transform: translateY(45%);
    }
}

@media screen and (min-width: 1600px) {
    #gtm-custom281 blockquote {
        height: 270px;
        transform: translateY(35%);
    }
}