html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	min-height: 100%;
	color: #000;
	background: #FFF;
	overflow-x: hidden;
	line-height: 20px;
}

.container {
	position: relative;
}

/**** HEADER ****/

.navbar-brand {
	margin-right: 30px;
	position: relative;
	z-index: 200
}

@media(max-width:767px) {
	.navbar-brand {
		max-width: 175px;
	}
}

@media (max-width:576px) {
	#zone-bandeau {
		height: auto;
	}
}

#zone-haut.small+#zone-bandeau {
	margin-top: 110px;
	display: inline-block;
}

#bandeau {
	height: 350px;
}

#bandeau .swiper-slide>div, #bandeau .swiper-slide>div>div {
	height: 100%;
}

#bandeau .bandeau-fond-texte {
	background-image: url('/phototheque/photos/charte/fondbandeau.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#bandeau .bandeau-texte {
	width: 60%;
	line-height: 1.2;
	margin: auto;
	top: 30px;
	position: absolute;
	height: 270px;
	right: 20px;
	color: white;
	font-size: 0.9em;
}

.bandeau-texte-mobile {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px;
	height: 220px !important;
	background-color: rgba(15, 76, 156, 0.7);
	margin: 0;
	font-size: 0.8;
	color: white;
}

#bandeau .bandeau-title {
	text-transform: uppercase;
	font-size: 1.3em;
}

#bandeau .bandeau-subtitle {
	margin: 15px 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9em;
	color: #FFD101;
	padding-left: 85px;
	position: relative;
}

#bandeau .bandeau-subtitle::before {
	content: " ";
	position: absolute;
	width: 80px;
	height: 5px;
	top: 0;
	background-color: #FFD101;
	bottom: 0;
	margin: auto;
	left: 0;
}

@media (max-width: 445px) {
	.bandeau-texte-mobile {
		height: 100% !important;
	}
}

@media (min-width: 1099px) and (max-width: 1699px) {
	#bandeau .bandeau-texte {
		right: 20px;
		width: 500px;
	}
}

@media (min-width: 1099px) and (max-width: 1399px) {
	#bandeau .bandeau-texte {
		font-size: 0.9em;
	}
	#bandeau .bandeau-texte .contain {
		padding-left: 100px;
		padding-right: 0;
	}
}

@media(max-width: 1100px) {
	#bandeau .bandeau-texte {
		right: 20px;
		lefts: 20px;
		width: 90%;
		bottom: 0;
		top: 0;
		margin: atuo;
		font-size: 0.9em;
	}
}

@media(max-width: 768px) {
	#bandeau .bandeau-texte {
		width: 100%;
		bottom: 0;
		padding: 20px;
		height: 260px;
		background-color: rgba(15, 76, 156, 0.7);
		margin: 0;
		box-sizing: content-box;
	}
	#bandeau .bandeau-fond-texte {
		background-image: none;
	}
	#bandeau .bandeau-fond-texte .col-md-5 {
		background-color: transparent;
	}
	#bandeau .bandeau-subtitle {
		margin: 10px 0;
	}
}

.autre .bandeau-texte {
	margin-top: 200px;
	height: auto;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.autre .bandeau-texte .contain {
	padding: 30px 20%;
}

.bandeau-texte.reference .contain {
	padding: 30px;
}

#zone-bandeau-menu ul {
	display: table;
	margin: -15px auto;
}

#zone-bandeau-menu ul li {
	display: table-cell;
}

#zone-bandeau-menu ul li a {
	display: block;
	padding: 10px 8px;
	color: #01669D;
	background: #FFF;
	margin: 0 10px;
	min-width: 150px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#zone-bandeau-menu ul li:hover a, #zone-bandeau-menu ul li.actif a, #zone-bandeau-menu ul li.actif:hover a {
	color: #FFF;
	background: #01669D;
	text-decoration: none;
}

.autre .bandeau-texte .bandeau_carre {
	margin-left: auto;
}

#bandeau-default {
	background-image: url('/phototheque/photos/charte/bandeau.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 350px;
	height: 350px;
	position: relative;
}

/*******/

#zone-haut {
	background: white;
	z-index: 100;
	/*height:110px;*/
	transition: 0.5s;
}

#zone-haut.small {
	position: fixed;
	border-bottom: 2px solid #F2F3FE;
}

#zone-haut li {
	list-style: none;
}

#zone-menu-haut {
	width: 100%;
	background: #F2F2F2;
	position: relative;
	z-index: 100;
	padding: 5px 0;
}

#zone-menu-haut ul.niveau1>li {
	position: relative;
	border-right: 1px solid transparent;
}

#zone-menu-haut ul.niveau1>li:before {
	content: " ";
	position: absolute;
	left: -1px;
	height: 100%;
	width: 1px;
	background-color: #ccc;
}

#zone-menu-haut ul.niveau1>li:first-child:before {
	width: 0;
}

#zone-menu-haut ul.niveau1>li>a {
	padding: 0.5rem 1rem;
	color: #2069a8;
	display: block;
}

#zone-menu-haut ul.niveau1>li>a.active {
	text-decoration: underline;
}

@media (min-width: 768px) {
	#zone-haut #logo {
		margin: 5px;
		display: block;
		transition: 0.5s;
	}
}

@media (min-width: 768px) {
	.zone-haut-row {
		display: table;
		width: 100%;
		transition: 0.5s;
	}
	.zone-haut-cell {
		display: table-cell!important;
		float: none;
		vertical-align: middle;
		transition: 0.5s;
	}
	#zone-haut.small {
		padding: 5px 0 0 0;
		height: auto;
		z-index: 200;
		transition: 0.5s;
	}
	#zone-haut.small #logo img {
		max-height: 65px;
		transition: 0.5s;
	}
	#zone-haut.small #logo_small {
		display: block;
		transition: 0.5s;
	}
	#zone-haut.small #zone-menu li a {
		font-size: 15px;
		transition: 0.5s;
	}
	#zone-haut.small #zone-menu-haut li a {
		font-size: 14px;
		transition: 0.5s;
	}
	#zone-haut.small #zone-menu ul li.child>.child-menu ul li a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	#zone-haut {
		width: 100%;
		line-height: 40px;
		z-index: 190;
		margin-top: 0;
	}
	#logo {
		width: 100%;
	}
	#logo img {
		max-height: 50px;
		margin: auto;
		margin-top: 5px;
	}
}

#bouton-menu {
	position: absolute;
	top: 10px;
	right: 10px;
}

/**** ZONE CONTENU ****/

#zoneContenu {}

/**** MENUS ****/

/*** MENU ***/

#zone-menu ul {
	padding: 0;
	text-align: center;
}

@media (min-width:1400px) {
	#zone-main-menu.container {
		max-width: 1350px
	}
}

@media (min-width: 768px) {
	#zone-main-menu {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#zone-main-menu .baseline {
		text-align: right;
		color: #0c4b98;
		margin-right: 30px;
	}
	#zone-menu {
		padding: 10px 0;
		display: block !important;
	}
	#zone-menu.navbar-collapse {
		flex-grow: 0 !important;
	}
	/* #zone-menu > ul{
		float:right;
	} */
	#zone-menu ul li {
		cursor: pointer;
		transition: all 0.3s ease 0s;
		vertical-align: middle;
		float: left;
		position: relative;
		/*height:40px;*/
		line-height: 30px;
		text-align: left;
	}
	/* #zone-menu ul li.dropdown.open,
	#zone-menu ul li.menu:hover,
	#zone-menu ul li.menu-actif,
	#zone-menu ul li.menu-actif:hover{
	}
	 */
	#zone-menu ul li a {
		display: block;
		font-family: "rubik", sans-serif;
		text-decoration: none;
		color: #0F4C9C;
		padding: 0 8px;
		font-size: 16px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#zone-menu li>a:hover, #zone-menu li>a.menu-actif, #zone-menu li:hover>a {
		color: #0F4C9C;
	}
	#zone-menu ul li.bg-bl a {
		background-color: #0F4C9C;
		border: 1px solid #0F4C9C;
		color: #fff;
	}
	#zone-menu li.bg-bl>a:hover, #zone-menu li.bg-bl>a.menu-actif, #zone-menu li.bg-bl:hover>a {
		background-color: #fff;
		color: #0F4C9C;
	}
	#zone-menu ul li.bg-ye a {
		background-color: #FFD101;
		border: 1px solid #FFD101;
		color: #000;
	}
	#zone-menu li.bg-ye>a:hover, #zone-menu li.bg-ye>a.menu-actif, #zone-menu li.bg-ye:hover>a {
		background-color: #fff;
		color: #000;
	}
	.child-menu {
		position: absolute;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 5px 0;
		margin: -2px -2px 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		/*border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);*/
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
	}
	#zone-menu ul li a::before {
		content: "";
		position: absolute;
		width: 0;
		height: 3px;
		bottom: 3px;
		left: 8px;
		background-color: #FFCD00;
		-webkit-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
	}
	#zone-menu ul li.bg-bl a::before {
		/*background-color:#fff;
		left: 10px;*/
		width: 0;
	}
	#zone-menu ul li.bg-ye a::before {
		/*background-color:#000;
		left: 10px;*/
		width: 0;
	}
	#zone-menu li a:hover::before {
		width: 60%;
	}
	#zone-menu li a.menu-actif::before {
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
	}
	nav ul li.child:hover>.child-menu {
		display: block!important
	}
	#zone-menu ul li.child>.child-menu {
		background-color: #FFF;
		min-width: 200px;
	}
	#zone-menu ul li.child>.child-menu li.niveau2 {
		float: none;
		border: none;
	}
	#zone-menu ul li.child>.child-menu ul li a {
		color: #000;
		white-space: nowrap;
		font-size: 16px;
	}
	#zone-menu ul li.child>.child-menu ul li a i {
		font-size: 12px;
	}
	#zone-menu ul li.child>.child-menu ul li:hover a, #zone-menu ul li.child>.child-menu ul li.menu-actif a, #zone-menu ul li.child>.child-menu ul li.menu-actif:hover a {
		white-space: nowrap;
	}
	/*#zone-menu ul.niveau2 li > a:hover,
	#zone-menu ul.niveau2 li > a.menu-actif{
		color:#FFD101 !important;
	}*/
	#zone-menu ul.niveau3 {
		border: none;
		display: block;
		float: none;
	}
	#zone-menu ul.niveau3 li {
		border: none;
		display: block;
		float: none;
		width: 100%;
		border-left: 4px solid #046CB6;
		margin-left: 10px;
	}
	#zone-menu ul.niveau3 li>a {
		text-transform: none;
	}
	#zone-menu ul.niveau3 li>a:hover, #zone-menu ul.niveau3 li>a.menu-actif {
		color: #FFD101 !important;
	}
}

@media (min-width: 768px) and (max-width: 1460px) {
	#zone-menu ul.niveau1>li {
		margin-right: 15px;
	}
}

@media (min-width: 1461px) {
	#zone-menu ul.niveau1>li {
		margin-left: 20px;
	}
}

#zone-menu ul li.icone {
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px center;
	padding-left: 30px;
}

@media (max-width: 767px) {
	#zone-menu {
		background: #066CB7;
		z-index: 1000;
		float: none !important;
		width: 100%;
	}
	#zone-main-menu .baseline {
		color: #0c4b98;
		width: 100%;
		text-align: center;
		line-height: 20px;
	}
	#zone-main-menu .baseline br {
		/*display:none;*/
	}
	#zone-menu span {
		display: inline-block !important;
	}
	#zone-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#zone-menu ul li {
		cursor: pointer;
		transition: all 0.3s ease 0s;
		vertical-align: middle;
		border-top: 1px solid #FFF;
		position: relative;
	}
	#zone-menu ul li:first-child {
		border-top: 1px solid #FFD101;
	}
	#zone-menu ul li a {
		display: inline-block;
		color: white;
		transition: all 0.3s ease 0s;
		width: 100%;
	}
	#zone-menu ul li:hover, #zone-menu ul li.menu-actif {
		background: #FFD101;
	}
	#zone-menu ul li:hover a, #zone-menu ul li.menu-actif a {
		text-decoration: none;
		color: black !important;
	}
}

@media (min-width: 1000px) and (max-width: 1499px) {
	#zone-menu ul li.icone {
		background-size: 20px;
		padding-left: 20px;
	}
	#zone-menu ul li a {
		font-size: 15px;
		text-transform: none
	}
	#zone-menu ul li.child>.child-menu ul li a {
		font-size: 12px;
	}
}

@media (max-width: 999px) {
	#zone-menu ul li.icone {
		background-image: none!important;
		padding-left: 0;
	}
	#zone-menu ul li a {
		font-size: 13px;
		text-transform: none;
		padding: 0 4px;
	}
	#zone-menu ul.niveau1>li>a {
		position: relative;
	}
}

/**** FOOTER ****/

#footer {
	background: #0A2649;
	padding: 2rem;
	color: white;
	margin-top: auto !important;
	background-image: url("/phototheque/photos/charte/footertriangle.png");
	background-repeat: no-repeat;
	background-position: right top;
}

#footer a {
	color: #fff;
}

#footer ul {
	list-style: none;
	padding: 0;
}

#menuBas ul {
	padding: 0;
	margin: 0;
}

/* #menuBas ul li{
	display:inline-block;
	margin-left:25px;
} */

#menuBas ul li:first-child {
	margin-left: 0px;
}

/**** CARRE ****/

.square .image {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 300px;
	padding-right: 0px;
}

.square .image .icon-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 0px;
}

.square.detail {
	padding: 15px 0;
	color: white;
	font-family: "rubik", sans-serif;
}

.square.detail .image {
	position: absolute;
	top: -30px;
	min-height: 500px;
}

.square.detail .image2 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: -30px;
	min-height: 400px;
	border: 20px solid #0073A9;
	border-bottom: 0;
}

.square.detail>section, .square.detail>section>div {
	min-height: 500px;
}

@media (min-width: 992px) {
	.square>section, .square>section>div {
		min-height: 400px;
		position: relative;
	}
	.square .text-container {
		position: absolute;
		min-height: 100%;
		left: 0;
		right: 0;
		z-index: 1
	}
	.square.detail .text-container {
		position: relative;
	}
	.square .texte {
		min-height: 100%;
		padding-left: 0;
	}
	.square .texte .contain {
		padding: 30px 65px;
		padding-left: 0;
	}
	.square .texte.right .contain {
		padding: 30px 65px;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.square.detail>section, .square.detail>section>div {
		min-height: 1px;
	}
	.square.detail>section>div.image {
		position: static;
		min-height: 300px;
	}
	.square .texte .contain {
		padding: 15px 0;
	}
}

.img-full-width {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 215px;
}

.square section.bg-blue {
	background-color: #0073A9;
	font-family: "rubik", sans-serif;
	color: white;
}

/*** CARRE COL ***/

.square-col .text {
	/*	padding:30px 65px;*/
	padding: 65px;
}

@media (max-width: 768px) {
	.square-col .text {
		padding: 30px;
	}
}

.square-col .image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.square-col>.right {
	padding-left: 0;
}

.square-col>.left>div:nth-child(1), .square-col>.right>div:nth-child(1) {
	min-height: 300px;
}

.square-col>.left>div:nth-child(2), .square-col>.right>div:nth-child(2) {
	margin: 15px 0;
}

.square-col>.left>div:nth-child(3) {
	min-height: 600px;
}

.square-col>.right>div:nth-child(2) {
	min-height: 600px;
}

/*** HOME ***/

#introHome {
	background-color: #407CCA;

}

#introHome .cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	min-height: 240px;
	position: relative;
	z-index: 0;

}

#introHome .detail {
	position: relative;
	z-index: 3;

}

#introHome .cover::before {
	bottom: 0;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	background-color: #407CCA !important;
	width: 45px;

}

#chiffresHome {
	color: white;
	background-color: #0f4c9c;
	background-image: url('/phototheque/photos/charte/logolionleft.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2rem 0;
}

#chiffresHome .item {
	background-color: #1B55A1;
	padding: 30px 20px;
	height: 100%;
}

#connaitreLionsHome {
	background-image: url('/phototheque/photos/charte/logolionright.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2rem 0;
}

#newsHomeAction {
	position: relative;
	background-color: #fff;
	background-image: url('/phototheque/photos/charte/fondaction2.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#newsHomeContainer {
	padding: 2rem;
	margin: auto;
}

.swiper-button-prev {
	top: 0;
	bottom: 0;
	margin: auto;
}

.newsHome h1 {
	font-size: 20px;
	font-weight: 500;
}

#newsHomeAction h2 {
	font-size: 1.3em;
	background-color: #FFD101;
	padding: 10px;
	text-transform: uppercase;
}

.newsHome .details, .newsHome .details a {
	color: #9e9e9e;
}

.newsHome .details a:hover {
	text-decoration: underline;
}

.newsHome .image {
	text-align: center
}

.newsHome .image img {
	max-width: 100%;
}

.titre-tiret {
	color: #0e4a99;
	margin-bottom: 30px;
}

.titre-tiret::before {
	content: " ";
	background-color: #FFD101;
	height: 5px;
	width: 50px;
	position: absolute;
	bottom: -10px;
}

.titre-tiret2 {
	color: #0e4a99;
	margin-bottom: 30px;
}

.titre-tiret2::before {
	content: " ";
	background-color: #fff;
	height: 5px;
	width: 50px;
	position: absolute;
	bottom: -10px;
}

a.btn-suite-news {
	border: 2px solid #FFD101;
	color: black;
	font-size: 0.9em;
	background-color: #FFD101;
	text-transform: uppercase;
}

a.btn-suite-news:hover {
	background: #fff;
	color: black;
}

a.btn-suite-news2 {
	border: 2px solid #fff;
	color: black;
	font-size: 0.9em;
	background-color: #fff;
	text-transform: uppercase;
}

a.btn-suite-news2:hover {
	background: #FFD101;
	color: black;
}

a.btn-suite-news3 {
	border: 2px solid #FFD101;
	color: black;
	font-size: 0.9em;
	background-color: #fff;
	text-transform: uppercase;
}

a.btn-suite-news3:hover {
	background: #FFD101;
	color: black;
}

a.btn-suite-news4 {
	border: 2px solid #fff;
	color: black;
	font-size: 0.9em;
	background-color: #FFD101;
	text-transform: uppercase;
}

a.btn-suite-news4:hover {
	background: #fff;
	color: black;
}

#newsHomeProjet {
	position: relative;
	background-color: #FFD101;
	background-image: url('/phototheque/photos/charte/triangle.png');
	background-repeat: no-repeat;
	background-position: right center;
}

#newsHomeProjet h2 {
	font-size: 1.3em;
	background-color: #fff;
	padding: 10px;
	text-transform: uppercase;
}

a.btn-suite {
	min-width: 135px;
	max-width: 100%;
}

a.btn-suite {
	border: 2px solid #218d9a;
	color: #218d9a;
	border-radius: 30px;
	font-size: 0.9em;
}

a.btn-suite:hover {
	background: #218d9a;
	color: white;
}

#newsHomeLionisme {
	position: relative;
	background-color: #fff;
	background-image: url('/phototheque/photos/charte/fondlionisme.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#newsHomeLionisme h2 {
	font-size: 1.3em;
	background-color: #FFD101;
	padding: 10px;
	text-transform: uppercase;
}

@media (max-width: 1450px) {
	#newsHomeAction {
		background-position: -100px center !important;
	}
}

@media (max-width: 700px) {
	.newsHome {
		background-image: none !important;
	}
}

/*** LIONS FRANCE PAGE ***/

#lionsFrPage #intro, .pageTexte .intro {
	background-color: #EFF1F4;
	padding: 25px 0;
}

.miniBandeau {
	min-height: 250px;
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.miniBandeau::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url("/phototheque/photos/charte/bgtrianglebandeau.png");
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}

#lionsFrPage #map {
	background-image: url("/phototheque/photos/charte/mapfrance.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 300px;
}

#lionsFrPage #map .item {
	background-color: #1B55A1;
	padding: 15px 10px;
	display: inline-block;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
	width: 200px;
	position: relative;
}

/*** FICHE CLUB ***/

#ficheClub #logo {
	max-height: 250px;
}

/*** ASSO ***/

.assoList .assoItem>a {
	height: 250px;
	overflow: hidden;
	border: 10px solid #D8D8D8;
	background: #D8D8D8;
	text-align: center;
	display: block;
	text-decoration: none;
}

.assoList .assoItem>a>img {
	max-height: 170px;
}

/*** NEWS ***/

.nav-theme {
	background-color: #F2F2F2;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	color: #fff;
}

.nav-theme ul {
	padding: 0;
	list-style: none;
}

.nav-theme ul li {
	display: inline;
	margin: 0 8px;
}

.nav-theme a {
	color: #000;
}

.nav-theme a.active, .nav-theme a:hover {
	color: #00529B;
	text-decoration: none;
}

.themeNewsBloc {
	background-color: #F9F9F9;
	padding: 40px 0 0;
}

.themeNewsBloc .themeNewsTitle {
	font-weight: bold;
	font-size: 36px;
	margin: 0;
}

.news.detail .container {
	max-width: 800px;
}

.news .text {
	font-size: 1em;
}

.news .text h2 {
	font-size: 21px;
	text-transform: none;
	margin-bottom: 15px;
}

.news .image img {
	max-width: 100%;
}

.news .image2 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.news .news-link {
	color: black;
}

.mainNews {
	background-color: #00539A;
	background-image: url('/phototheque/photos/charte/triangleactu.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	color: white;
}

@media(min-width:1451px) and (max-width:1600px) {
	.mainNews {
		background-position: -50px bottom;
	}
}

@media(min-width:1351px) and (max-width:1450px) {
	.mainNews {
		background-position: -100px bottom;
	}
}

@media(min-width:1200px) and (max-width:1350px) {
	.mainNews {
		background-position: -150px bottom;
	}
}

@media(max-width:1199px) {
	.mainNews {
		background-image: none;
	}
}

.mainNews h2 {
	color: white;
}

.mainNews .btn-suite-news {
	border: 2px solid #fff;
	color: white;
	font-size: 0.9em;
	background-color: #00539A;
	text-transform: uppercase;
}

.mainNews .btn-suite-news:hover {
	background: #fff;
	color: #00539A;
}

.searchForm {
	color: black;
	background: white;
	border-radius: 20px;
	padding: 20px;
}

.searchForm .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.searchForm.bg-grey, .searchForm.bg-grey {
	background: #D8D8D8 !important;
}

.searchForm.bg-grey select, .searchForm.bg-grey input, .searchForm.bg-grey .dropdown-toggle.form-control {
	background: white;
}

.searchForm input:-ms-input-placeholder {
	color: #495057 !important;
}

.searchForm input::-ms-input-placeholder {
	color: #495057 !important;
}

.searchForm input::placeholder {
	color: #495057 !important;
}

.newsDetail .image {
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
}

.otherNews .thumbnail {
	height: 125px;
	background-size: cover;
	background-position: right
}

.otherNews .thumbnail-large {
	height: 200px;
	background-size: cover;
}

.otherNews .thumbnail+p, .otherNews .thumbnail-large+p {
	padding: 1em;
	margin: 0;
	background: #F1F1F1;
}

/*** OTHER LINK ***/

.other-links {
	background: #F1F1F1;
	text-align: center;
	padding: 2em 0;
}

.other-links .thumbnail {
	height: 125px;
	background-size: cover;
	background-position: right
}

.other-links .thumbnail-large {
	height: 200px;
	background-size: cover;
}

.other-links .thumbnail+p, .other-links .thumbnail-large+p {
	padding: 1em;
	margin: 0;
}

/*** ASSOCIATION ***/

.relatedNews .thumbnail {
	height: 125px;
	background-size: cover;
	background-position: right
}

.relatedNews .thumbnail-large {
	height: 150px;
	background-size: cover;
}

.relatedNews .thumbnail+p, .relatedNews .thumbnail-large+p {
	padding: 1em;
	margin: 0;
	background: #F1F1F1;
}

/*** PUBLICATIONS ***/

.pubTheme {
	margin-bottom: 30px;
}

.pubBloc>div {
	padding: 10px;
	background: #D8D8D8;
	text-decoration: none;
	margin-bottom: 10px;
}

.pubBloc {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pubBloc.col-sm-6.col-lg-4 .pubBlocDescription {
	display: none;
}



.pubBloc.col-sm-12.col-lg-12 .pubBlocDescription {
	display: block;
	padding-top: 20px;
}

.pubBloc.col-sm-12.col-lg-12 .pubBlocDescription .border_image {
	border: 5px solid white;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pubBloc .pubBlocTitle {
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.pubBloc.col-sm-6.col-lg-4 .pubBlocTitle::before, .pubBloc.col-sm-12.col-lg-12 .pubBlocTitle::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0;
}

.pubBloc.col-sm-6.col-lg-4 .pubBlocTitle::before {
	content: "\f078";
}

.pubBloc.col-sm-12.col-lg-12 .pubBlocTitle::before {
	content: "\f077";
}

/*** DOCUMENTS ***/

.docTheme {
	margin-bottom: 30px;
}

.docBloc>div {
	padding: 10px;
	background: #D8D8D8;
	text-decoration: none;
	margin-bottom: 10px;
}

.docBloc {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.docBloc.col-sm-6.col-lg-4 .docBlocDescription {
	display: none;
}

.docBloc.col-sm-12.col-lg-12 .docBlocDescription {
	display: block;
	padding-top: 20px;
}

.docBloc.col-sm-12.col-lg-12 .docBlocDescription .border_image {
	border: 5px solid white;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.docBloc .docBlocTitle {
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.docBloc.col-sm-6.col-lg-4 .docBlocTitle::before, .docBloc.col-sm-12.col-lg-12 .docBlocTitle::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 0;
}

.docBloc.col-sm-6.col-lg-4 .docBlocTitle::before {
	content: "\f078";
}

.docBloc.col-sm-12.col-lg-12 .docBlocTitle::before {
	content: "\f077";
}

/*** ARTICLES ***/

.artThemeBloc {
	margin-bottom: 20px;
}

.artThemeBloc .artBlocTitle {
	font-family: "rubik", sans-serif;
	cursor: pointer;
	background: #D8D8D8;
	padding: 10px;
}

.artThemeBloc .artBlocDescription {
	display: none;
	visibility: hidden;
}

.artThemeBloc .artBlocDescription>.row {
	padding-top: 10px;
}

.artItem>div {
	padding: 10px;
	color: #218D9A;
	background: #eee;
	text-decoration: none;
	margin-bottom: 10px;
	position:relative;
}


.artItem>div .help{
	position:absolute;
	top:5px;
	right:5px;
	color:#55504B;
	opacity:0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.3s;
	cursor:pointer;
}

.artItem>div .help:hover{
	opacity:1;
}

.artItem .artTitle {
	text-transform: uppercase;
	padding-right: 10px;	
	display: block;
}

.artItem .artPrice {
	color: #00529B;
	font-size: 1.5em;
	margin-top: 6px;
	display: inline-block;
}

.artItem .cover {
	height: 100px;
	width: 100%;
	max-width: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-color: white;
	border: 2px solid #218D9A;
	margin: auto;
}

.artItem button.btn-cart {
	float: right;
	border: 2px solid #218D9A;
	text-transform: uppercase;
	font-size: 0.9em;
}

.artItem button.btn-cart:hover {
	background: #218D9A;
	color: white;
}

.artThemeBloc .artBlocTitle {
	text-transform: uppercase;
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}

.artThemeBloc.col-sm-6.col-lg-4 .artBlocTitle::before, .artThemeBloc.col-sm-12.col-lg-12 .artBlocTitle::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 10px;
	color: black;
}

.artThemeBloc.col-sm-6.col-lg-4 .artBlocTitle::before {
	content: "\f078";
}

.artThemeBloc.col-sm-12.col-lg-12 .artBlocTitle::before {
	content: "\f077";
}

.btn-del {
	font-size: 0.7em;
}

/*** VIDEOS ***/

.titre-video {
	font-size: 16px;
	background: #F2F2F2;
	padding: 5px;
}

/*** DIAPORAMA ***/

#diaporama .bloc-diaporama {
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #eee;
	position: relative;
}

#diaporama .bloc-diaporama .bloc-diaporama-titre {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(10, 38, 73, 0.8);
	padding: 5px;
	font-size: 15px;
	color: white;
}

#diaporama .bloc-diaporama .diaporama-lien {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: rgba(10, 38, 73, 0.6);
}

#diaporama .bloc-diaporama .diaporama-lien:hover {
	background: none;
}

/*** MON COMPTE ***/

#myAccount {
	max-width: 550px;
	margin: 2rem auto;
}

#myAccount .nav-tabs .nav-link {
	text-transform: uppercase;
	padding: 1rem 2rem;
	border: none;
}

#myAccount .nav-tabs .nav-link:hover, #myAccount .nav-tabs .nav-link.active {
	background: #218D9A;
	color: #FFF;
}

#myAccount .tab-pane {
	background: #F5F5F5;
}

/*** COOKIES ***/

#bloc-cookies-container {
	background: rgba(33, 41, 52, .85) !important;
	bottom: 0 !important;
	display: flex !important;
	left: 0 !important;
	overflow-y: scroll;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	transition: opacity .15s ease;
	z-index: 2147483647 !important;
}

#bloc-cookies {
	box-sizing: content-box;
	margin: auto;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
	display: flex;
	flex-direction: column;
	max-width: 770px;
	min-width: 320px !important;
	overflow: hidden;
	position: relative;
	color: #000;
}

#bloc-cookies .content {
	color: #000;
	font-size: 14px;
	align-self: center;
	flex-direction: column;
	margin: auto;
	max-width: 600px;
	padding: 30px 30px;
}

#bloc-cookies .content h2 {
	color: #11744D;
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.form-password {
	display: none;
}

.form-signin {
	width: 100%;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin .btn-primary {
	background: #071d30;
	border-color: #071d30;
}

.form-signin .btn-primary:hover {
	background: #0a3357;
	border-color: #0a3357;
}

form .panel-header {
	display: block;
	padding: 15px;
	background-color: #f7f7f7;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.panel {
	border-radius: 5px;
	border: 1px solid #CECECE;
	padding: 0;
	margin-bottom: 20px;
}

.panel>.panel-header {
	border-bottom: 1px solid #CECECE;
}

.panel>.panel-body {
	padding: 30px;
	background-color: #eee;
	border-radius: 5px;
}
/* Container needed to position the overlay. Adjust the width as needed */
.contenant {
  position: relative;
  width: 100%;
 
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 1.1rem;
  padding: 0.5rem;
  text-align: center;
}
