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

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

/* -------------- modules bas de page mauve -------------*/
div#gtm-bottom {
    max-width: 1200px;
}

.com-content-article__body {
    max-width: 1200px;
    margin: auto;
}




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

*[class^="gtm-pos"] .moduletable{
  /* padding: 2rem 8vw 10px 8vw; */
  max-width: 1210px;
  margin: auto;

}

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

/* centrer verticalement et horizentalement */
.gtm-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}

/* centrer verticalement  */
.gtm-center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

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

/* 3 colonnes */
      
.gtm-flex-3 .gtm-custom div {
  width: 31.33%;
}

  /* 4 colonnes */
      
.gtm-flex-4 .gtm-custom div {
  width: 23%;
}


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

img.gtm-sans-contour {
    background-color: #fdf7fa;
}

img {
    background: none repeat scroll 0 0 rgba(68, 44, 65, 0.85);
    border-radius: 10px;
    padding: 7px;
}
img.gtm-sans-contour-transparent{
	background: none repeat scroll 0 0 rgb(68 44 65 / 0%);
}
img.gtm-icone-facebook {
    background-color: #fdf7fa;
}


img.gtm_credits {
    background-color: #ff000000;
    max-width: 30%;
}

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

/* padding */

/* .gtm-article .item-page {
  padding-top: 20px;
  padding-bottom: 2rem;
} */

/* .gtm-article .page-header {
  text-align: center;
} */


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

.formCaption2 {
font-family: 'muliregular';
  
}

.formResponsive button[type=reset], .formResponsive button[type=submit], .formResponsive input[type=reset], .formResponsive input[type=submit]{
  background-color: #2cff00;
}

.formResponsive button[type=submit]:hover{
	background-color: green;
}


/* dimensions du formulaire */

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

/* design du titre */

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

/* design du bouton envoyer */

.gtm-form .formResponsive button[type="submit"] {
  display: inline-block;
  color: #fff;
  background-color: green;
  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;
  font-family: 'Comfortaa', sans-serif;
}

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

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



/* -----------------------------------------------------
              POLICES
------------------------------------------------------- */

@font-face {
    font-family: 'the_girl_next_doorregular';
    src: url('../typographies/thegirlnextdoor-webfont.woff2') format('woff2'),
         url('../typographies/thegirlnextdoor-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'im_fell_englishregular';
    src: url('../typographies/imfeenrm28p-webfont.woff2') format('woff2'),
         url('../typographies/imfeenrm28p-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'muliregular';
    src: url('../typographies/muli-regular-webfont.woff2') format('woff2'),
         url('../typographies/muli-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




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





h1 {
  font-size: 1.8rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
  color: #720949;
    margin: 6px 0 6px 5px;
    font-size: 36px;
     font-family: 'im_fell_englishregular';
    font-weight: normal;
    font-style: normal;
}

h3.gtm-ligature {
    font-feature-settings: "liga" 0, "clig" 0;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h4 {
  font-size: 1.4rem;
  text-decoration: none;
  cursor: pointer;
  color: #fa0911;
  font-weight: 700;
  transition: color .2s ease-in-out;
  font-family: 'muliregular';
}

h5 {
  font-size: 1.5rem;
  font-family: 'the_girl_next_doorregular';
}

h6 {
  font-size: 1rem;
  font-family: 'im_fell_englishregular';

}

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

p {
  margin-bottom: 15px;
  font-family: 'muliregular';
}

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

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

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

/* lien v1 */

a {
  text-decoration: none;
  cursor: pointer;
  color: #fa0911;
  font-weight: 700;
  transition: color .2s ease-in-out;
  font-family: 'muliregular';
}

a:hover {
  color:#720949;
}  

/* 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 {
  font-family: 'im_fell_englishregular';
  display: inline-block;
  color: #fff;
  background-color: #FF2E3C;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 15px;
  transition: background-color .2s ease-in-out;
  border-radius: 10px;
  font-size: 22px;
  margin: 5px;
}

a.gtm-bouton:hover {
  background-color: #9D0C65
}

/* 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), ol {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 15px;
  display: inline-block;
}

ol li {
  margin-left: 35px;
}

ul li::marker, ol li::marker {
  font-size: 1rem;
}

/* 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;
  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 {
  position: relative;
  z-index: 3;
}



.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-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.23%; /* 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: 48%;
  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;
}

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

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

.gtm-hero-bg .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: 35vh;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

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



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

.ampz_support_author {
  display: none !important;
}

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

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

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        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-copyright1 {
  background-color: #9d9d9d00;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}

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

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

/* .wf_caption span {
  display: none !important;
} */

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

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

.gtm-recherche {
  position: relative;
  margin-top: 10px;
  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;
} */

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        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(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: #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
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.com-content-category-blog.blog > .page-header {
  text-align: center;
}

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


.blog-items {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

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

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


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

.item-content .readmore 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;
  cursor: pointer;
}

.item-content .readmore a:hover {
  background-color: darkred;
}

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


/* ------------ Pagination --------------- */

.com-content-category-blog__navigation {
  display: flex;
  flex-direction: column-reverse;
}

.com-content-category-blog__pagination .pagination__wrapper .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.com-content-category-blog__pagination .pagination__wrapper .pagination li {
  width: 20px;
}

.com-content-category-blog__pagination .pagination__wrapper .pagination li a{
  width: 100%;
}

p.counter {
  text-align: center;
  font-size: 12px;
}


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


.moduletable.art-article {
    background-color: #FDF7FA;
    padding: 20px;
    margin-bottom: 20px;
}
.moduletable.art-article h5 {
    color: #720949;
    margin: 8px 0 0;
    font-size: 40px;
    
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding-bottom: 13px;
    padding-top: 25px;
}



.moduletable.art-article  h4 {
    color: #442C41;
    margin: -10px 0 0;
    font-size: 20px;
    font-family: 'muliregular';
    font-weight: normal;
    font-style: normal;
}

.gtm-video {
    display: flex;
    justify-content: space-between;
}

/*BLOC MAUVE*/

.moduletable.gtm-bloc-mauve h3{
      color: #FF6670;
        font-size: 1.1em;
}
        

.moduletable.gtm-bloc-mauve{
	  background: #442C41;
    background: rgba(68, 44, 65, 0.85);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px;
    margin-bottom: 20px;
   
}
.moduletable.art-block.gtm-bloc-mauve p {
    color: white;
}

.moduletable.gtm-bloc-mauve h3{
  font-family: 'im_fell_englishregular';
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 2px solid #FF6670;
    padding: 6px 5px;
    margin: 0 auto 2px;
}


img.gtm-image-contour{
	background: none repeat scroll 0 0 rgba(68, 44, 65, 0.85);
    border-radius: 10px;
    margin: 12px;
    padding: 7px;
    max-width: 250px;
}

img.gtm-image-contour-plein {
	background: none repeat scroll 0 0 rgba(68, 44, 65, 0.85);
    border-radius: 10px;
    padding: 7px;
}




/* -----------------------------------------------------
                       FOOTER
------------------------------------------------------- */
.moduletable.gtm_desktop_tablette.gtm-footer {
    color: white;
}


a.gtm-credits{
  font-family: 'muliregular';
  font-size: 15px;
	    color: #8E0B5C;
    font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a.gtm-credits:hover{
    font-family: 'muliregular';
    color: #FFE8A3;
    font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}


a.gtm-connexion{
    font-family: 'muliregular';
    font-size: 15px;
    color: #FFE8A3;
    font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}
a.gtm-connexion:hover{
  font-family: 'muliregular';
	    color: #8E0B5C;
    font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

/* -----------------------------------------------------
                     BLOC ROSE 
------------------------------------------------------- */

.gtm-bloc-rose {
	    background: #FDF7FA;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}
.moduletable.gtm-bloc-rose {
   margin-top: 15px;
   margin-bottom: 15px;
}



h3.gtm-jaune{
color: #FABB00;
    margin: 10px 0 0;
    font-size: 30px;
    }

.gtm-livre-contes img {
    background: none repeat scroll 0 0 rgba(68, 44, 65, 0.85);
    border-radius: 10px;
    margin: 12px;
    padding: 7px;
}



/* -----------------------------------------------------
                 BIOGRAPHIE
------------------------------------------------------- */


.gtm-equipe-1 {
    width: 60%;
    margin: auto;
}


img.gtm-icone-facebook {
    width: 50px;
}




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

.gtm-border img {
    background: none repeat scroll 0 0 rgba(68, 44, 65, 0.85);
    border-radius: 10px;
    margin: 12px;
    padding: 7px;
}


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

.formResponsive button[type=submit] {
	  background-color: #fe2e3d!important;
    font-family: 'im_fell_englishregular';
    font-size: 1.3em!important;
    padding: 15px!important;
    border-radius: 10px!important;
}

.formResponsive button[type=submit]:hover {
	    background-color: #9D0C65!important;
}

li.rsform-block {
    list-style: none;
}

ol li {
    margin-left: 0px;
}



.formResponsive input[type=text]{
	height: 35px!important;
  background-color: #fff0!important;
  border: 1px solid #000!important;
  font-size: 16px!important;
}

.formResponsive textarea{
  background-color: #fff0!important;
  border: 1px solid #000!important;
  font-size: 16px!important;
}

.gtm-logo a{
    color: #720949;
    margin: 8px 0 0;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding-bottom: 13px;
    padding-top: 25px;
    font-family: 'the_girl_next_doorregular';
}

  /* -----------------------------------------------------------
                      VIDEOS
  ------------------------------------------------------------ */
  
  .moduletable .gtm-custom video {
    max-width: 100%;
    height: auto;
    padding: 2rem 40px;
  }
  
  
  .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%;
  }

/* -----------------------------------------------------
                   DU LIVRE A L'OREILLE 
------------------------------------------------------- */
.gtm-flex-1 img {
    width: 90%;
}
.gtm-flex {
    display: flex;
  flex-wrap: wrap;
}


.gtm-border img {
    margin: auto;
}
.gtm-livre-contes img {
    margin: auto;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) { 
  .gtm-flex {
    flex-wrap: nowrap;
  }
}

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

MEDIA-QUERIES

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




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






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

  .gtm_credits img {
    width: 30%;
}


  /* -----------------------------------------------------
               IMAGE CREDIT 
------------------------------------------------------- */
.gtm_credits-images {
    column-count: 3;
}


  /* -----------------------------------------------------
                 Livre a la scene
------------------------------------------------------- */





.gtm-flex-2 {
    display: flex;
    justify-content: space-between;
}
.gtm-flex-3-texte {
    width: 60%;
}


  /* -----------------------------------------------------
                 BIOGRAPHIE
------------------------------------------------------- */
.gtm-flex {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
}


.gtm-flex-1 img.gtm-image-contour-plein {
    max-width: 230px;
} 

.gtm-box-article {
    padding: 0px;
}

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

.gtm-box-bottom-456 {
    flex-wrap: nowrap;
    gap: 15px;
}





  /* -----------------------------------------------------
                     BLOC ROSE 
------------------------------------------------------- */

.gtm-bloc-rose {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    /* margin: 15px; */
      
}



  /* -----------------------------------------------------
                     LIVRES CONTES
------------------------------------------------------- */

.moduletable.art-article.gtm-livre-contes img {
    width: 40%;
}



  /* -----------------------------------------------------
                        A PROPOS
------------------------------------------------------- */

.gtm-flex-image {
    /* display: flex; */
    margin: auto;
    margin-right: 10px;
}

.gtm-flex-image {
    /* width: 50%; */
    margin: auto;
}

.gtm-image-equipe {
    display: flex;
    justify-content: space-between;
}

  /* -----------------------------------------------------
                        ACCUEIL
------------------------------------------------------- */
.moduletable.art-article h5 {
    font-size: 60px;
}


.moduletable.art-article  h4 {
    font-size: 22px;
}


  /* -----------------------------------------------------
                        CONTACT
------------------------------------------------------- */
.moduletable.gtm-image-contact {
    max-width: 500px;
    margin-right: 30px;
}
.gtm-image-contact  .gtm-border img {
    padding: 15px;
    margin-top: 0px;
}

}

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

@media screen and (min-width: 1050px) {
.moduletable.gtm-bloc-mauve h3{
        font-size: 1.5em;
}
}



@media screen and (min-width: 1320px) {
.moduletable.gtm-bloc-mauve h3{
        font-size: 2.1em;
}
}




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



.gtm-flex-image {
    margin-right: 20px;
}

  /* -----------------------------------------------------
                 Livre a la scene
------------------------------------------------------- */

.gtm-flex-3-texte {
    width: 100%;
}
.gtm-flex-3-image {
    margin: 10px;
}


    /* -----------------------------------------------------
                     LIVRES CONTES
------------------------------------------------------- */

.moduletable.art-article.gtm-livre-contes img {
    width: 250px;
    margin-bottom: 65px;
    

}


  /* -----------------------------------------------------
                        A PROPOS
------------------------------------------------------- */
.gtm-image-equipe {
    display: flex;
    width: 50%;
    margin: auto;
}
.gtm-equipe-1 {
    margin-right: 10%;
}
.gtm-flex-texte {
    /* width: 30%; */
    text-align: left;
}
.gtm-flex-container {
    display: flex;
}
.gtm-flex-texte {
    width: 65%;
}
/* .gtm-flex-image {
    width: 35%;
} */

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

/* .gtm-article {
  padding: 0rem 60px 0px 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(-48%);
  }

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


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

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

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

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

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

