/** __________ Begin header __________ **/
header {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

nav.navbar {
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 99;

	background: #000;
}

.ChangeColorOnScroll {
	background: #fff;
	border-bottom: 1px solid #8d1b53;
}

button.navbar-toggler {
	background-color: #fff;
	margin-right: 40px;
}

.fa-bars {
	color: #8d1b53;
}

.navbar-nav>.nav-item {
	margin-left: 20px;
}

header p {
	position: absolute;
	bottom: 50px;
	background-color: #8d1b53;
	padding: 15px;
	color: rgb(91, 97, 15);
	font-weight: 500;
}

.nav-link {
	color: #8d1b53 !important;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.Social ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.Social li {
	display: inline-block;
}

.Social img {
	height: 25px;
}

.TextHeader {
	background-color: #f7be3f;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
}


.FaireDon {
	padding: 8px 20px;
	margin: auto;
	color: #FFF;
	margin-left: 10px;
	font-size: 16px;
	background: #8d1b53;
	display: flex;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	position: absolute;
	right: 20px;
	top: 35px;
}



/** __________ End header __________ **/
.body {
	background-color: #000;
}

.fa {
	vertical-align: middle;
}

#Lettreaction {
	background-color: #000;
}


#RSeMESS {
	padding: 20px;
}

.resp-container {
	position: relative;
	overflow: hidden;
}


.img-emess img {
	display: block;
	margin: 0px auto;
	width: 200px;
	padding-bottom: 20px;

}


.resp-iframe {
	position: absolute;

	width: 80%;
	height: 80%;
	border: 0;
}




.P2>div:nth-child(2),
.S4B1 {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.S1B1>div:nth-child(1) p,
.P2>div:nth-child(1) *,
.plusDe p {
	text-align: center;
}

.P2 {
	background: #f8f1db;
}

.section3 p {
	text-align: center;
}

#od p {
	text-align: center;
}



.S4B1 img {
	display: block;
	width: 260px;
	margin-left: auto;
	margin-right: auto;
}

.textEMESS h3,
.textLA h3 {
	color: #8d1b53;
}

.textEMESS p {
	color: #fff;
}

.textEMESS p,
.textLA p {
	font-size: 16px;
}

.textEMESS {
	width: 50%;
	padding: 20px;
	text-align: left;
}

.textLA {
	width: 40%;
	display: inline-block;
	font-size: 16px;
}

.textLA p {
	width: 90%;
	height: 350px;
	position: relative;
	right: 0;
	left: 0;
	margin: auto;
}


.imgLA {
	width: 50%;
	position: relative;
	padding: 5px;
	display: inline-block;
	text-align: center s
}

.imgLA img {
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



.DiviFram3 {
	width: 20%;
	height: 300px;
	position: relative;
	padding: 25px;
	display: inline-block;

}

.DiviFram2 {
	width: 65%;
	height: 590px;
	position: relative;
	right: 0;
	left: 0;
	margin-top: 40px;
	margin: auto;
}

@media (max-width: 600px) {

	.video-responsive {
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		height: 0;
		margin: auto;

	}

	.video-responsive iframe {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute;
		margin: 0 auto;
	}
}


a.BTN_eMessagers {
	padding: 15px;
	background-color: #8d1b53;
	border: solid 1px#8d1b53;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right: 0px;
}

.BTN_eMessagers:hover {
	color: #8d1b53;
	background: #fff;
	border: solid 1px #8d1b53;
	text-decoration: none;
}

.P2>div img {
	width: 200px;

	text-align: center;
}


#img3EMESS {
	display: flex;
	justify-content: center;
	text-align: center;
}

.blockEMESS {
	padding: 5px 20px;
	display: inline-block;
}

.blockEMESS2 {
	padding: 5px 20px;
	display: inline-block;
}

img.blockEMESS2 {
	width: 540PX;
}

#outer {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 30px;
	flex-direction: row;

}

.inner {
	display: block;
	padding: 15px 30px;
	text-align: center;


}

@media screen and (max-width: 500px) {
	#outer {
		flex-direction: column;
		height: auto;
	}

	.inner {
		height: 50px;
		margin: 10px;
	}
}

a.btnPartageIN {
	padding: 15px;
	background-color: #0a66c2;
	border: solid 1px #0a66c2;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right: 0px;
}

.btnPartageIN:hover {
	color: #0a66c2;
	background: #fff;
	border: solid 1px #0a66c2;
	text-decoration: none;
}

a.btnPartageTW {
	padding: 15px;
	background-color: #1d9bf0;
	border: solid 1px #1d9bf0;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right: 0px;
}

.btnPartageTW:hover {
	color: #1d9bf0;
	background: #fff;
	border: solid 1px #1d9bf0;
	text-decoration: none;
}

a.btnPartageFB {
	padding: 15px;
	background-color: #1778f2;
	border: solid 1px #1778f2;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
	margin-right: 0px;
}

.btnPartageFB:hover {
	color: #1778f2;
	background: #fff;
	border: solid 1px #1778f2;
	text-decoration: none;
}


.PartageRS {
	text-align: center;
	padding: 40px;

}




#header {

	display: flex;
	justify-content: center;
	height: 140px;
}

#header ul {
	display: none;
	padding: 0;
	display: initial;
}



.social-link {
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 1.8rem;
	height: 1.8rem;
	text-align: center;
	line-height: 1.6rem !important;
	color: #ffffff;
	font-size: 1em !important;
}

.fa {
	vertical-align: middle;
}



#dons {
	background-color: #edece8;
}


iframe {
	position: relative;
	top: 0;
	right: 0;
	bottom: 50px;
	left: 0;
	margin: auto;

}

div iframe {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer {
	background: #000;
	padding: 20px;
}

footer div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer p {
	text-align: center;
	color: #fff;
}

footer a {
	text-decoration: none;
	color: #fff
}

footer div p:nth-child(2) {
	margin: 0 20px;
}

.txtFooter {
	margin: 20px 0;
	padding: 20px;
	background-color: #fff;
}

.txtFooter h1,
.txtFooter h2 {
	font-weight: bold;
}

.txtFooter * {
	font-size: 14px;
	margin: 0;
}

.txtFooter {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}



/**  Begin global styles  **/

html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}


h1,
h2,
h3,
h4 {
	font-family: 'Pacifico', cursive !important;

}


p,
a {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
}

#jePartage {
	font-size: 30px;
	text-align: center;
	color: #8d1b53;

}

/* START FONT SIZE */

footer p {
	font-size: 0.875em;
	/* 14px */
}

.navbar-nav a {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;

}

.title {
	font-size: 40px;
}

/* START FONT SIZE */

a.btn {
	padding: 15px;
	background-color: #8d1b53;
	border: solid 1px #8d1b53;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
}

.btn:hover {
	color: #8d1b53;
	background: #fff;
	border: solid 1px #8d1b53;
}

.title {
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 15px;
	background-color: #000;
}



/**  End global styles  **/

@media (min-width: 576px) {

	.inTimeLine {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 80%;
	}

	.inTimeLine div {
		margin-left: 5%;
	}

	.inTimeLine div>* {
		text-align: left;
	}


}

@media (min-width: 992px) {

	.navbar-nav {
		width: 100%;
	}

	.nav-link {
		position: relative;
		left: 10px;
	}

	.navbar-nav>.nav-item:nth-child(2) .nav-link {
		width: 100px;
	}

	.navbar-nav>.nav-item:nth-child(3) .nav-link {
		width: 130px;
	}

	.navbar-nav>.nav-item:nth-child(4) .nav-link {
		width: 130px;
	}

	.navbar-nav>.nav-item:nth-child(5) .nav-link {
		width: 100px;
	}

	.navbar-nav>.nav-item:nth-child(6) .nav-link {
		width: 130px;
	}

	.navbar-nav>li:nth-child(n+2):after {
		content: "|";
		position: absolute;
		top: 15px;
		color: #8d1b53;
		font-weight: bold;
	}

	.navbar-nav>li:last-child:after {
		display: none;
	}

	.Social {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	header p {
		padding: 15px 30px 15px 200px;
	}



	.TextHeader {
		background-color: #f7be3f;
		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-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px;
	}

	.TextHeader {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.TextHeader p {
		width: 900px;
		color: #8d1b53;
	}

	.S1B1>div:nth-child(1) p:last-child {
		width: 55%;
		margin: auto;
	}



	@keyframes bounce {
		0% {
			left: -100%;
		}

		100% {
			left: -30%;
		}
	}

	.section1 .blockImg:hover:after {
		animation: bounce 1.5s ease infinite alternate;
	}

	.section1 .blockImg:after {
		content: ' ';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: -100%;
		background-image: url("../img/FlecheTransparente.png");
		background-size: cover;
	}


	.S1B1>div:nth-child(1) p,
	.P2>div:nth-child(1) *,
	.plusDe>p {
		padding: 0 40px;
	}

	.S1B1 div:nth-child(2),
	.P2>div:nth-child(2),
	.S2B1,
	.S4B1 {
		-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;
	}


	.S1B1 .blockImg,
	.S2B1 .blockImg {
		margin: 0;
		width: 100%;
	}

	.S1B1>div:nth-child(2) {
		width: 100%;
	}

	.S2B1 .blockImg {
		font-size: 0.8em
	}


	.S2B1 .blockImg>* {
		padding: 0;
	}

	.timeLine {
		position: relative;
	}

	.timeLine>img {
		position: absolute;
		height: 75%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 45px;
		display: initial;
	}

	.inTimeLine {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: initial;
		margin: initial;
		padding: 20px 0;
	}

	.inTimeLine h3 {
		text-align: initial;
	}

	.inTimeLine:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		width: 50%;
		position: relative;
		left: 66px;
		margin: 0;
	}

	.inTimeLine:nth-child(even) div {
		margin: 0 5% 0 0;
	}

	.inTimeLine:nth-child(even) div>* {
		text-align: right;
	}

	.inTimeLine:nth-child(odd) div>* {
		text-align: left;
	}

	.inTimeLine:nth-child(odd) {
		width: 50%;
		left: calc(50% - 66px);
		position: relative;
		margin: 0;
	}

	.timeLine>div:last-child {
		padding: 60px;
	}

	.timeLine>div:last-child p {
		width: 50%;
	}



	footer {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	footer p {
		text-align: left;
	}

	.br {
		display: block;
	}



}


@media (min-width: 1200px) {
	.P2>div {
		margin: 20px 10% !important;
	}

	.P2>div:nth-child(1) * {
		padding: 0;
	}

	.P2>div:nth-child(1) p:nth-child(2) {
		padding: 0 15%;
	}

	.S2B1 .blockImg {
		font-size: 1em;
	}

	.S2B1 .blockImg div img {
		width: 60px;
	}

	.S2B1 .blockImg div div {
		top: 100px;
	}

	.S2B1 .blockImg div>* {
		padding: 10px 0;
	}
}