@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');



:root {
	--ikColor1: #8BAD2F;
	--ikColor2: #8BAD2F;
	--ikColor1Hover: #566f1e;
	--ikColor2Hover: #a1cc3a;
	--ikColorFond: #1c2111;
	--ikColorTxt: #f5f5f5;
}

#fireworks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  pointer-events: none;
}

.header {
	background-color: var(--ikColor1);
	padding: 20px 0px;
}

.header .container {
	padding-bottom: 20px;
}

.container, .container-fluid {
	position: relative;
}

.logo {
	position: relative;
	z-index: 1;

}

.logo img {
	height: 150px;
	border: white solid 5px ;
	background-color: white;

}


.reseauxSociauxRight {
    position: fixed;
    bottom: 200px;
    right: 0;
    background-color: var(--ikColor1);
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 999;
}

.reseauxSociauxRight a {
    background-color: #fff;
    color: var(--ikColor1);
    font-size: 30px;
    display: block;
    margin: 15px 10px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

.reseauxSociauxRight a:hover {
    background-color: var(--ikColor2);
    color: #fff;
}

/* fin */

.headerRS {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 2;
}

.menus {
	position: absolute;
	bottom: 0px;
	right: 0;
}

.menus ul {
	margin: 0;
	padding: 0;
}

.menus ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
}

.menus ul li a {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 5px 15px;
}

.menus ul ul {
	position: absolute;
	top: 40px;
	left: 0;
	width: 300px;
	background-color: #8BAD2F;
	padding: 20px;
	z-index: 999;
	display: none;
}

.menus ul li:hover ul {
	display: block;
}

.menus ul ul li a {

}

.btnMenu {
	color: #fff;
	position: absolute;
	top: 15px;
	right: 30px;
	cursor: pointer;
	display: none;
	z-index: 2;
}

.iconMenu {
	display: block;
	position: relative;
	width: 40px;
	height: 30px;
	cursor: pointer;
	border: 5px solid transparent;
}

.iconMenu span {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.iconMenu .h-top {
	top: 0;
}

.btnMenu.h-active .h-top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -1px;
}

.iconMenu .h-middle {
	top: 50%;
	margin-top: -1px;
	width: 25px;
}

.btnMenu.h-active .h-middle {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
}

.iconMenu .h-bottom {
	bottom: 0;
	width: 27px;
}

.btnMenu.h-active .h-bottom {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
	width: 100%;
}

.section-presentation {
	padding: 50px;
}

.presentation {
	padding: 50px;
}

.presentation h1 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--ikColor1);
}

.presentation h2 {
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 50px;
	color: var(--ikColor2);
}

.presentation p {
	line-height: 28px;
	font-size: 18px;
}

.section-accroche1 {
	background-color: var(--ikColor1);
	color: #FFF;
	font-size: 40px;
	text-align: center;
	font-weight: 900;
	padding: 50px 0px;
}

.section {
	padding: 100px 0px;
}

.section h2 {
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--ikColor1);
}

.section h3 {
	text-align: center;
	font-size: 26px;
	font-weight: 100;
	margin-bottom: 50px;
	color: var(--ikColor2);
}

.footer {
	background-color: #181818;
	color: #fff;
	padding: 100px 0px;
	position: relative;
}

.footer .container {
	padding-top: 100px;
}

.logoFooter {
	
	position: absolute;
	top: -150px;
	left: 50%;
	right: 50%;
	background-color: #181818;
	padding: 50px;
	border-radius: 100px;
	text-align: center;
	width: 600px;
	margin-left: -300px;
}

.logoFooter img {
	max-width: 100%;
	max-height: 130px;
}

.footerCol {
	padding: 40px;
}

.footerCol h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
}

.footerCol ul {
	margin: 0;
	padding: 0;
}

.footerCol ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footerCol ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	text-transform: uppercase;
}

.reseauxSociaux {
	text-align: right;
}

.reseauxSociaux a {
	font-size: 24px;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	color: var(--ikColor1);
	background-color: #fff;
	text-align: center;
	margin: 0px 6px;
}

.section-bleue {
	background-color: var(--ikColor1);
	background: linear-gradient(90deg, rgb(120, 202, 107) 0%, rgb(31, 188, 39) 92%);
	color: #FFF;
}

.section-bleue h2 {
	color: #FFF;
}

.boxTeam {
	text-align: center;
	position: relative;
	margin: 30px 0px;
}

.boxTeamImage {
	border-radius: 100%;
	width: 160px;
	height: 160px;
	background-size: 100%;
	background-position: center center;
	background-color: var(--ikColor2);
	margin: 0 auto;
	margin-bottom: 20px;
}

.boxTeamBis .boxTeamImage {
	width: 120px;
	height: 120px;
}

.boxTeamImage img {
	max-width: 100%;
}

.boxTeamName {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	background-color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.boxTeamBis .boxTeamName {
	top: 90px;
	font-size: 16px;
}

.boxTeamRS {
	margin-top: 15px;
}

.boxTeamRS a {
	background-color: var(--ikColor1);
	color: #FFF;
	padding: 5px 15px;
	margin: 0px 5px;
}

.btnIdees {
	text-align: center;
}

.btnIdees a {
	background-color: #FFF;
	color: var(--ikColor1);
	font-size: 18px;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
}

.boxProgramme {
	height: 200px;
	position: relative;
	margin: 20px;
	cursor: pointer;
}

.boxProgrammeImage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
}

.boxProgrammeImage::after {
	background: rgba(0, 0, 185, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	transition: all 0.15s ease 0s;
}

.boxProgramme:hover .boxProgrammeImage::after {
	background: rgba(0, 0, 185, 0);
}

.boxProgrammeTitre {
	background-color: var(--ikColor2);
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 10px;
	transition: all 0.15s ease 0s;
	text-align: center;
}

.boxProgramme:hover .boxProgrammeTitre {
	top: 50%;
	left: 15%;
	bottom: auto;
	right: 15%;
	font-size: 20px;
	margin-top: -35px;
}

.formContact {
	max-width: 600px;
	margin: 0 auto;
}

.btn-rouge {
	background-color: var(--ikColor2);
	color: #fff;
	padding: 10px 40px;
	font-size: 20px;
	text-transform: uppercase;
}

.btn-rouge:hover {
	background-color: var(--ikColor2Hover);
	color: #fff;
}

.presentationImg {
	max-width: 400px;
	padding-right: 20px;
	padding-bottom: 20px;
}

/* headerG2 */

.headerG2 {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.headerG2::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	content: '';
	display: block;
}

.headerG2 .container {
	padding: 100px 0px;
	text-align: center;
}

.headerG2-titre h1 {
	font-size: 38px;
	color: #fff;
	text-transform: uppercase;
}

.headerG2-sousTitre h2 {
	font-size: 24px;
	color: #fff;
}

/* contenu */

.section-contenu {
	padding: 100px 0px;
}

/* programme */

.programmeBox {
	background-color: #f4f4f4;
	padding: 25px;
}

.programmeBox h3 {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}

/* vos idees */

.boxIdeesTheme {
	background-color: #f4f4f4;
	padding: 15px;
	position: relative;
	margin-bottom: 15px;
	color: #000;
	padding-left: 80px;
}

.boxIdeesTheme span {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: var(--ikColor2);
	color: #fff;
	padding: 5px 15px;
}

.themeImage {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70px;
	background-size: cover;
	background-position: center center;
}

.boxGris {
	background-color: #f4f4f4;
	padding: 25px;
}

.boxGris h3 {
	margin-bottom: 25px;
	text-transform: uppercase;
}

/* actu */

 .blog-box {
	background-color: #f4f4f4;
	margin: 25px 0px;
}

.blog-box-image {
	height: 200px;
	background-size: cover;
	background-position: center center;
}

.blog-box-content {
	padding: 25px;
	position: relative;
}

.blog-box-date {
	position: absolute;
	top: -20px;
	right: 0px;
	padding: 5px 15px;
	background-color: var(--ikColor1);
	color: #fff;
}

.blog-box-titre a {
	color: #000;
	font-size: 20px;
}

.blog-box-btn {
	margin-top: 15px;
	text-align: right;
}

.blog-box-btn a {
	background-color: var(--ikColor2);
	color: #fff;
	border-radius: 5px;
	padding: 5px 25px;
	display: inline-block;
	text-transform: uppercase;
}

/* footer newsletter */

.section-newsletter {
    margin-top: -100px;
    margin-bottom: 100px;
}

.section-newsletter .container {
    background-color: var(--ikColor2);
    color: #fff;
    border-radius: 50px;
    padding: 50px;
}

.section-newsletter h2 {
    font-size: 30px;
}

.section-newsletter h3 {
    font-size: 22px;
    color: #fff;
}

.section-newsletter p {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}

.section-newsletter input[type=email] {
    max-width: 400px;
    margin: 0 auto;
}

.section-newsletter button {
    background-color: var(--ikColor1);
    color: #fff;
}

/* theme */

.imgTheme {
	max-width: 350px;
	padding-right: 20px;
	padding-left: 20px;
}

/* actu detail */

.actualite-detail-image {
	margin-bottom: 50px;
}

.actualite-detail-image img {
	max-width: 500px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.actualite-detail-contenu h2 {
	margin-bottom: 20px;
}

.actualite-detail-contenu p {
	line-height: 24px;
}

.actualite-detail-contenu p b {
	color: #000;
}

.actualite-detail-contenu::after {
  clear: both;
  content: '';
  display: block;
}

/* petition */

.petitionBloc {
	background-color: var(--ikColor2);
	color: #fff;
	padding: 50px;
	border-radius: 50px;
}

.petitionBlocTitre {
	text-align: center;
	font-size: 38px;
	color: var(--ikColor1);
	margin-bottom: 30px;
}

.petitionBlocBtn {
	text-align: center;
	margin-top: 50px;
}

.petitionBlocBtn a {
	background-color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	padding: 10px 25px;
	font-weight: bold;
}

/* prochain conseil */

.prochainConseil {
    background-color: var(--ikColor2);
    color: #fff;
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: fixed;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    right: 50px;
    font-size: 14px;
}

.prochainConseil span {
    display: block;
    font-size: 22px;
    font-weight: bold;
}

/* soutien */

.popupSoutienFermer {
    position: absolute;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    line-height: 25px;
    text-align: center;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

.popupSoutien {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.8);
    z-index: 999;
}

.popupSoutienContainer {
    width: 500px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 0px 10px #aaa;
    border-radius: 10px;
    position: relative;
}

.popupSoutienTitre {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.topElu {
	padding: 25px 0;
}

.topEluPhoto {
	height: 150px;
	width: 150px;
	background-size: cover;
	background-position: center center;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}

.topEluNom {
	text-align: center;
}

.topEluPourcentage {
	text-align: center;
	background-color: #ff0000;
	color: #fff;
	width: 100px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}

.topEluAdjoint {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	background-color: var(--ikColor2);
	color: var(--ikColorTxt);
	text-align: center;
	padding: 3px;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 4px;
}

.topEluOpposant {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	background-color: #16a026;
	color: #fff;
	text-align: center;
	padding: 3px;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 4px;
}

.topEluTexteAutre {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	background-color: #ff7800;
	color: #fff;
	text-align: center;
	padding: 3px;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 4px;
}

.section-compteur {
    margin-bottom: 100px;
}

.compteur {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    background-color: var(--ikColor2);
    color: var(--ikColorTxt);
    padding: 30px;
    border-radius: 30px;
}

.compteurChiffre {
    font-size: 50px;
    font-weight: 900;
    padding: 20px 0;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

	.menus {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.8);
		z-index: 999;
		width: 70%;
		margin-left: -70%;
	}

	.menus ul li {
		display: block;
	}

	.menus ul ul {
		display: block;
		background: none;
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		padding: 10px;
	}

	.menus ul ul li a {
		font-size: 12px;
	}

	.btnMenu {
		display: block;
	}

	.headerRS {
		display: none;
	}

	.section-accroche1 {
		font-size: 30px;
	}

	.presentation h1, .section h2 {
		font-size: 30px;
	}

	.presentation h2, .section h3 {
		font-size: 26px;
	}

	.presentationImg {
		max-width: 100%;
		padding-right: 0;
	}

	.footerCol .reseauxSociaux {
		text-align: center;
	}

	.popupSoutienContainer {
		padding: 25px;
	}

}

@media (max-width: 767px) {

	.logo img {
		height: 150px;
	}

	.section-accroche1 {
		font-size: 24px;
	}

	 .presentation h1, .section h2 {
	    font-size: 26px;
	}

	.presentation h2, .section h3 {
		font-size: 20px;
	}

	.boxProgrammeTitre {
		font-size: 14px;
	}

	.boxProgramme:hover .boxProgrammeTitre {
		font-size: 14px;
		left: 20px;
		right: 20px;
	}

	.logoFooter {
		width: 90%;
		margin-left: 0;
		left: 5%;
		right: 5%;
	}

	.boxTeamName {
		font-size: 16px;
		top: 115px;
	}

	.boxTeamImage {
		width: 150px;
		height: 150px;
	}

}

@media (max-width: 575px) {

	.logo img {
		height: 100px;
	}

	.section-presentation {
		padding: 50px 15px;
	}

	.presentation {
		padding: 0;
	}

	.presentation h1, .section h2 {
		font-size: 20px;
	}

	.presentation h2, .section h3 {
		font-size: 18px;
	}

	.section-accroche1 {
		font-size: 12px;
	}

	.section, .footer {
		padding: 50px 0;
	}

	.logoFooter {
		padding: 0;
		top: 0;
	}

	.footerCol {
		padding: 15px;
	}

	.footerCol h4 {
		font-size: 18px;
	}

	.footerCol ul li a {
		font-size: 14px;
	}

	.reseauxSociaux a {
		width: 32px;
		line-height: 32px;
		font-size: 18px;
		margin: 0 6px;
	}

	.section-contenu {
		padding: 50px 0px;
	}

	.headerG2-titre h1 {
		font-size: 18px;
	}

	.headerG2-sousTitre h2 {
		font-size: 14px;
	}

	.boxIdeesTheme span {
		position: relative;
		top: auto;
		right: auto;
		display: block;
		margin-top: 15px;
	}

	.section-newsletter {
		padding: 50px 15px;
		margin-top: 0px;
	}

	.section-newsletter .container {
		padding: 30px;
		border-radius: 30px;
	}

	.imgTheme {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 20px;
	}

	.actualite-detail-image img {
		max-width: 100%;
		padding-right: 0;
	}

	.reseauxSociauxRight {
		bottom: 100px;
		padding: 5px;
	}

	.reseauxSociauxRight a {
		font-size: 24px;
		width: 30p;;
		line-height: 30px;
	}

	.popupSoutienContainer {
		width: 95%;
		font-size: 14px;
	}

	.popupSoutienTitre {
		font-size: 20px;
	}

	.popupSoutienContainer input {
		font-size: 14px;
	}

	.popupSoutienContainer button {
		font-size: 16px;
		padding: 10px 30px;
	}

	.prochainConseil {
		font-size: 12px;
	}

	.compteur {
		margin: 20px auto;
	}

}