

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

/* -----------------------------------------------------
						RESET
------------------------------------------------------- */
html{
  max-width: 2560px;
  height: 100%;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  /* font-family: 'Prompt', 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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


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

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

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

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

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


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

/* padding */

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

.gtm-article .item-page {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.gtm-article-center {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
/* -----------------------------------------------------
					FORMULAIRES
------------------------------------------------------- */


/* dimenssions du formulaire */

.rsform.gtm-form {
  max-width: 100%;
  margin: auto;
  background-color: #002856;
  color: #fff;
  padding: 20px 30px 30px 30px;
  z-index: 0;
  position: relative;
}

.rsform.gtm-form a{
  color: #fff;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.rsform.gtm-form a:hover{
  color: #CE0E2D;
}

/* design du titre */

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

/* design du bouton envoyer */

.gtm-form .formResponsive button[type="submit"] {
  position: relative;
  display: inline-block;
	color: #fff;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
	padding: 10px 15px;
  margin: 25px 15px 30px;
  mix-blend-mode: normal;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  background-color: transparent;
  background-image: none;
  border: none;
  font-size: 20px;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.gtm-form .formResponsive button[type="submit"]::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #CE0E2D;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

.gtm-form .formResponsive button[type="submit"]:hover::before {
  width: 100%;
}


/* design du formulaire */

.formControls {
  display: block;
}

.gtm-form h2 {
  font-size: calc(5vmin + 30px);
  font-weight: 200;
}

.gtm-form .formControlLabel {
  font-weight: 300;
}

.formControls input, .formControls textarea {
  width: 100%;
  padding: 10px !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  margin-bottom: 0px !important;
  margin-top: 10px !important;
  color: #fff !important;
}

.formRequired {
  color: #fff;
}

.formResponsive input, .formResponsive textarea {
  -webkit-box-sizing: border-box !important;
          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;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #fff;
}

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

.formResponsive .formError {
  color: red;
  font-size: 16px;
}

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

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

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

h1 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #002856;
}

h2 {
	font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #002856;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.3rem;
  color: #005FCC;
}

h6 {
	font-size: 1rem;
  font-weight: 400;
  color: #002856;
}

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

.gtm-titre-spe {
  font-weight: 400 !important;
}

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

p {
  margin-bottom: 15px;
}

strong {
  font-weight: 400;
  color: #005FCC;
}

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

hr {
  border: 2px solid #CE0E2D;
  max-width: 150px;
  margin: 0 auto 25px auto;
}

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

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

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

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

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

/* lien v1 */

a {
  text-decoration: none !important;
  cursor: pointer;
  color: #002856;
  font-weight: 500;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
}


a:hover {
	color: #005FCC;
} 

/* lien spécial */

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

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


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

/* bouton 1 */
a.gtm-bouton {
  position: relative;
  display: inline-block;
	color: #002856;
  text-align: center;
  font-size: 18px;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
	padding: 10px 15px;
  margin: 25px 15px 30px;
  mix-blend-mode: normal;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a.gtm-bouton::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #e94848;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

a.gtm-bouton:hover {
  color: #fff;
}

a.gtm-bouton:hover::before {
  width: 100%;
}


/* bouton 2 */
a.gtm-bouton2 {
  position: relative;
  display: inline-block;
	color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
	padding: 10px 15px;
  margin: 25px 15px 30px;
  mix-blend-mode: normal;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;

}

a.gtm-bouton2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #CE0E2D;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: width .2s ease-in-out;
  -o-transition: width .2s ease-in-out;
  transition: width .2s ease-in-out;
}

a.gtm-bouton2:hover::before {
  width: 100%;
}

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

  a.gtm-bouton {
    font-size: 24px;
  }

  a.gtm-bouton2 {
    font-size: 24px;
  }
}

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

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

ul, ol {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 15px;
}
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-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: 0%;
  left: 0%;
}

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

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


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

.gtm-shadow {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          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: -webkit-gradient(linear, left bottom, left top, from(rgba(241,158,31,1)), to(rgba(239,82,69,1)));
  background: -o-linear-gradient(bottom, rgba(241,158,31,1) 0%, rgba(239,82,69,1) 100%);
  background: linear-gradient(0deg, rgba(241,158,31,1) 0%, rgba(239,82,69,1) 100%);
}


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

.gtm-img-bg .gtm-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 65vh;
}


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

.gtm-overlay .gtm-custom {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.gtm-overlay .gtm-custom h1,h2,h3,h4,h5,h6,p,a,span,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 {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 96%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 96%, 0 0);
}

.gtm-clip-img .gtm-custom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 91%);
          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%;
}


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

.gtm-box-over-23 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.gtm-box-hero-23 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.gtm-box-top-23 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gtm-coordonnee div{
  margin-bottom: 15px;
}

/* .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
} */

/* .gtm-icone {
  margin-right: 10px;
  background-color: #005FCC;
  padding: 3px;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
} */

img.gtm-icone  {
  width: 40px;
  margin-right: 10px;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
}


.gtm-logo .gtm-custom {
  text-align: center;
}

.gtm-slogan {
  background: rgba(0,40,86,1);
  position: relative;
  top: 6%;
  z-index: 10;
  max-width: 90%;
  margin: auto;
}


.gtm-slogan .gtm-custom h3 {
  color: #fff;
  font-size: calc(5vmin + 30px);
  font-weight: 200;
}

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


.gtm-hero-bg .gtm-custom {
  background-size: cover;
  background-position: center;  
  background-repeat: no-repeat;
  min-height: 65vh;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}


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

.gtm-heures-top {
  text-align: center;
}

.gtm-heures-top h3{
  text-align: center;
  font-size: 1.3rem;
}



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

  .gtm-box-over-23 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  
  .gtm-box-hero-23 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .gtm-box-top-23 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .gtm-logo .gtm-custom {
    text-align: end;
  }
  
  .gtm-logo .gtm-custom img {
    width: 500px;
  }

  .gtm-slogan {
    /* top: 20%; */
    width: 100%;
    margin-left: 100px;
  }

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


/* ----------------- 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(36,36,36);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36,36,36,0.1699054621848739)), color-stop(84%, rgba(36,36,36,1)));
  background: -o-linear-gradient(top, rgba(36,36,36,0.1699054621848739) 0%, rgba(36,36,36,1) 84%);
  background: linear-gradient(180deg, rgba(36,36,36,0.1699054621848739) 0%, rgba(36,36,36,1) 84%);
  opacity: .6;
  z-index: 1;
}

.gtm-hero-bg-credits .gtm-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  background-position: center;  
  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: white;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                          PRESENTATION ET CONTACT
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-techno-pro {
  margin-top: 40px;
}

.rsform-block-pour-une-reponse-plus-rapide {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .gtm-techno-pro {
    margin-top: 70px;
    position: sticky;
    top: 50px;
    padding-right: 50px;
  }
  .gtm-techno-pro .gtm-custom {
    padding-right: 50px;
  }
  
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                          SERVICES
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-services ul {
  padding-left: 45px;
}

.gtm-services ul li::marker {
  color: #CE0E2D;
}

.gtm-meca-gene, .gtm-entre-gene, .gtm-meca-spe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6%;
  max-width: 1300px;
  margin: auto;
  padding: 50px;
}

.gtm-meca-gene, .gtm-meca-spe {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gtm-entre-gene {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.gtm-text-meca, .gtm-img-meca, .gtm-text-ent, .gtm-img-ent, .gtm-text-spe, .gtm-img-spe {
  width: 100%;
}

.gtm-text-meca, .gtm-text-ent, .gtm-text-spe {
  margin-top: 40px;
  margin-bottom: 50px;
}

.gtm-img-meca, .gtm-img-ent, .gtm-img-spe {
  position: relative;
}

.gtm-img-meca img, .gtm-img-ent img, .gtm-img-spe img {
  position: relative;
  z-index: 1;
}



.gtm-img-meca::before {
  content: "";
  position: absolute;
  /* transform: translate(-50px, -50px); */
  bottom: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background-color: #005FCC;
}


.gtm-img-ent::after {
  content: "";
  position: absolute;
  /* transform: translate(-50px, -50px); */
  bottom: -50px;
  right: -50px;
  width: 300px;
  height: 300px;
  background-color: #CE0E2D;
}


.gtm-img-spe::after {
  content: "";
  position: absolute;
  /* transform: translate(-50px, -50px); */
  bottom: -50px;
  left: -50px;
  width: 300px;
  height: 300px;
  background-color: #005FCC;
}

.gtm-appel-action {
  text-align: center;
  margin: 70px auto;
  padding-left: 50px;
  padding-right: 50px;
}

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

  .gtm-meca-gene, .gtm-entre-gene, .gtm-meca-spe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .gtm-text-meca, .gtm-text-ent, .gtm-text-spe {
    position: sticky;
    top: 50px;
    margin-top: 70px;
    margin-bottom: 0px;
  }


  .gtm-text-meca, .gtm-img-meca, .gtm-text-ent, .gtm-img-ent, .gtm-text-spe, .gtm-img-spe {
    width: 50%;
  }

  .gtm-img-meca::after {
    content: "";
    position: absolute;
    /* transform: translate(-50px, -50px); */
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background-color: #005FCC;
  }

  .gtm-img-ent::before {
    content: "";
    position: absolute;
    /* transform: translate(-50px, -50px); */
    top: -50px;
    right: -50px;
    width: 300px;
    height: 150px !important;
    background-color: #CE0E2D;
  }

  .gtm-img-ent::after {
    height: 150px;
  }

  .gtm-img-spe::after {
    content: "";
    position: absolute;
    /* transform: translate(-50px, -50px); */
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background-color: #005FCC;
  }

  .gtm-img-spe::before {
    content: "";
    position: absolute;
    /* transform: translate(-50px, -50px); */
    top: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background-color: #005FCC;
  }

}


/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                NOS FOURNISSEURS
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

.gtm-marques {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 50px;
  padding-right: 50px;
}

.gtm-marques h3 {
  text-align: center;
}

.gtm-marques .owl-stage{
  margin: auto;
}

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

.gtm-box-bottom-456 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.gtm-footer-contact {
  border-top: 4px solid #002856;
  font-size: 18px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gtm-footer-logo {
  border-top: 4px solid #005FCC;
  text-align: center;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.gtm-footer-heures {
  border-top: 4px solid #CE0E2D;
  text-align: center;
  font-size: 18px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gtm-icone-action {
  line-height: 1.4rem;
}

@media screen and (min-width : 1024px) {
  .gtm-box-bottom-456 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

}

@media screen and (min-width: 1200px) {
  .gtm-footer-logo img {
    width: 400px;
  }
}

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

.ampz_support_author {
  display: none !important;
}

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


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

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

.ampz-icoon-facebook:before, .ampz-icoon-email:before, .ampz-icoon-copy:before {
  color: #fff;
}


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


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


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

.com-users-login.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
          box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
}

.btn.btn-primary {
  display: inline-block;
  font-family: 'Comfortaa', sans-serif;
	color: #fff;
  background-color: #40acf4;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
	padding: 5px 10px;
  margin: 15px 0px;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  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;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  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;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  border: none;
  cursor: pointer;
}

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

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

.com-users-logout.logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 150px);
}

.com-users-logout__description.logout-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}

/** //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--------------------------------------------------------------------------------------------------------------------------------------------------
                                                        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-row-copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 240px;
}

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

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

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


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


.gtm-copy-anim-logo .gtm-lien-gestimark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.gtm-recherche input {
  min-width: 170px;
  padding: 10px 5px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
          box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/images/gtm/gestimark-oups.webp);
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0,40,86,0.5662640056022409)), to(rgba(0,95,204,0.9164040616246498)));
  background: -o-linear-gradient(top, rgba(0,40,86,0.5662640056022409) 0%, rgba(0,95,204,0.9164040616246498) 100%);
  background: linear-gradient(180deg, rgba(0,40,86,0.5662640056022409) 0%, rgba(0,95,204,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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.15730042016806722)), to(rgba(0,0,0,1)));
  background: -o-linear-gradient(top, rgba(0,0,0,0.15730042016806722) 0%, rgba(0,0,0,1) 100%);
  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
--------------------------------------------------------------------------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// **/

/* ///// NE PAS TOUCHER ///// */


.blog-items {
  padding: 35px;
}


@media (min-width: 768px) {

    .blog-items.masonry-4 {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
    }
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.5em 1em;
  overflow: hidden;
}
.boxed .blog-item {
  background-color: white;
  -webkit-box-shadow: 0 0 2px rgba(51, 57, 66, 0.1), 0 2px 5px rgba(51, 57, 66, 0.08), 0 5px 15px rgba(51, 57, 66, 0.08), inset 0 3px 0 var(--cassiopeia-color-primary);
          box-shadow: 0 0 2px rgba(51, 57, 66, 0.1), 0 2px 5px rgba(51, 57, 66, 0.08), 0 5px 15px rgba(51, 57, 66, 0.08), inset 0 3px 0 var(--cassiopeia-color-primary);
}
.boxed .blog-item .item-content {
  padding: 25px;
}
.blog-item .item-image {
  margin-top: 3px;
  margin-bottom: 15px;
  overflow: hidden;
}
.boxed .blog-item .item-image {
  margin-bottom: 0;
}


@media (min-width: 992px) {
  .image-right .blog-item .item-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.image-bottom .blog-item .item-image {
  margin-top: -15px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.image-left .blog-item .item-content {
  padding-left: 25px;
}
.image-right .blog-item .item-content {
  padding-right: 25px;
}
.image-left .blog-item, .image-right .blog-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}


@media (min-width: 992px) {
  .image-left .blog-item, .image-right .blog-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .image-left .blog-item .item-image, .image-right .blog-item .item-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
  .image-left .blog-item .item-content, .image-right .blog-item .item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
            flex: 1 0 60%;
  }
}

.article-info dd {
  padding: 0;
}

  .blog-items .blog-item {
    padding: 0;
  }
  .blog-items[class^=columns-] > div, .blog-items[class*=" columns-"] > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    max-width: none;
  }

.blog-items[class^=masonry-], .blog-items[class*=" masonry-"] {
  display: block;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.blog-items[class^=masonry-] .blog-item, .blog-items[class*=" masonry-"] .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (min-width: 992px) {
  .blog-items.masonry-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .blog-items.masonry-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .blog-items.masonry-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

.image-alternate .blog-item:nth-of-type(2n+1) .item-image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.image-alternate.image-left .blog-item:nth-of-type(2n+1) .item-image {
  margin-right: 0;
  margin-left: 25px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.image-alternate.image-top .blog-item:nth-of-type(2n+1) .item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}


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

MEDIA-QUERIES

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




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

}

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

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


/* -----------------------------------------------------
						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 {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 92%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0 92%, 0 0);
}


.gtm-clip-img .gtm-custom {
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0 91%);
          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;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

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

  .rrssb-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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: 90%;
  margin-right: 100px;
  -webkit-transform: translateY(-8%);
      -ms-transform: translateY(-8%);
          transform: translateY(-8%);
  padding: 20px 30px;
}



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

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


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


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


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


.gtm-hero-bg-credits .gtm-custom h1 {
  font-size: 5rem;
}
/* -----------------------------------------------------------
              CENTRER LE CONTENU DES MODULES
------------------------------------------------------------ */

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



/* ---------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------
  COOKIES
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------- */

/* image de cookie */
.cc-revoke.cc-bottom {
  background-image: url(/images/cookie.svg);
  width: 30px;
  height: 30px;
  left: 15px;
  bottom: 15px;
  background-color: transparent !important;
  -webkit-animation: cookie 0.4ss .8s both;
  animation: cookie 0.4s .8s both;
}

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

/* hover */
.cc-revoke.cc-bottom:hover {
  background-image: url(/images/cookie-hover.svg);
}

/* grille du pop up */
.cc-message-text {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
  
.cc-message-text .p1 { 
  grid-area: 1 / 1 / 2 / 2; 
  font-size: 20px;
}

.cc-message-text .cc-checkboxes-container {
  grid-area: 2 / 1 / 3 / 2;
  /* margin-top: 20px;
  margin-bottom: 20px; */
}

div.cc-settings-label, span.cc-cookie-settings-toggle {
    font-size: 20px;
}

a.cc-link label {
    font-size: 20px;
}

/* .cc-message-text .cc-compliance {
  grid-area: 3 / 1 / 4 / 2;
} */

.cc-compliance {
  display: inline-block;
}

/* bouton fermeture popup */
.cc-close {
  top: 0.8em;
  right: 0.6em;
  font-size: .8em;  
}

/* bouton fermeture popup */
.cc-link.cc-privacy {
  font-size: 20px;
}

/* boutons */
span.cc-cookie-settings-toggle, div.cc-window a.cc-btn {
  border-radius: 99px !important;
}

span.cc-cookie-settings-toggle, .cc-btn.cc-allow, .cc-btn.cc-deny {
  font-size: 20px !important;
  font-weight: 500;
  padding: 5px 10px !important;
  line-height: 1.2;
  height: inherit !important;
  position: relative;
  display: inline-block;
	color: #002856;
  text-align: center;
  font-size: 18px;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
	padding: 10px 15px;
  margin: 25px 15px 0px;
  mix-blend-mode: normal;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

a.cc-btn.cc-allowall {
  font-size: 20px !important;
  font-weight: 500;
  padding: 5px 10px !important;
  line-height: 1.2;
  height: inherit !important;
  position: relative;
  display: inline-block;
	color: #002856;
  text-align: center;
  font-size: 18px;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
	padding: 10px 15px;
  margin: 25px 15px 0px 0px;
  mix-blend-mode: normal;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

span.cc-cookie-settings-toggle::before, .cc-btn.cc-allowall::before, .cc-btn.cc-deny::before, a.cc-btn.cc-allow::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #e94848;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

span.cc-cookie-settings-toggle:hover::before, .cc-btn.cc-allowall:hover::before, .cc-btn.cc-deny:hover::before, a.cc-btn.cc-allow:hover::before {
  width: 100%;
}

span.cc-cookie-settings-toggle:hover, .cc-btn.cc-allowall:hover, .cc-btn.cc-deny:hover, a.cc-btn.cc-allow:hover {
  background-color: #fff !important;
  color: #fff!important;
}

/* lien politique de confidentialité et catégories de cookies */
a.cc-link.cc-privacy:hover {
  color: #F15A29;
}

a.cc-link.cc-cookie-checkbox:hover label {
  color: #002856;
}


/* alignement */
div.cc-checkboxes-container {
  align-items: center;
  margin-top: 0px;
}

input.cc-cookie-checkbox+span:after, input.cc-cookie-checkbox+span:before {
  display: none;
}

input.cc-cookie-checkbox {
  appearance: auto !important;
  opacity: 1;
}

.cc-cookie-settings-toggler {
  display: none !important;
}

input.cc-cookie-checkbox:checked+span:after, input.cc-cookie-checkbox:checked+span:before {
  display: none !important;
}

div.cc-checkboxes-container a.cc-btn.cc-allow {
  margin-bottom: 0px !important;
}

a.cc-btn.cc-allow {
    transform: translateY(-14px);
}