.gtm-initiative .gtm-custom {
  max-width: 70%;
  margin: auto;
  text-align: center;
  padding: 40px;
}

.gtm-logo-iniative {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 50px;
}

.gtm-logo-iniative img {
  max-width: 300px;
}

/* ////////////// MODIF CRASH 2024-11-14 ///////////////// */

.com-content-category-blog .item-content .fields-container {
  display: none;
}



/* ////////////// FALANG ///////////////// */


.gtm-switch-falang {
  position: fixed;
  top: 15px;
  right: 85px;
  z-index: 1000;
  background-color: #fff;
}

.gtm-switch-falang .lang-block{
	list-style: none;
  margin: 0px;
  padding: 10px;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                              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: 'Heebo', sans-serif; */
  font-family: 'Poppins', sans-serif;
}

body {
  min-height: 100%;
}

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;
}


.gtm-wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 240px;
}

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

@font-face {
  font-family: 'uni_sans_bookregular', sans-serif;
  src: url('/templates/gtm_template4/typographies/uni-sans-book-webfont.eot');
  src: url('/templates/gtm_template4/typographies/uni-sans-book-webfont.eot?#iefix') format('embedded-opentype'),
       url('/templates/gtm_template4/typographies/uni-sans-book-webfont.woff2') format('woff2'),
       url('/templates/gtm_template4/typographies/uni-sans-book-webfont.woff') format('woff'),
       url('/templates/gtm_template4/typographies/uni-sans-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'uni_sans_boldregular', sans-serif;
  src: url('/templates/gtm_template4/typographies/uni_sans_bold-webfont.eot');
  src: url('/templates/gtm_template4/typographies/uni_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/templates/gtm_template4/typographies/uni_sans_bold-webfont.woff2') format('woff2'),
       url('/templates/gtm_template4/typographies/uni_sans_bold-webfont.woff') format('woff'),
       url('/templates/gtm_template4/typographies/uni_sans_bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

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

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

*[class^="gtm-pos"] .moduletable{
  padding: 2rem 8vw 10px 8vw;
}


/* .gtm-flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5%;
} */

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

/* padding */

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

.gtm-article h1 {
  text-align: center;  
  margin-top: 60px;
}

.gtm-article .item-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.item-page.gtm-article-no-padding {
  padding: 0px;
}

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


/* dimenssions et arrière plan du formulaire */

.gtm-form {
  max-width: 100%;
  margin: auto;
}

/* design du titre */

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

/* design du bouton envoyer */

.gtm-form.formResponsive .rsform-submit-button {
  display: inline-block;
	color: #fff;
  background-color: #69A518;
  line-height: 1.3rem;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
	padding: 10px 15px;
  margin: 25px 15px 30px 0px;
  border: none;
  border-radius: 0px;
  transition: background-color .2s ease-in-out;
}

.gtm-form.formResponsive .rsform-submit-button:hover {
  background-color: #527a05;
}

/* design du formulaire */

.gtm-form.formResponsive .formControlLabel {
  font-weight: 500;
  color: #69A518;
}

.gtm-form.formResponsive .formBody label {
  color: #3e3e3e;
  padding-right: 10px;
}

.rsform-checkbox {
  border: 2px solid #69A518;
}

.formControls {
  display: block;
}

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

.formResponsive input, .formResponsive textarea, .formResponsive select {
  box-sizing: border-box !important;
  height: auto !important;
  border: 2px solid #69A518 !important;
  border-radius: 4px;
  font-size: 16px !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;
}


/* css spécial sadcae */

.rsform-block-villes .formRequired, .rsform-block-jours .formRequired, .rsform-block-moment .formRequired {
  display: none;
}

.rsform-block-rendez-vous .formBody, .rsform-block-jours .formBody, .rsform-block-moment .formBody {
  margin-top: 10px;
}


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

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

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


h1 {
  font-size: 2.2rem;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
font-family: 'Poppins', sans-serif;
  margin-bottom: 1rem;
  color: #3e3e3e;
}

h2 {
	font-size: 1.8rem;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
font-family: 'Poppins', sans-serif;
  margin-bottom: .8rem;
  color: #69A518;
}

h3 {
  font-size: 1.8rem;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
font-family: 'Poppins', sans-serif;
  line-height: 1.1;
  margin-bottom: .5rem;
  color: #4f4f4f;
}

h4 {
	font-size: 1.6rem;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
font-family: 'Poppins', sans-serif;
  margin-bottom: .5rem;
  color: #4f4f4f;
}

h5 {
	font-size: 1.5rem;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
font-family: 'Poppins', sans-serif;
  margin-bottom: .5rem;
  color: #4f4f4f;
}

h6 {
	font-size: 1.1rem;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
font-family: 'Poppins', sans-serif;
  margin-bottom: .5rem;
  color: #527a05;
}

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

p {
  margin-bottom: 15px;
}

blockquote {
	font-family: serif;
	font-size: 1.3rem;
	color: #656566;
	text-align: center;
}

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

.gtm-img img {
  width: 100%;
}

.gtm-no-img img {
  width: auto !important;
}

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

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

/* lien v1 */

/* a {
  text-decoration: none;
  cursor: pointer;
  color: #f7c304 ;
  border-bottom: 2px solid #f7c304 ;
  font-weight: 700;
  line-height: 1.3rem;
  transition: color .2s ease-in-out,
              border-bottom .2s ease-in-out;
}

a:hover {
	color: #aa9f05;
  border-bottom: 2px solid #aa9f05;
}  */

a:not(.gtm-logo-hero) {
  text-decoration: none !important;
  cursor: pointer;
  color: #f7c304 ;
  font-weight: 500;
  line-height: 1.3rem;
  transition: color .2s ease-in-out,
              border-bottom .2s ease-in-out;
}

a:hover {
	color: #f7c304;
  border-bottom: 2px solid #f7c304;
} 

a.gtm-no-border {
  border: none !important;
}

/* lien spécial */

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

a.gtm-lien-spe:hover {
	color: #527a05;
} 


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

/* bouton 1 */
/* a.gtm-bouton {
  display: inline-block;
	color: #fff;
  background-color: #f7c304 ;
  font-family: 'uni_sans_boldregular', 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;
}

a.gtm-bouton:hover {
  background-color: transparent;
  color: #f7c304 ;
} */

a.gtm-bouton {
  font-size: 20px !important;
  display: inline-block;
	color: #fff !important;
  background-color: #f7c304 ;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
  font-family: 'Poppins', sans-serif;
  border: 3px solid #f7c304 !important;
  line-height: 1.3rem !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
	padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: all .2s ease-in-out !important;
}

a.gtm-bouton:hover {
  background-color: transparent;
}

a.gtm-bouton2 {
  font-size: 20px !important;
  display: inline-block;
	color: #fff !important;
  background-color: #f7c304 ;
  /* font-family: 'uni_sans_boldregular', sans-serif; */
  font-family: 'Poppins', sans-serif;
  border: 3px solid #f7c304 !important;
  line-height: 1.3rem !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
	padding: 10px 15px;
  margin: 25px 15px 30px;
  transition: all .2s ease-in-out !important;
}

a.gtm-bouton:hover {
  background-color: transparent;
  color: #f7c304 !important;
}

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

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

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

ol li {
  margin-left: 35px;
}

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

/* listes avec picto */

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

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-padding-reset {
  padding: 20px 30px 30px 30px !important;
}

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

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

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

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

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

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


/* -----------------------------------------------------------
              CENTRER LE CONTENU DES MODULES
------------------------------------------------------------ */

/* 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%);
}


/* -----------------------------------------------------------
                    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;
  padding-left: 40px;
  padding-right: 40px;
}

.gtm-overlay .gtm-custom h1, .gtm-overlay .gtm-custom h2, .gtm-overlay .gtm-custom h3, .gtm-overlay .gtm-custom h4, .gtm-overlay .gtm-custom h5, .gtm-overlay .gtm-custom h6, .gtm-overlay .gtm-custom p, .gtm-overlay .gtm-custom a, .gtm-overlay .gtm-custom span, .gtm-overlay .gtm-custom blockquote, .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: rgba(241,158,31, .5);
}

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

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

.gtm-clip-img .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%;
}

/* -----------------------------------------------------------
                    FLEXBOX
------------------------------------------------------------ */

.gtm-flex .gtm-custom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10%;
  max-width: 1600px;
  margin: auto;
}

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

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

  .gtm-flex .gtm-custom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        HEADER
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/
.gtm-box-hero-23b {
  display: flex;
  flex-direction: column-reverse;
  /* flex-wrap: wrap; */
  justify-content: center;
  align-items: center;
  width: 100%;
}

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

.gtm-hero-bg .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 .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}


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

.gtm-intro-hero, .gtm-intro-hero-contact {
  position: relative;
  z-index: 3;
  top: -36px;
  left: 10%;
  max-width: 80%;
  background-color: #69A518;
  color: #fff;
  padding-bottom: 20px;
}

.gtm-intro-hero h3, .gtm-intro-hero-contact h3 {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, .7);
}

.gtm-intro-hero .gtm-custom {
  padding-bottom: 15px;
}

img.gtm-logo-hero {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 275px;
  z-index: 100;
  transition: .6s;
}


.gtm-hidden-scrolling img.gtm-logo-hero {
  z-index: 10;
}

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

  .gtm-intro-hero, .gtm-intro-hero-contact {
    top: -47px;
  }
  
}



/* ----------------- Header Accueil ---------------- */

img.gtm-logo-hero-accueil {
  position: absolute;
  width: 315px;
  top: 100%;
  z-index: 3;
}

/* ----------------- Header Mission ---------------- */

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

.gtm-hero-bg-mission .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-mission .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- Header Temoignages ---------------- */

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

.gtm-hero-bg-temoignages .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-temoignages .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- Header Conseil ---------------- */

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

.gtm-hero-bg-conseil .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-conseil .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: center 110%;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- Header Actualités articles ---------------- */

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

.gtm-hero-bg-article-actu .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-article-actu .gtm-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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


/* ----------------- Header Services aux entrepreneurs ---------------- */

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

.gtm-hero-bg-services-entrepreneurs .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-services-entrepreneurs .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: bottom;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- Header Services aux entrepreneurs ---------------- */

.gtm-titre-center h2 {
    text-align: center;
}

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

.gtm-hero-bg-financement .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-financement .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: bottom right;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- Header Implication dans la collectivité ---------------- */

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

.gtm-hero-bg-implication .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-implication .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- Header Soumettez un projet ---------------- */

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

.gtm-hero-bg-projet .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-projet .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: top;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- Header Scol'ERE ---------------- */

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

.gtm-hero-bg-scol  .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-scol  .gtm-custom {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  min-height: 50vh;
  color: #fff;
  text-align: center;
}

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

/* ----------------- 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;
  color: #fff;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        ACCUEIL
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-hero-bg-accueil {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

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

.gtm-titre-accueil {
  position: relative;
}

.gtm-titre-accueil span {
  background-color: #69A518;
  padding: 0px 10px;
}



.gtm-chiffres .gtm-custom {
  text-align: center;
  margin-bottom: 50px;
}

.gtm-action {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.gtm-action a {
  border-bottom: none;
}

.gtm-action .accompagnement, .gtm-action .financement, .gtm-action .local, .gtm-action .durable {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  line-height: 0;
}

.gtm-action .accompagnement::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #527a05;
  /* background: linear-gradient(0deg, rgba(82,122,5,0.19091386554621848) 0%, rgba(32,47,2,1) 100%); */
  opacity: .6;
}

.gtm-action .financement::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #ac9e36;
  /* background: linear-gradient(0deg, rgba(82,122,5,0.19091386554621848) 0%, rgba(32,47,2,1) 100%); */
  opacity: .6;
}

.gtm-action .local::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #69A518;
  /* background: linear-gradient(0deg, rgba(82,122,5,0.19091386554621848) 0%, rgba(32,47,2,1) 100%); */
  opacity: .6;
}

.gtm-action .durable::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #f7c304;
  /* background: linear-gradient(0deg, rgba(82,122,5,0.19091386554621848) 0%, rgba(32,47,2,1) 100%); */
  opacity: .6;
}

.gtm-action .accompagnement .gtm-bouton-lien, .gtm-action .financement .gtm-bouton-lien, .gtm-action .local .gtm-bouton-lien, .gtm-action .durable .gtm-bouton-lien{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 25px;
line-height: 2rem;
}

.gtm-action .accompagnement .gtm-bouton:hover, .gtm-action .financement .gtm-bouton:hover, .gtm-action .local .gtm-bouton:hover, .gtm-action .durable .gtm-bouton:hover{
  background-color: #f7c30479;
  color: #fff;
}

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

  .gtm-action .accompagnement, .gtm-action .financement, .gtm-action .local, .gtm-action .durable {
    width: 50%;
  }
}

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

  .gtm-action .accompagnement, .gtm-action .financement, .gtm-action .local, .gtm-action .durable {
    width: 25%;
  }
}


.gtm-temoignages {
  text-align: center;
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  /* margin-top: 50px; */
  padding-bottom: 50px;
}

.gtm-temoignages h3{
  margin-top: 30px;
  margin-bottom: 50px;
}

.n2-ss-item-content h6 {
  padding-top: 20px;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        INTRODUCTIONS
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

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


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        LISTE DE MOTS IMPORTANT
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-gros-mots-r {
  position: relative;
  z-index: 4;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gtm-gros-mots-r h3, .gtm-gros-mots-l h3 {
  font-size: 1.6rem;
  color: #69A518;
  transition: font-size .2s ease,
              color .2s ease;
  margin-bottom: 15px;
}

.gtm-gros-mots-r h3:hover, .gtm-gros-mots-l h3:hover {
  color: transparent;
  -webkit-text-stroke: 1px #69A518;
}

@media screen and (min-width: 475px) {
  .gtm-gros-mots-r h3, .gtm-gros-mots-l h3 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .gtm-gros-mots-r h3, .gtm-gros-mots-l h3 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .gtm-gros-mots-r h3, .gtm-gros-mots-l h3 {
    font-size: 2.1rem;
  }
}


@media screen and (min-width: 1200px) {
  .gtm-gros-mots-r h3, .gtm-gros-mots-l h3 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1575px) {
  .gtm-gros-mots-r h3, .gtm-gros-mots-l h3 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1920px) {
  .gtm-gros-mots-r h3, .gtm-gros-mots-l h3 {
    font-size: 3.8rem;
  }
}



.gtm-gros-mots-r-2 {
  position: relative;
  z-index: 4;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gtm-gros-mots-r-2 h3 {
  font-size: 1.6rem;
  color: #69A518;
  transition: font-size .2s ease,
              color .2s ease;
  margin-bottom: 15px;
}

.gtm-gros-mots-r-2 h3:hover  {
  color: transparent;
  -webkit-text-stroke: 1px #69A518;
}

@media screen and (min-width: 475px) {
  .gtm-gros-mots-r-2 h3 {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .gtm-gros-mots-r-2 h3 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .gtm-gros-mots-r-2 h3 {
    font-size: 2.1rem;
  }
}


@media screen and (min-width: 1200px) {
  .gtm-gros-mots-r-2 h3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1575px) {
  .gtm-gros-mots-r-2 h3 {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1920px) {
  .gtm-gros-mots-r-2 h3 {
    font-size: 3rem;
  }
}




.gtm-gros-mots-l {
  position: relative;
  z-index: 4;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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


.gtm-conseil {
  text-align: left !important;
  max-width: 1200px;
  margin: auto;
}

span.gtm-poste-conseil  {
  font-weight: 600;
  color: #527a05;
}

.gtm-list-conseil {
  padding-left: 0 !important;
  margin-left: 0 !important;
}


.gtm-list-conseil li {
  margin-bottom: 20px;
}

.gtm-list-conseil  span{
  margin-bottom: 20px;
}

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

.gtm-list-conseil {
  column-count: 2;
}
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        TERRITOIRES
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-liste-villes {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gtm-erable, .gtm-erable h5 {
  color: #848585;
}


.gtm-erable ol li::marker {
  color: #848585;
}

.gtm-arthabaska, .gtm-arthabaska h5 {
  color: #69A518;
}

.gtm-arthabaska ol li::marker{
  color: #69A518;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        ACTUALITÉS
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


.com-content-article.item-page.gtm-article {
  padding: 0;
}
  /* .item-page{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4%;
    }

    .page-header {
      width: 100%;
    }

    .gtm-img-article {
width: 100%;
    }

    .com-content-article__body {
width: 100%;
    }
    .pagenavigation {
width: 100%;
    } */


.gtm-article .pagenavigation .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.gtm-article .pagenavigation .pagination a {
  display: inline-block;
	color: #fff;
  background-color: #f7c304 ;

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;
}

.gtm-article .pagenavigation .pagination a:hover {
  background-color: transparent;
  color: #f7c304 ;
}


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



/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                 ROUTE DE L'ENTREPRENEUR
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


.gtm-route-intro {
  padding-top: 0;
}

.gtm-logo-entrepreneur {
  max-width: 400px;
  margin: auto;
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                 FINANCEMENT
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-financement ul {
  margin-left: 0;
  padding-left: 0;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                 IMPLICATION DANS LA COLLECTIVITÉ
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-accompagnement {
  position: relative;
  display: block;
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin-top: 50px;
}

.gtm-accompagnement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(248,246,231);
  background: linear-gradient(0deg, rgba(248,246,231,1) 0%, rgba(248,246,231,0.6516981792717087) 100%);
}

.gtm-accompagnement .gtm-custom{
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}

.gtm-slider-logo {
  margin-bottom: 60px;
}

.gtm-titre-projets h3 {
  color: #69A518 !important;
  text-align: center;
  padding: 0px 60px;
  margin: 70px auto 0px auto;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        CONTACT
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-contact {
  display: none;
}

.gtm-contact-mobile {
  position: relative;
  background-image: url("/images/sadc/background-sadcae.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gtm-contact-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(248,246,231);
  background: linear-gradient(0deg, rgba(248,246,231,1) 0%, rgba(248,246,231,0.6516981792717087) 100%);
}


.gtm-contact-mobile .gtm-custom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

.gtm-contact-mobile .gtm-custom img {
  width: 150px;
}

.gtm-telephone, .gtm-courriel, .gtm-adresse {
  width: 300px;
  text-align: center;
  padding-bottom: 30px;
}

.gtm-contactez {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 575px) {
  .gtm-contact-mobile .gtm-custom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

  .gtm-contact-mobile {
    display: none;
  }

  .gtm-contact {
    position: relative;
    display: block;
      background-image: url("/images/sadc/background-sadcae.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }

  .gtm-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(248,246,231);
    background: linear-gradient(0deg, rgba(248,246,231,1) 0%, rgba(248,246,231,0.6516981792717087) 100%);
  }

  .gtm-contact .gtm-custom{
    max-width: 1200px;
    margin: auto;
    padding-top: 30px;
    display: block;
    position: relative;
    z-index: 1;
  }

  .gtm-contact .gtm-custom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .gtm-contact .gtm-custom img {
    width: 150px;
  }
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        INFOLETTRE
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-infolettre {
  position: relative;
  z-index: 1;
  padding: 20px 50px !important;
  text-align: center;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  width: 100% !important;
}

.gtm-infolettre h3 {
  font-size: 1.5rem;
}

#mc_embed_signup .mc-field-group {
  display: block !important;
}

#mc_embed_signup input {
  border: 2px solid #69A518 !important;
  border-radius: 3px !important;
}

#mc_embed_signup {
  background: transparent !important;
  margin: auto;
  font-size: 20px !important;
  font-family: 'Poppins', sans-serif !important;
  color: #3e3e3e !important;
}

#mc_embed_signup .asterisk {
  color: #3e3e3e !important;
}

#mc_embed_signup .helper_text {
  display: none !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
}

#mc_embed_signup .button {
  display: inline-block !important;
	color: #fff !important;
  background-color: #f7c304 !important;
  font-family: 'uni_sans_boldregular', sans-serif;
  font-family: 'Poppins', sans-serif !important;
  border: 3px solid #f7c304 !important;
  line-height: 1.3rem !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
	padding: 10px 15px !important;
  margin: 25px 15px 30px !important;
  transition: all .2s ease-in-out !important;
  height: auto !important;
  font-size: 20px !important;
  border-radius: 0 !important;
}

#mc_embed_signup .button:hover {
  background-color: transparent !important;
  color: #f7c304 !important;
}

#mc_embed_signup .foot {
  display: grid;
  grid-template-columns: 3fr 1fr;
  width: 100%;
  justify-content: end;
  align-items: center;
}


.gtm-footer-wide1.footer-wide1 {
  position: relative;
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #69A518;
  background-color: #69A518;
}

.gtm-footer-wide1.footer-wide1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(248,246,231);
  background: linear-gradient(0deg, rgba(248,246,231,0.6516981792717087) 0%, rgba(248,246,231,.6) 100%);
}


.gtm-box-chimp-labels {
  display: flex;
  flex-direction: column;
  gap: 4%;
}

.gtm-box-footer-23 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-image: url(/images/sadc/background-sadcae.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #69A518;
  background-color: #69A518;
}




/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        FOOTER
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-logo-canada {
  border-top: 2px solid #69A518;
}

.gtm-logo-canada a {
  border-bottom: none;  
}

.gtm-logo-canada .gtm-custom {
  max-width: 550px;
  margin: auto;
  padding: 10px 30px 5px 30px !important;
}

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


.gtm-article .gtm-compte {
  padding-top: 30px;
  padding-bottom: 60px;
  max-width: 1200px;
  margin: 80px 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;
	color: #fff;
  background-color: #40acf4;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
	padding: 5px 10px;
  margin: 15px 0px;
  transition: background-color .2s ease-in-out;
  border: none;
  cursor: pointer;
}

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

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

.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;
}

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

.ampz_support_author {
  display: none !important;
}

#ampz_inline_mobile {
  background-color: transparent !important;
}


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


.ampz_btn {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.ampz_facebook.ampz_colorbg, .ampz_email.ampz_colorbg, .ampz_copy.ampz_colorbg, .ampz_linkedin.ampz_colorbg {
  background: #f8f6e7!important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ampz-icoon-facebook:before, .ampz-icoon-email:before, .ampz-icoon-copy:before, .ampz-icoon-linkedin:before {
  color: #69A518;
}

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

@font-face {
  font-family: 'sciflysans, sans-serif';
  src: url('/templates/gtm_template4/typographies/scifly-sans-webfont.woff2') format('woff2'),
       url('/templates/gtm_template4/typographies/scifly-sans-webfont.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}


.gtm-canada {
  max-width: 300px;
}

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

.gtm-copyright1 {
  background-color: #f8f6e7;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

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

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

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

.gtm-copy-anim-logo .gtm-lien-gestimark {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  border: none;
}

a.gtm-lien-gestimark span {
  font-family: 'sciflysans, sans-serif';
  color: #636569;
  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);
}



/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        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;
  /* border: 1px solid #40acf4;
  transition: border .2s ease-in-out */
}

/* .mod-finder__search.input-group .btn.btn-primary:hover {
  border: 1px solid #2b73a2;
} */



/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        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;
  padding-top: 80px;
  padding-bottom: 80px;
}

a.gtm-logo-gesti-credit {
  border: none;
}

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

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        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;
  min-height: 100vh;
  text-align: center;
  z-index: 0;
}

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

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

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

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

.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;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        BLOG
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.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-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;
}

/* .gtm-box-img-second {
  text-align: center;
} */

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: 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;
}

.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; */
}


/* .gtm-img-article {
  max-width: 600px;
  margin: 20px auto 50px auto;
} */

.item-page h1 {
  margin-bottom: 40px;
  color: #69A518;
}

.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: 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%;
  }
}

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

.osmap-sitemap {
  margin-top: 180px;
}
  
*[id^="osmap-ul-uid-"] {
  display: block !important;
}


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

MEDIA-QUERIES

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

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        Petit mobile
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


@media screen and (min-width: 319px) and (max-width: 575px){

  body {
    font-size: 18px;
  }

  h3 {
    font-size: 1.1rem;
  }

  h5 {
    font-size: 1rem;
  }

  .gtm-gros-mots-r-2 h3 {
    font-size: 1.1rem;
  }
}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        Tablette
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

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

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



  .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-action .accompagnement .gtm-bouton-lien, .gtm-action .financement .gtm-bouton-lien, .gtm-action .local .gtm-bouton-lien, .gtm-action .durable .gtm-bouton-lien{
    font-size: 35px;
  }
  
.gtm-box-chimp-labels {
  flex-direction: row;
}
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        DESKTOP
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/


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

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

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


  

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

.gtm-article {
  padding: 0rem 60px 0px 60px;
}

.com-content-article.item-page.gtm-article {
  padding: 0;
}
  /* .item-page{
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
    }

    .page-header {
      width: 100%;
    }

    .gtm-img-article {
      width: 38%;
      position: sticky;
      top: 50px;
    }

    .com-content-article__body {
width: 58%;
align-self: center;
    }

    .gtm-article .pagenavigation .pagination {
      justify-content: flex-end;
  } */


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

*[class^="gtm-pos"] .moduletable{
  padding: 3rem 60px 10px 60px;
}

.gtm-pos-simple-l .moduletable {
  padding-right: 30px;
}
.gtm-pos-simple-r .moduletable {
  padding-left: 30px;
}

.gtm-pos-l .moduletable{
  padding-left: 60px;
  padding-right: 0px;
}

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

.gtm-pos-r .moduletable{
  padding-left: 0px;
  padding-right: 60px;
}

.gtm-pos-sl .moduletable {
  padding-left: 60px;
  padding-right: 0px;
}

.gtm-pos-lm .moduletable {
  padding-left: 40px;
  padding-right: 20px;
}

.gtm-pos-rm .moduletable {
  padding-left: 20px;
  padding-right: 40px;
}

.gtm-pos-sr .moduletable {
  padding-left: 0px;
  padding-right: 60px;
}


/* -----------------------------------------------------------
                    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 ----- */

  .gtm-ms1.ms1 {
    top: 55%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }

  /* ----- Alignement vertical ----- */

  .rrssb-buttons {
    flex-direction: column;
  }

  /* ----- Ne pas toucher ----- */

  .bw-social-share .rrssb-buttons {
    min-height: 42px;
  }
  .bw-social-share .rrssb-buttons li {
    height: 42px;
    padding-bottom: 3px;
    margin-bottom: 3px;
  }
  .bw-social-share {
    padding: 15px 5px 10px 5px;
  }

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

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

/* -----------------------------------------------------
						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 {
  max-width: 80%;
}


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

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

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

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

.gtm-box-hero-23b .hero2{
  width: 50%;
}

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


.gtm-intro-hero {
  top: -30%;
  left: 95%;
  max-width: 95%;
}

.gtm-intro-hero-contact {
  /* top: -30%; */
  right: 5%;
  /* max-width: 95%; */
}

img.gtm-logo-hero {
  width: 400px;
}


/* --------------- Header Accueil --------------------- */

/* 
img.gtm-logo-hero-accueil {
  position: absolute;
  width: 315px;
  top: 500px;
  z-index: 3;
} */

/* --------------- Header Mission --------------------- */

.gtm-hero-bg-mission .gtm-custom {
  background-position: center;
  min-height: 60vh;
}

/* --------------- Header Temoignages --------------------- */

.gtm-hero-bg-temoignages .gtm-custom {
  background-position: center;
  min-height: 40vh;
}

/* --------------- Header Conseil --------------------- */

.gtm-hero-bg-conseil .gtm-custom {
  background-position: center 65%;
  min-height: 60vh;
}

/* --------------- Header Actualités articles --------------------- */

.gtm-hero-bg-article-actu .gtm-custom {
  /* background-position: bottom; */
  min-height: 40vh;
}

/* --------------- Header Services aux entrepreneurs --------------------- */

.gtm-hero-bg-services-entrepreneurs .gtm-custom {
  background-position: bottom;
  min-height: 60vh;
}

/* --------------- Header Financement aux entreprises --------------------- */

.gtm-hero-bg-financement .gtm-custom {
  background-position: center;
  min-height: 60vh;
}

/* --------------- Header Implication dans la collectivité --------------------- */

.gtm-hero-bg-implication .gtm-custom {
  background-position: center;
  min-height: 60vh;
}

/* --------------- Header Soumettez --------------------- */

.gtm-hero-bg-projet .gtm-custom {
  background-position: center 35%;
  min-height: 60vh;
}

/* --------------- Header Scol'ERE --------------------- */

.gtm-hero-bg-scol .gtm-custom {
  background-position: top;
  min-height: 60vh;
}


/* --------------- Header Credits --------------------- */


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


.gtm-hero-bg-credits .gtm-custom h1 {
  font-size: 5rem;
}
/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        LISTE MOTS IMPORTANTS
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-gros-mots-r {
  right: 10%;
}

.gtm-gros-mots-r-2 {
  right: 10%;
}

.gtm-gros-mots-l {
  left: 10%;
}


.gtm-action .accompagnement .gtm-bouton-lien, .gtm-action .financement .gtm-bouton-lien, .gtm-action .local .gtm-bouton-lien, .gtm-action .durable .gtm-bouton-lien{
  font-size: 24px;
}

}

@media screen and (min-width: 1440px) {
  .gtm-action .accompagnement .gtm-bouton-lien, .gtm-action .financement .gtm-bouton-lien, .gtm-action .local .gtm-bouton-lien, .gtm-action .durable .gtm-bouton-lien{
    font-size: 30px;
  }
  
}

@media screen and (min-width: 1800px) {
  .gtm-action .accompagnement .gtm-bouton-lien, .gtm-action .financement .gtm-bouton-lien, .gtm-action .local .gtm-bouton-lien, .gtm-action .durable .gtm-bouton-lien{
    font-size: 35px;
  }
  
}



.gtm-img-article {
  margin-bottom: 30px;
}