html {
  scroll-behavior: smooth;
}

body {
	font-family: "Nunito", sans-serif;
}

.opacity-zero {
	opacity: 0 ! important;
}

.hide {
	display: none;
}

/*HEADER*/

header {
	background: #fff;
	padding-top: 27px;
	padding-bottom: 27px;
	z-index: 2;
  position: relative;
}

.header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.alert.flash {
	display: none ! important;
}

.non-cliquable {
  pointer-events: none;  
  cursor: default;        
}

.partage-page a {
	text-decoration: none;
	margin-right: 12px;
}

.partage-page img {
	width: 30px;
	height: 30px;
	transition: all 0.3s;
}

.partage-page img:hover {
	opacity: 0.8;
}

.logo-page a {
	text-decoration: none;
}
.logo-page a:hover {
	text-decoration: none;
}
.logo-page img {
	height: 46px;
	width: auto;
}

.don-page a {
	border-radius: 12px;
	background: #E42329;	
	padding: 16px 20px;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 20.4px */
	transition: all 0.3s;
	text-decoration: none;
	transition: all 0.3s;
	text-transform: uppercase;
}
.don-page a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/*LA PETITION*/

.title-after {
	font-family: "Nunito", sans-serif;
	font-size: 30px;
	margin: 0;
	padding-bottom: 20px;
}

.page-intro-organisation p {
  color: #0A0A0A;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}


.petition {
	background: #065BA7;
	padding-top: 80px;
	padding-bottom: 40px;	
	position: relative;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F2BC1B;
  background-color: #F2BC1B;
}

.custom-control-label span {
	color: #E42329;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e2e4f9;
  border-color: unset;

}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset ! important;
}


.cerlce-ordi {
	position: absolute;
	top: 0;
	width: 300px;
	top: -5px;
	right: 0;
}

.triangle-ordi {
	position: 	absolute;
	width: 400px;
	right: 0;
	bottom: -100px;
}

.petition-content {

}
.petition-content h1 {
	color: #FFF;
	font-family: "Nunito", sans-serif;
	font-size: 39px;
	font-weight: 700;
	line-height: 112%; /* 43.68px */
	margin: 0;
	padding-bottom: 60px;
}
.petition-content h2 {
	color: #F2BC1E;
	font-family: "Nunito", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 112%; /* 26.88px */
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 40px;
}
.petition-content p {
	margin: 0;
	padding-bottom: 20px;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%; /* 25.2px */

}


.card-petition {
	border-radius: 12px;
	background: #FFF;
	box-shadow: -3px 4px 15px 0 rgba(0, 0, 0, 0.10);
	padding: 27px 20px 35px 20px;
}
.card-petition-header-title {
	margin: 0;
	padding-bottom: 24px;
	color: #0A0A0A;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px; /* 165.871% */
}
.card-petition-header-nombre {
	display: flex;
  padding-bottom: 15px;
  align-items: baseline;
  justify-content: space-between;
}
.card-petition-header-nombre p {
	color: #065BA7;
	margin: 0;
	font-size: 84px;
	font-weight: 900;
	line-height: 48px; /* 56.996% */
}
.card-petition-header-nombre span {
	color: rgba(10, 10, 10, 0.60);
	display: inline-block;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 248.806% */
}

.checkbox-petition {
	color: #4F4F4F;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
	padding-top: 5px;
}

.form-group-checkbox {
	padding-top: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.punchline {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 35px;
	color: #0A0A0A;
	font-size: 15px;
	font-weight: 600;
	line-height: 25px; /* 165.871% */
}


.new-input label {
	display: block;
	margin: 0;
	padding-bottom: 10px;
	color: #0A0A0A;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
}

.new-input label span {
	color: #E42329;
}

.option-heading span {
	color: #E42329;
}

.new-input input {
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	margin-bottom: 15px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
color: #737373;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.btn-loader-signature {
	display: block;
}

.btn-signature {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	background: #E42329;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	transition: all 0.3s;
	border: none;
	text-transform: uppercase;
	padding-top: 22px;
	padding-bottom: 22px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 10px;
}

.btn-signature:hover {
	opacity: 0.7;
	text-decoration: none;
	color: #FFF;
}


.bloc-mention-form {
	padding-top: 20px;
}
.bloc-mention-form .bloc-mention-form-un {
	margin: 0;
	padding-bottom: 15px;
	color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 5px;
}

.bloc-mention-form .bloc-mention-form-un a {
	color: #000;
	text-decoration: underline;
}
.bloc-mention-form .bloc-mention-form-un a:hover {
	color: #000;
	text-decoration: none;
}

.bloc-mention-form .bloc-mention-form-deux {
	margin: 0;
	color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 5px;
}
.bloc-mention-form .bloc-mention-form-deux span {
	color: #E42329;	
}




.thanks-signature {
	color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 112%;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}

.progress {
  height: 16px;
  overflow: hidden;
  font-size: .9375rem;
  background-color: #0A0A0A;
  border-radius: 9999px;
}
.progress-bar {
  background-color: #F2BC1E;
}



/*PARTENAIRES*/

.partenaires {
	background: #F5F5F5;
	padding-top: 130px;
	padding-bottom: 100px;
}
.partenaires-top {
	text-align: center;
	padding-bottom: 70px;
}
.partenaires-top img {
	height: 36px;
	width: auto;
	margin-bottom: 30px;
}
.partenaires-top p {
	margin: 0;
	color: #0A0A0A;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%; /* 17.92px */
}



.wrapper-slider-defilement-deux {
  position: relative;
  width: var(--total-widthdeux, 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-bottom: 40px;
  user-select: none;
  animation: rundeux 30s linear infinite;
}

.wrapper-slider-defilement-trois {
  position: relative;
  width: var(--total-widthdeux, 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  animation: rundeuxdeux 30s linear infinite;
}

.wrapper-slider-defilement-quatre {
  position: relative;
  width: var(--total-widthdeux, 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-bottom: 10px;
  user-select: none;
  animation: rundeux 60s linear infinite;
}
.wrapper-slider-defilement-cinq {
  position: relative;
  width: var(--total-widthdeux, 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  animation: rundeuxdeux 60s linear infinite;
}
.items-deux .un-signataire {
  color: #FFF;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: contain;
  margin-bottom: 0;
}

@keyframes rundeux {
  0% {
    right: 0%;
  }
  50% {
    right: calc(var(--total-widthdeux) - 100vw);
  }
  100% {
    right: 0%;
  }
}
@keyframes rundeuxdeux {
  0% {
    right: calc(var(--total-widthdeux) - 100vw);
  }
  50% {
    right: 0%;
  }
  100% {
    right: calc(var(--total-widthdeux) - 100vw);
  }
}


.items-deux {
  width: 100%;
  --widthdeux: fit-content;
  overflow: scroll;
  white-space: nowrap;
  font-size: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.items-deux a {
  color: #FFF;
  width: 148px;
  height: 148px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-size: contain;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
}

.items-deux a img {
  object-fit: contain;
  height: 148px;
  transition: all 0.3s;
}
.items-deux a img:hover {
	opacity: 0.8;
}



/*THEMATIQUES*/

.thematiques {
	padding-top: 70px;
	padding-bottom: 100px;
}
.thematiques-top {
	padding-bottom: 103px;
	text-align: center;
}

.card-thematique-header.open .plus-icon .vertical {
  opacity: 0;
}

.card-thematique-header.open h3 {
  display: none;
}
.thematiques-top img {
	margin-bottom: 32px;
	height: 56px;
	width: auto;

}
.thematiques-top p {
		margin: 0;
		color: #0A0A0A;
		text-align: center;
		font-family: "Roboto", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%; /* 17.92px */
}

  .masonry-container {
    display: flex;
    gap: 20px;
  }

  .column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .card-thematique {
  	background-size: cover;
  	background-position: center;
    color: white;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .card-thematique-header {
    padding: 15px;
    padding-left: 28px;
    padding-right: 28px;
    cursor: pointer;

    display: flex;
    justify-content: space-between;

  }

  .card-thematique-header h2 {
    margin: 0;
    font-size: 1.2rem;
  }

  .card-body {
    padding-left:28px;
    padding-right: 28px;
    padding-top: 0;

  }

  .card-body h2  {
		padding-top: 30px;
		padding-bottom: 30px;
		margin: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		color: #FFF;
		font-family: "Nunito", sans-serif;	
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 121%; /* 26.62px */
  }

  .card-body h3 {
		color: #FFF;
		font-family: "Nunito", sans-serif;	
		font-size: 17px;
		font-style: normal;
		padding: 14px 20px;
		font-weight: 600;
		line-height: 120%; /* 20.4px */	
		border-radius: 12px;
		margin: 0;
		margin-bottom: 30px;
		background: rgba(255, 255, 255, 0.20);
  }
  .card-body p {
		color: #FFF;
		font-family: "Roboto", sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%; /* 28px */  	
		margin: 0;
		padding-bottom: 30px;
  }

  .card-body h4 {
		color: #FFF;
		font-family: "Nunito", sans-serif;	
		font-size: 12px;
		font-style: italic;
		font-weight: 900;
		line-height: 121%; /* 14.52px */
		text-transform: uppercase;
		margin: 0;
  }
.header-thematique-content  {
	width: calc(100% - 30px);
}
.header-thematique-content h2 {
  color: #FFF;
	font-family: "Nunito", sans-serif;	
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 36px */
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px;
}
.header-thematique-content h3 {
	font-family: "Nunito", sans-serif;	
font-size: 22px;
font-style: normal;
font-weight: 800;
line-height: 121%; /* 26.62px */
text-transform: uppercase;
margin: 0;
padding-top: 20px;
}
.header-thematique-content-jaune h3 {
	color: #F2BC1E;
}
.header-thematique-content-bleu h3 {
	color: #289AFF;
}
.header-thematique-content-rouge h3 {
	color: #E42329;
}

.card-thematique-eau {
	background-image: url('eau.jpg');
}
.card-thematique-alimentation {
	background-image: url('alimentation.jpg');
}
.card-thematique-habitat {
	background-image: url('habitat.jpg');
}
.card-thematique-citoyen {
	background-image: url('citoyen.jpg');
}
.card-thematique-fiscalite {
	background-image: url('fiscalite.jpg');
}
.card-thematique-ecologie {
	background-image: url('ecologie.jpg');
}

/*SIGNATAIRES*/
.signataires {
	background: #F5F5F5;
	padding-top: 70px;
	padding-bottom: 40px;
}
.signataires-top {
	text-align: center;
	padding-bottom: 60px;
}

.signataires-top img {
	height: 48px;
	width: auto;
}

#signataires-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center; /* centre les lignes sur la page */
}
.ligne-wrapper {          /* wrapper pour centrer la ligne */
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;       /* cache tout débordement externe */
}

.un-signataire {
	border-radius: 65px;
	background: #FFF;
	padding: 10px;
	display: flex;
	align-items: center;
	padding-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	 flex: 0 0 auto;
}
.ligne-signataires {
  display: flex;

  overflow-x: auto;
  scroll-snap-type: x mandatory;
  /* Masquer scrollbar */
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE/Edge */
}
.ligne-signataires::-webkit-scrollbar {
  display: none;              /* Chrome, Safari */
}





.tous-les-signataires {
display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.un-signataire img {
	width: 61px;
	height: 61px;
	border-radius: 50%;
}
.un-signataire h3 {
	color: rgba(10, 10, 10, 0.80);
	font-family: "Nunito", sans-serif;	
	font-size: 16px;
	font-weight: 800;
	line-height: 110%; /* 17.82px */
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 9px;
}
.qui-signataire {
	padding-left: 12px;
	text-align: left;
}
.un-signataire p {
	margin: 0;
	color: rgba(10, 10, 10, 0.80);
	font-size: 12px;
	font-weight: 700;
	line-height: 110%; /* 13.86px */
	text-transform: uppercase;
}

.et-vous {
	text-align: center;
	padding-top: 20px;
}

.et-vous a {
display: flex;
  margin: auto;
}
.et-vous a:hover {
	text-decoration: none;
}
.et-vous img {
	width: 61px;
	height: 61px;
	border-radius: 50%;
}

.un-signataire-vous {
	border-radius: 65px;
	background: #FFF;
	padding: 10px;
	display: flex;
	align-items: center;
	padding-right: 20px;
	width: fit-content;
	margin: auto;
}

.qui-signataire a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.un-signataire-vous h3 {
	color: rgba(10, 10, 10, 0.80);
	font-family: "Nunito", sans-serif;	
	font-size: 20px;
	font-weight: 800;
	line-height: 110%; /* 17.82px */
	text-transform: uppercase;
	margin: 0;
}
.qui-signataire {
	padding-left: 12px;
}
.un-signataire-vous p {
	margin: 0;
	color: rgba(10, 10, 10, 0.80);
	font-size: 12px;
	font-weight: 700;
	line-height: 110%; /* 13.86px */
	text-transform: uppercase;
	text-decoration: underline;
}

/*PRESSE*/

.presses {
	padding-top: 150px;
	padding-bottom: 150px;
}
.presses-top {
	text-align: center;
	padding-bottom: 60px;
}
.presses-top img {
	height: 30px;
	width: auto;
}
.presse-article {
 border-radius: 7px;
}

.presse-article a {
	text-decoration: none;
}
.presse-article a:hover {
	text-decoration: none;
}

.presse-article div {
	padding: 20px 20px 40px 20px;

  border-radius: 7px;
}
.presse-article div h3 {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
	margin: 0;
	padding-bottom: 20px;
}
.presse-article div p {
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 22px */
	margin: 0;
} 
.slider-wrapper {
  position: relative;
  width: 100%;
}


.slider {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  -ms-overflow-style: none;  /* IE et Edge */
  scrollbar-width: none; 
}

.slider::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera */
}

.slides {
  display: flex;
}

.presse-article {
  flex: 0 0 auto; /* empêche de rétrécir */
  width: 310px;
  margin: 0 5px;
  box-sizing: border-box;
  scroll-snap-align: start; /* effet snap */
  color: white;
  text-align: center;
}


button.prev,
button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

button.prev { left: 10px; }
button.next { right: 10px; }


/*FOOTER*/ 

footer {
	display: none;
}


.new-footer {
	background: #065BA7;
	padding-top: 86px;
	padding-bottom: 20px;
}


.new-footer-un img {
	width: 289px;
	height: auto;
	margin-bottom: 170px;
}

.new-footer-deux-un {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 120%; /* 28.8px */
	margin: 0;
	padding-bottom: 24px;
}

.new-footer-deux-un a {
	color: #FFF;
	text-decoration: underline;
}

.new-footer-deux-un a:hover {
	color: #FFF;
	text-decoration: none;
}

.new-footer-deux-deux {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding-bottom: 14px;
}

.new-footer-deux-deux a {
	color: #FFF;
	text-decoration: underline;	
}
.new-footer-deux-deux a:hover {
	color: #FFF;
	text-decoration: none;
}

.new-footer-deux div a {
	text-decoration: none;
		margin-right: 20px;
}

.new-footer-deux div img {
	width: 40px;
	height: 40px;
	transition: all 0.3s;

}

.new-footer-deux div img:hover {
	opacity: 0.8;
}

.new-footer-trois a {
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-decoration: underline;
	display: inline-block;
	padding-right: 100px;
}

.new-footer-trois a:hover {
	text-decoration: none;
	color: #FFF;
}

.new-footer-quatre div {
	display: flex;
	align-items: center;
	justify-content: right;
}

.new-footer-quatre div p {
	margin: 0;
	color: #FFF;
	font-family: "Roboto", sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 120%; /* 12px */
	letter-spacing: -0.1px;
}




.new-footer-quatre div p a {
	color: #FFF;
	text-decoration: underline;	
}

.new-footer-quatre div p a:hover {
	color: #FFF;
	text-decoration: none;	
}



/*PAGE BASIC*/

.new-page {
	padding-top: 90px;
	padding-bottom: 200px;
}

.new-page-headline {
	color: #0A0A0A;
	font-family: "Nunito", sans-serif;
	font-size: 39px;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 60px;
	margin: 0;
	line-height: 112%; /* 43.68px */
}

.new-page-content {
	
}
.new-page-content h2 {
	margin: 0;
	padding-bottom: 40px;
	color: #F2BC1E;
	font-family: "Nunito", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 112%; /* 26.88px */
	text-transform: uppercase;
}
.new-page-content p {
	color: #0A0A0A;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-style: normal;
	margin: 0;
	padding-bottom: 30px;
	font-weight: 400;
	line-height: 140%; /* 25.2px */
}
.new-page-content a {
	color: #0A0A0A;
	text-decoration: underline;
}
.new-page-content a:hover {
	color: #0A0A0A;
	text-decoration: none;
}
.new-page-content li {
	color: #0A0A0A;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;	
}
.new-page-content ul {
	margin: 0;
	padding-bottom: 30px;
}


/*FLASH SHARE*/

.new-modal-header p {
color: #FFF;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 49.4px */
text-align: left;
}

.div-merci {
	text-align: left;
}

.modal-dialog {
	max-width: unset;
}

.new-modal-header p strong {
	font-weight: 800;
}

.modal-backdrop {
	background:#065BA7 ;
}

.non-merci {
	color: #FFF;
font-family: "Roboto", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 11px; /* 68.75% */
letter-spacing: 0.15px;
text-decoration: underline;
}

.modal-backdrop.show {
  opacity: 1;
}

.div-btn {
	display: flex;
}

.div-btn a {
	padding-right: 20px;
}

.div-btn img {
	width: 90px;
	height: 90px;
	margin-bottom: 15px;
}
.div-btn div span {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 11px; /* 68.75% */
	letter-spacing: 0.15px;
}

.modal .close {
  margin: 1rem;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4159 15.4159L44.584 44.5841' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.5841 15.4159L15.416 44.5841' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
}

.forme-modal {
position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
}

.container-modal {
	padding-top: 40px;
}

.div-btn a div {
	display: flex;
	flex-direction: column;
}


.partage-page-mobile,
.cerlce-mobile,
.rs-footer-mobile,
.presses-top-mobile,
.signataires-top-mobile,
.triangle-mobile,
.partenaires-top-mobile,
.forme-modal-mobile,
.thematiques-top-mobile,
.lire-plus {
	display: none;
}

.consent-form-container p {
color: #4F4F4F;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding-top: 5px;
}

.consent-form-container .custom-control-label {
	font-size: 12px;
	display: flex;
	align-items: center;
}
.phrase-cache {
	font-size: 12px;
	font-weight: 600;
	color: #E42329;
	font-family: "Roboto", sans-serif;
}
.scroll-clip {
	overflow: hidden;
}




@media all and (max-width: 992px) {

.scroll-clip {
	overflow: hidden;
}



/*PETITION*/

.petition-content h1 {
  color: #FFF;
  font-family: "Nunito", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 112%;
  margin: 0;
  padding-bottom: 50px;
}
.petition-content h2 {
  color: #F2BC1E;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 112%;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 23px;
}

/*THEMATIQUES*/

.masonry-container {
	flex-direction: column;
}

.thematiques {
  padding-top: 60px;
  padding-bottom: 50px;
}
.thematiques-top-ordi {
	display: none;
}
.thematiques-top-mobile {
	display: block;
	margin: auto;
	height: 75px;
}
.thematiques-top {
  padding-bottom: 50px;
  text-align: center;
}
.thematiques .col-lg-12 {
	padding-left: 20px;
	padding-right: 20px;
}

.container-thematique {
	padding-left: 20px;
	padding-right: 20px;
}

.header-thematique-content h2 {
  color: #FFF;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}
.header-thematique-content h3 {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 121%;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 30px;
}
.card-thematique-header,
.card-body {
	padding-left: 16px;
	padding-right: 16px;
}
.card-body p {
  font-size: 16px;
}
.card-body h3 {
	font-size: 15px;
	padding: 10px;
}
.card-body h2 {
  font-size: 22px;
}
.card-body h4 {
  font-size: 10px;
}

/*MODAL PARTAGE*/

.forme-modal {
	display: none;
}
.modal .close {
	height: 37px;
	width: 37px;
	background-size: 37px;
}
.new-modal-header p {
	font-size: 26px;
	margin: 0;
	padding-bottom: 42px;
}
.new-modal-header p br {
	display: none;
}
.div-btn div span {
	display: none;
}
.container-modal {
  padding-top: 80px;
}
.div-btn a {
  padding-right: 12px;
}
.div-btn img {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
}


/*HEADER*/


header {
  padding-top: 24px;
  padding-bottom: 24px;
}

.partage-page {
	display: none;
}

.logo-page img {
  height: 21px;
  width: auto;
}
.don-page a {
  padding: 9px 10px;
  color: #FFF;
  font-size: 16px;
}
header .col-lg-12 {
	padding-left: 20px;
	padding-right: 20px;
}


/*PARTENAIRE*/

.partenaires {
	z-index: 2;
	position: relative;
	padding-top: 65px;
  padding-bottom: 50px;
}

.items-deux a img {
  object-fit: contain;
  height: 110px;
  transition: all 0.3s;
}

.items-deux a {
  color: #FFF;
  width: 110px;
  height: 110px;
  margin-left: 5px;
  margin-right: 5px;
}
.wrapper-slider-defilement-deux {
	margin-bottom: 10px;
}

.partenaires-top p {
	padding-left: 20px;
	padding-right: 20px;
}

.triangle-ordi {
	display: none;
}
.triangle-mobile {
	display: block;
	position: absolute;
	height: 200px;
	right: 0;
	bottom: -60px;
}
.partenaires-top-ordi {
	display: none;
}

.partenaires-top-mobile {
	display: block;
	height: 70px ! important;
	margin: auto;
}

.partenaires-top {
  text-align: center;
  padding-bottom: 50px;
}

/*PETITION*/

.lire-plus {
	display: block;
	text-decoration: underline;
}

.card-petition {
	margin-top: 20px;
}

  .page-petition-content-mobile {
    display: none;
  }

.partage-page-mobile {
	display: flex;
	position: absolute;
	top: 21px;
	left: 20px;
}

.partage-page-mobile img {
	width: 26px;
	height: 26px;
}
.partage-page-mobile a {
	padding-right: 10px;
}
.cerlce-ordi {
	display: none;
}
.cerlce-mobile {
		display: block;
    height: 220px;
    right: 0;
    position: absolute;
    top: -110px;
}
.petition .col-lg-6 {
	padding-left: 20px;
	padding-right: 20px;
}
.petition .col-lg-5 {
	padding-left: 0;
	padding-right: 0;
}
.card-petition-header-nombre p {
  color: #065BA7;
  margin: 0;
  font-size: 70px;
  font-weight: 900;
  line-height: 35px;
}

/*PRESSES*/

.presses {
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.prev,
.next {
	display: none;
}
.slides {
  display: block;

}
.presse-article {
  width: 100%;
    
    margin: 0;
    margin-bottom: 20px;
}
.presses-top-ordi {
	display: none;
}
.presses-top-mobile {
		display: block;
    height: 65px ! important;
    width: auto;
    margin: auto;
}

/*SIGNATAIRES*/

.signataires {
  background: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 40px;
}
.signataires-top-ordi {
	display: none;
}
.signataires-top-mobile {
	display: block;
	margin: auto;
	height: 75px ! important;
}



/*FOOTER*/

.new-footer {
  padding-top: 40px;
}
.new-footer-un img {
  width: 244px;
  height: auto;
  margin-bottom: 45px;
}
.rs-footer-mobile {
	display: block;
	padding-bottom: 30px;
}
.rs-footer-ordi {
	display: none;
}
.new-footer .col-lg-6,
.new-footer .col-lg-8,
.new-footer .col-lg-4 {
	padding-left: 20px;
	padding-right: 20px;
}
.new-footer-trois {
	padding-bottom: 100px;
}
.new-footer-trois a {
  font-size: 14px;
}
.new-footer-deux-deux {
  font-size: 18px;
  padding-bottom: 60px;
}

.new-footer-deux-un {
  color: #FFF;
  font-size: 20px;
  padding-bottom: 50px;
}

.new-footer-trois a {
	display: block;
	padding-right: 0;
}


}