/** /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////                                              //////////////////////////////////////////////////////
                                                            	GENERAL
//////////////////////////////////////////////                                                ////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* importer les polices */

/* --- Alata --- */
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');


/* -----------------------------------------------------
						RESET
------------------------------------------------------- */

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    font-family: 'Alata', sans-serif;
	font-size: 1em;
	color: #1c2833;
	line-height: normal;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding: 0;
    margin: 0;
}

html {
	height: 100%;/*permet au footer de rester en bas de page*/
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;/*permet au footer de rester en bas de page*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;/*permet au footer de rester en bas de page*/
	min-height: 100%;/*permet au footer de rester en bas de page*/
	max-width: 1920px;
	margin: auto;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row>* {
    padding-right: 0;
    padding-left: 0;
}

.container {
	padding: 0 30px;
	margin: 0 auto;
}

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

h1 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: left;
}

h2 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: left;
}

h3 {
    color: #1c2833;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
}

h4 {
	font-size: 1.2rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.25rem;
}

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

p {
	color: #1c2833;
	margin: 0;
	margin-bottom: 1.5em;
}

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

/* //////////// Liens /////////// */

p a, span a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	padding-left: 0;
}

blockquote a {
	padding-left: 0;
	font-family: 'Playfair Display', serif;
	font-size: 1.3rem;
}

a {
	font-weight: 700;
	color: #fff;
	text-decoration: none !important;
	padding-left: 0;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

a:hover, a:active {
	color: #fff;
	background-color: transparent;
}

a:visited {
    color: #fff;
}

a:focus{
    color: #fff;
    text-decoration: inherit;
}

/* //////////// Boutons /////////// */

/* --- Bouton --- */
.gtm-bouton, button#soumettre, .rsform-submit-button .rsform-thankyou-button  {
    position: relative;
	background-color: #1c2833;
    border: none;
	padding: 5px 8px 6px 8px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 20px #bebebe;
            box-shadow: 0px 0px 20px #bebebe;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 700;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: background-color .2s ease,
				-webkit-box-shadow .2s ease;
	transition: background-color .2s ease,
				-webkit-box-shadow .2s ease;
	-o-transition: background-color .2s ease,
				box-shadow .2s ease;
	transition: background-color .2s ease,
				box-shadow .2s ease;
	transition: background-color .2s ease,
				box-shadow .2s ease,
				-webkit-box-shadow .2s ease;
    font-size: .7em;
    top: -14px;
}

.gtm-bouton:hover, button#soumettre:hover  {
	background-color: #1c2833;
	color: #fff;
}

a.gtm-bouton::after, button#soumettre::after  {
    content: "";
	position: absolute;
	bottom: -15px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background-color: #ee7e6a;
	-webkit-clip-path: polygon(50% 15%, 100% 0, 50% 100%, 0 0);
	        clip-path: polygon(50% 15%, 100% 0, 50% 100%, 0 0);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

button#soumettre {
    margin-top: 100px;
}

.gtm-bouton:hover::after, button#soumettre:hover::after {
	background-color: #e7472b;
	bottom: -18px;
}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {

    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    display: block;
    padding: 9px 18px 10px 18px;
    border-radius: 25px;
}



/* -----------------------------------------------------
					LISTES
------------------------------------------------------- */
ul:not(.menu) {
	margin-left: 0px;
}

ol {
	margin-left: 30px;
}

ul li::marker, ol li::marker {
	color: #e7472b;
	font-weight: 700;
	letter-spacing: 1px;
}

ul.ul-politique li a, .gtm-confidentialite p a {
	color: #EE7E6A;
}

li {
    padding: 3px;
}


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



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////                                              //////////////////////////////////////////////////////
                                                            	ACCUEIL
//////////////////////////////////////////////                                                ////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* -----------------------------------------------------
					SECTION EN-TÊTE
------------------------------------------------------- */
.gtm-en-tete img {
    width: 70%;
    height: auto;
    margin: 20px auto;
    display: block;
}

/* -----------------------------------------------------
					SECTION ÉVÉNEMENTS
------------------------------------------------------- */

.row.gtm-top-2 {
    position: relative;
}

.gtm-evenements-texte .mod-custom {
    padding: 30px;
    background: #e7472b90;
    /* border-radius: 25px; */
    /* width: 80%; */
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* flèche sur l'image */
img.gtm-fleche-droite {
    width: 14% !important;
    position: absolute;
	bottom: 15px;
    right: 15px;
	padding: 0 !important;
    z-index: 2;
}

.gtm-evenements-texte p {
    margin-bottom: 0;
	color: #fff;
}

.gtm-evenements-texte span {
    font-size: 1.4em;
	color: #fff;
}

.gtm-evenements-boutons {
	padding: 0 14px 30px 14px;
	text-align: center;
}

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

.gtm-banniere-boutons {
    text-align: center;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}

.gtm-evenements-boutons .gtm-bouton, .gtm-banniere a.gtm-bouton {
    display: inline-block;
    margin: 10px;
}

.gtm-evenements-image {
    padding: 10px;
}

/* -----------------------------------------------------
				SECTION TYPES D'ÉVÉNEMENTS
------------------------------------------------------- */

.gtm-types-evenements {
    padding: 10px 30px;
}

.gtm-types-evenements .mod-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.gtm-type-evenements .gtm-bouton {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* -----------------------------------------------------
				SECTION COLLABORATION
------------------------------------------------------- */

.row.gtm-top-5 {
    position: relative;
}

.gtm-collaboration-texte .mod-custom {
    background: #e7472b90;
    /* border-radius: 25px;
    width: 80%; */
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 30px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.moduletable.gtm-collaboration-image {
    padding: 10px;
}

/* flèche sur l'image */
img.gtm-fleche-gauche {
    width: 14% !important;
    position: absolute;
	bottom: 10px;
    left: 15px;
    z-index: 2;
    padding: 0 !important;
}

.gtm-collaboration-texte p {
    margin-bottom: 0;
	color: #fff;
}

.gtm-collaboration-texte span {
    font-size: 1.4em;
	color: #fff;
}

.gtm-clientele-cible h4, .gtm-faq-titre h4, .gtm-evenements-titre h4 {
    text-align: left;
	padding: 30px 48px 30px 30px;
    color: #fff;
	background: #1c2833;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 60px;
	margin-bottom: 30px;
}

.gtm-collaboration-icones .mod-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.gtm-collaboration-icones .mod-custom img {
    padding: 20px 50px 0 50px;
}


.gtm-collaboration-icones h3 {
    font-size: 0.7rem;
    padding: 15px 0;
}

.gtm-villes, .gtm-obnl, .gtm-entreprises, .gtm-ecoles, .gtm-agrotouristiques {
	width: 50%;
}

/* -----------------------------------------------------
				SECTION	EXPÈRIENCE
------------------------------------------------------- */

.row.gtm-bottom-1 {
    position: relative;
}

.gtm-promesse {
    background: #1c2833;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    z-index: 1;
    padding: 30px 48px 30px 30px;
	-webkit-transform: translateY(35px);
	    -ms-transform: translateY(35px);
	        transform: translateY(35px);
}

.gtm-promesse h2 {
    padding: 0 10px;
	font-size: 1rem;
	text-align: center;
}

.gtm-promesse span {
    color: #fff;
    font-size: 1.5rem;
}

.gtm-experience-image-desktop  {
	display: none;
}

.gtm-experience-texte .mod-custom {
    top: 0;
    /* left: 50%; */
    position: absolute;
    padding: 15px 0;
    width: 100%;
    height: 100%;
    background: #e7472b90;
    /* opacity: 85%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* transform: translate(-50%, -50%); */
}

.gtm-experience-texte h2 {
    text-align: center;
    font-size: 1.3rem;
    padding-top: 10px;
}

.gtm-experience-texte h2 span {
    color: #fff;
    font-size: 1.7rem;
}

.gtm-experience-texte h3 {
    color: #fff;
    padding: 5px;
    margin: 0;
	font-size: 0.7rem;
}

.gtm-experience-texte h3 span {
    font-size: 1.3rem;
    color: #fff;
}

.gtm-bouton-phrases {
    text-align: center;
    margin-top: 20px;
	margin-bottom: 60px;
}

.gtm-etapes a.gtm-bouton {
    margin: 10px;
	display: inline-block;
}

/* -----------------------------------------------------
				SECTION	ÉTAPES
------------------------------------------------------- */

.gtm-etapes ul li::marker {
    color: transparent;
}

.moduletable.gtm-etapes ul li span {
    color: #e7472b;
    font-size: 2rem;
}

.gtm-etapes .col-1 p, .gtm-etapes .col-2 p {
    color: #e7472b;
    font-size: 3rem;
    margin: 0.5rem 1.6rem 0.5rem 0;
	text-align: right;
}

/* -----------------------------------------------------
		SECTION	QUALITÉ DE NOTRE GESTION
------------------------------------------------------- */

.gtm-gestion-image {
    position: relative;
}

.gtm-gestion-image img {
    padding: 10px;
}

.gtm-gestion-image h2 {
    background: #e7472b90;
    width: calc(100% - 20px);
	height: calc(100% - 20px);
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.gtm-gestion-texte span {
    font-size: 1.4em;
    color: #1c2833;
	line-height: 1rem;
}

.gtm-gestion-texte {
	padding: 0 30px;
}

.gtm-gestion-texte .gtm-bouton {
    margin-top: 50px;
	margin-bottom: 50px;
}

/* -----------------------------------------------------
				SECTION	TÉMOIGNAGE
------------------------------------------------------- */ 

.gtm-temoignage {
    background: #1c2833;
	padding: 30px;
}

.gtm-temoignage.container p {
    color: #fff;
}

/* -----------------------------------------------------
				SECTION	À PROPOS
------------------------------------------------------- */ 

.gtm-a-propos-image {
	position: relative;
}

.gtm-a-propos-image img {
    padding: 10px;
}

.gtm-propos-stephane {
	padding: 30px;
    background: #e7472b90;
    /* border-radius: 25px; */
    /* width: 80%; */
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.gtm-propos-stephane span {
    font-size: 1.4em;
    color: #fff;
}

.gtm-propos-stephane p {
	color: #fff;
}

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

.gtm-contact-coordonnees {
    padding: 30px 20% 0 20%;
}

.gtm-contact-coordonnees .mod-custom {
    text-align: center;
}

.gtm-contact-image {
    position: relative;
}

.gtm-contact-image img {
    padding: 10px;
}

.gtm-contact-image .mod-custom h2 {
	padding: 30px;
    background: #e7472b90;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.gtm-contact-image span {
    font-size: 1.4em;
	color: #fff;
}

.gtm-contact-coordonnees p {
    text-align: center;
}

.gtm-contact-coordonnees img {
    width: 50px;
    margin: 10px;
}

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

.gtm-contact-coordonnees img:hover {
    -webkit-box-shadow: 0px 0px 20px #bebebe;
            box-shadow: 0px 0px 20px #bebebe;
}

.gtm-contact-coordonnees a {
	color: #1c2833;
}

.gtm-contact-coordonnees a:hover {
	color: #e7472b;
}

/* -----------------------------------------------------
				SECTION	ACCORDÉON
------------------------------------------------------- */

div.jwts_toggleControlContainer a.jwts_toggleControl {
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
	padding: 10px;
	margin-top: 0;
}

div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {
    display: none;
}

div.jwts_toggleControlContainer a.jwts_toggleOn {
    background: #fff;
}

div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleMinus, div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_togglePlus {
    display: inline-block;
    width: 16px;
    text-align: center;
    color: #e7472b;
}

span.jwts_toggleControlTitle {
    font-size: 1rem;
}

div.jwts_content {
    padding: 4px 30px;
    font-size: .9rem;
}

.gtm-faq .gtm-bouton {
    margin-top: 40px;
    margin-bottom: 30px;
}

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

.rsformgtm-formulaire {
    padding: 0 30px;
    max-width: 100%;
    margin: auto;
}

.rsformgtm-formulaire label {
	display: none;
}

.formBody {
    height: 35px;
}

.formResponsive .formHorizontal .formControlLabel {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
    display: none;
}

.formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
    width: 97% !important;
}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
    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;
    width: 97%;
	margin-bottom: 0;
}


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

.gtm-confidentialite {
    padding: 10px 30px;
}

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

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

.gtm-copy-box {
    background-color: #1c2833;
    margin-top: auto;
}

.gtm-copy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px 30px 50px 30px;
}

/* -----------------------------------------------------
				LOGO GESTIMARK
------------------------------------------------------- */

.gtm-logo-copyright {
	text-align: center;
	margin-top: 20px;
}

.gtm-logo-copyright p {
	margin: 0;
	line-height: 0;
}

.gtm-logo-copyright a img {
    width: 130px;
}

/* -----------------------------------------------------
					TEXTE
------------------------------------------------------- */

.gtm-copyright {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.gtm-texte-copyright {
	font-size: 16px;
	text-align: center;
}

.gtm-texte-copyright h6 {
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.gtm-texte-copyright a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.gtm-texte-copyright a:hover {
	color: #ef5245;
}

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

.gtm-credits {
    padding: 30px;
}

.gtm-credits a {
    background: none;
	color: #1c2833;
}

.gtm-credits a:hover {
    color: #e7472b;
}

.gtm-credits img {
    padding-top: 30px;
}


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

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

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

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

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

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

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

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

span.cc-cookie-settings-toggle, .cc-btn.cc-allowall, .cc-btn.cc-deny, a.cc-btn.cc-allow, .gtm-oubli .formResponsive button[type="submit"] {
	position: relative;
	background-color: #1c2833;
	border: none;
	-webkit-box-shadow: 0px 0px 20px #bebebe;
			box-shadow: 0px 0px 20px #bebebe;
	letter-spacing: 1px;
	color: #fff;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: background-color .2s ease,
				-webkit-box-shadow .2s ease;
	transition: background-color .2s ease,
				-webkit-box-shadow .2s ease;
	-o-transition: background-color .2s ease,
				box-shadow .2s ease;
	transition: background-color .2s ease,
				box-shadow .2s ease;
	transition: background-color .2s ease,
				box-shadow .2s ease,
				-webkit-box-shadow .2s ease;
	top: -17px;
	font-size: 14px !important;
	font-weight: 500;
	padding: 5px 15px !important;
	line-height: 1.2;
	height: inherit !important;
}

span.cc-cookie-settings-toggle:after, .cc-btn.cc-allowall:after, .cc-btn.cc-deny:after, a.cc-btn.cc-allow:after, .gtm-oubli .formResponsive button[type="submit"]:after  {
	content: "";
	position: absolute;
	bottom: -15px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background-color: #ee7e6a;
	-webkit-clip-path: polygon(50% 15%, 100% 0, 50% 100%, 0 0);
			clip-path: polygon(50% 15%, 100% 0, 50% 100%, 0 0);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

span.cc-cookie-settings-toggle:hover::after, .cc-btn.cc-allowall:hover::after, .cc-btn.cc-deny:hover::after, a.cc-btn.cc-allow:hover::after, .gtm-oubli .formResponsive button[type="submit"]:hover::after {
	background-color: #e7472b;
	bottom: -18px;
}


.gtm-oubli .formResponsive button[type="submit"] {
	margin-top: 50px;
}

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

/* lien politique de confidentialité et catégories de cookies */
a.cc-link, .cc-color-override--1671053922 a.cc-link label {
    color: #1c2833 !important;
}

a.cc-link.cc-privacy:hover, .cc-color-override--1671053922 a.cc-link label:hover {
	color: #e7472b !important;
}

.cc-color-override--1671053922:hover a.cc-link label {
	color: #1c2833;
}

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

span.s1 {
    font-size: 1rem;
}

/* formulaire droit à l'oubli */
	.gtm-oubli label {
		display: block;
		margin: 10px 0 5px 0;
	}

	.gtm-oubli span {
	font-size: 1em !important;
	}

@media screen and (min-width: 414px) {
	.gtm-experience-texte .mod-custom {
		padding: 30px 0;
	}

	.gtm-experience-texte h3 {
		color: #fff;
		padding: 12px;
		margin: 0;
		font-size: 1rem;
	}

	.gtm-collaboration-icones .mod-custom img {
		padding: 20px 60px 0 60px;
	}

	.gtm-bouton, button#soumettre  {
		padding: 5px 18px 6px 18px;
	}
}

@media screen and (min-width: 460px) {
	.gtm-collaboration-icones .mod-custom img {
		padding: 20px 70px 0 70px;
	}
}

@media screen and (min-width: 520px) {
	.gtm-collaboration-icones .mod-custom img {
		padding: 20px 80px 0 80px;
	}
}

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

	h1 {
		font-size: 0.8rem;
	}

	h2 {
		font-size: 0.8rem;
	}

	.gtm-collaboration-icones .mod-custom img {
		padding: 20px 90px 0 90px;
	}
	
	.gtm-bouton, button#soumettre {
		font-size: 1em;
	}
	
	.gtm-evenements-image img {
		width: 75%;
		float: right;
	}

	.gtm-gestion-image h2 {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		position: absolute;
		width: 75%;
		top: 65%;
		left: 30px;
		-webkit-transform: translate(0%);
		    -ms-transform: translate(0%);
		        transform: translate(0%);
	}

	.gtm-gestion-image img, .gtm-contact-image img {
		width: 75%;
		float: right;
		margin-left: 10px;
	}

	.gtm-evenements-texte .mod-custom {
		height: auto;
		position: absolute;
		width: 75%;
		top: 45%;
		left: 30px;
		-webkit-transform: translate(0%);
		    -ms-transform: translate(0%);
		        transform: translate(0%);
	}

	.gtm-experience-texte .mod-custom {
		padding: 20px 0;
	}

	.gtm-clientele-cible h4, .gtm-faq-titre h4, .gtm-evenements-titre h4 {
		padding: 30px 200px 30px 30px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 0;
	}

	.gtm-promesse {
		padding: 30px 200px 30px 30px;
	}

	.gtm-experience-texte h3 span {
		font-size: 2rem;
		color: #fff;
	}

	.gtm-collaboration-image img  {
		width: 75%;
		float: left;
	}

	.gtm-a-propos-image img  {
		width: 75%;
		float: left;
	}

	.gtm-propos-stephane {
		background: transparent;
	}

	.gtm-propos-stephane h2 {
		padding: 30px;
		background: #e7472b90;
		width: 75%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-35%, 50%);
		    -ms-transform: translate(-35%, 50%);
		        transform: translate(-35%, 50%);
		text-align: right;
	}

	.gtm-collaboration-texte .mod-custom {
		width: initial;
		height: initial;
		left: 75%;
    	top: 70%;
	}

    .gtm-etapes .col-1 p, .gtm-etapes .col-2 p {
        margin: -0.5rem 1.6rem 0.5rem 0 !important;
    }

	.gtm-contact-image .mod-custom h2 {
		text-align: left;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		position: absolute;
		width: 75%;
		top: 65%;
		left: 30px;
		-webkit-transform: translate(0%);
		    -ms-transform: translate(0%);
		        transform: translate(0%);
	}

	.gtm-contact-coordonnees div.mod-custom div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.gtm-contact-coordonnees p {
		width: 100%;
	}

	.gtm-contact-coordonnees img {
		width: 50px;
		margin: 10px;
	}

	.gtm-credits img {
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}
	.gtm-credits p {
		text-align: center;
	}
}

@media screen and (min-width: 650px) {
	.formResponsive .formHorizontal .formControls {
		margin-left: 10%;
		margin-right: 10%;
	}

	.gtm-experience-texte .mod-custom {
		padding: 15px 3px;
	}

	.gtm-experience-texte h3 {
		padding: 18px;
	}

	.gtm-collaboration-icones .mod-custom img {
		padding: 20px 120px 0 120px;
	}
}