
@import url(fontawesome.css);

a {
	color: #3cf;
	text-decoration: none
}

a:hover {
	color: #fc3;
	text-decoration: none
}

ul {
	padding: 0;
	margin: 0;
	list-style: inside
}

p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0
}

.section-heading {
	text-align: center;
	margin-bottom: 70px
}

.section-heading h2:before {
	width: 1px;
	height: 100px;
	background-color: rgba(250, 250, 250, .1);
	position: absolute;
	top: -102px;
	content: '';
	left: 50%;
	transform: translate(-50%)
}

.section-heading h2 {
	margin-top: 100px;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .5px;
	display: inline-block;
	padding: 15px 20px;
	border: 2px solid rgba(250, 250, 250, .1)
}

a.menu-link {
	display: none
}

@media screen and (max-width:950px) {
	a.menu-link {
		float: right;
		display: block;
		font-size: 36px;
		color: #fff;
		padding-right: 30px;
		padding-top: 15px
	}
	nav[role=navigation] {
		clear: both;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out
	}
	.js nav[role=navigation] {
		overflow: hidden;
		max-height: 0
	}
	nav[role=navigation].active {
		max-height: 20em;
		height: 20em;
		overflow-y: scroll
	}
	nav[role=navigation] ul {
		top: 0;
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
		border-top: 1px solid rgba(250, 250, 250, .25);
		background-color: rgba(22, 34, 57, .99)
	}
	nav[role=navigation] li a {
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid rgba(250, 250, 250, .25);
		text-align: center;
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 1.5
	}
	nav[role=navigation] li.active a,
	nav[role=navigation] li:hover a {
		color: #f5a425
	}
	@media screen and (min-width:951px) {
		.js nav[role=navigation] {
			max-height: none
		}
		nav[role=navigation] li {
			display: inline-block;
			margin: 0 .25em
		}
		nav[role=navigation] li a {
			border: 0
		}
	}
}

@media screen and (max-width:1050px) {
	.main-header .logo {
		padding-left: 20px!important
	}
	.main-menu {
		padding-right: 30px!important
	}
	.main-menu li {
		margin-left: 5px!important
	}
}

.main-header {
	background-color: rgba(33, 60, 113);
	height: 80px;
	position: fixed;
	z-index: 12;
	width: 100%;
	top: 0;
}

.main-header .logo {
	float: left;
	line-height: 80px;
	padding-left: 60px
}

.main-header .logo a {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff
}

.main-header .logo a em {
	font-style: normal;
	color: #f5a425
}

.main-menu {
	float: right;
	padding-right: 60px
}

.main-menu li {
	display: inline-block;
	line-height: 79px;
	margin-left: 15px;
	position: relative
}

.main-menu li:first-child {
	margin-left: 0
}

.main-menu li a {
	padding: 10px 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .5px;
	font-weight: 700;
	color: #fff;
	border: 2px solid transparent;
	transition: all .5s
}

.main-nav li.active a,
.main-nav li:hover a {
	border: 2px solid #f5a425
}

@media (max-width:950px) {
	.main-nav li.active a,
	.main-nav li:hover a {
		border: 2px solid transparent;
		border-bottom: 1px solid rgba(250, 250, 250, .25)
	}
}

section.ecole {
	background-image: url(../images/ecole.jpg);
	background-color: #172238;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	font-size: 15px;
	color: #fff;
	font-weight: 500;
	line-height: 25px
}

section.ecole ul {
	padding-top: 0;
	padding-bottom: 4px;
	padding-left: 15px
}

section.ecole p {
	padding-bottom: 5px
}

section.ecole h3 {
	color: #f5a425;
	font-weight: 600;
}

.section.ecole .row {
	width: 100%;
	margin-bottom: 30px
}

@media screen and (max-width:767px) {
	section.ecole div.row {
		padding-right: 15px;
		padding-left: 15px;
		box-sizing: content-box;
	}

	section.ecole div.col-md-4 {
		padding-right: 0px;
		padding-left: 0px;
	}
}


section.asso {
	background-image: url(../images/asso.jpg);
	background-color: #172238;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	letter-spacing: .3px;
	line-height: 25px
}

section.asso img {
	height: 150px
}


section.asso p {
	padding-top: 10px;
	padding-bottom: 10px
}

section.asso em {
	font-size: 20px;
	color: #f5a425
}


#tabs {
	text-align: center
}

#tabs ul {
	margin: 0;
	padding: 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0
}

#tabs ul::after {
	clear: both;
	content: "";
	display: table
}

#tabs ul li {
	display: block;
	font-weight: 400;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: center
}

#tabs ul li a {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	cursor: pointer;
	outline: 0;
	padding-bottom: 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative
}

#tabs ul li a:after {
	transition: all .3s;
	width: 10px;
	height: 10px;
	background-color: #fff;
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0
}

#tabs ul li a:before {
	transition: all .3s;
	width: 25px;
	height: 25px;
	border: 2px solid transparent;
	background-color: transparent;
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -5px
}

#tabs h4 {
	margin-top: 60px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 30px
}

#tabs p {
	color: #fff;
	font-size: 15px;
	line-height: 28px
}

.tabs-content {
	margin-top: 60px;
	text-align: left
}

@media screen and (max-width:767px) {
	.tabs-content {
		text-align: center
	}
}

.tabs-content img {
	width: 100%;
	overflow: hidden;
	padding-right: 45px
}

@media screen and (max-width:767px) {
	.tabs-content img {
		padding-right: 0
	}
}

section.info {
	background-color: rgba(33, 60, 113, 0.95);
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: 500;
	letter-spacing: .3px;
}

section.info p {
	font-size: 20px;
}

.smallA {
	font-size: 15px;
}

section.bienvenue {
	background-color: rgba(33, 60, 113, 0.95);
	padding-top: 60px;
	padding-bottom: 10px;
	font-family: Rancho;
}

section.bienvenue h1 {
	margin-top: 100px;
	font-size: 80px;
	color: #fff;
	text-align:center;
	font-weight: 200;
	letter-spacing: .5px;
	line-height: 80px;
	margin-bottom: 50px
}

section.bienvenue h1 em {
	font-style: normal;
	color: #f5a425
}

@media screen and (max-width:767px) {
	section.bienvenue h4 {
		text-align: center
	}
}

section.bienvenue .top-content {
	margin-bottom: -8px
}

section.bienvenue .viewer {
	margin-top: 60px
}


section.projetEducatif {
	background-image: url(../images/BCD.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #172238;
	padding-bottom: 120px
}

section.projetEducatif .left-content {
	color: #fff
}

section.projetEducatif dfn {
	color: #f5a425;
	font-style: normal
}

section.projetEducatif .last {
	margin-top: 20px
}

section.projetEducatif .left-content h3 {
	margin-top: 20px;
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	letter-spacing: .5px;
	line-height: 40px;
	margin-bottom: 20px
}

section.projetEducatif .left-content h3 em {
	font-style: normal;
	color: #f5a425
}

@media screen and (max-width:767px) {
	section.projetEducatif .left-content {
		padding-right: 15px;
		padding-left: 15px;

	}
}


section.pastoral {
	background-image: url(../images/eglise.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #172238;
	padding-bottom: 120px
}

section.pastoral .left-content {
	color: #fff
}

section.pastoral .left-content h4 {
	margin-top: 20px;
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	letter-spacing: .5px;
	line-height: 40px;
	margin-bottom: 20px
}

section.pastoral .left-content h4 em {
	font-style: normal;
	color: #f5a425
}

section.pastoral h3 {
	color: #f5a425
}

section.pastoral p {
	color: #fff;
}

section.pastoral .fa {
	padding-right: 10px;
}

section.pastoral p + h3 {
	padding-top: 40px;
}

section.pastoral p + h5 {
	padding-top: 10px;
}

@media screen and (max-width:767px) {
	section.pastoral .left-content {
		margin-bottom: 45px;
		padding-right: 15px;
		padding-left: 15px;

	}
}

section.contact {
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #172238;
	padding-bottom: 120px;
	font-size: 30px;
	color: #fff;
	font-weight: 800;
	letter-spacing: .5px;
	line-height: 30px
}

section.contact .fa {
	padding-right: 10px;
}

section.contact p {
	padding-bottom: 10px;
}

section.contact .tel {
	  color: #fff;
}

@media screen and (max-width:950px) {
	section.contact .tel {
	  color: #3cf;
	}
}

section.contact h3 {
	font-family: Rancho;
	font-size: 60px;
}

@media screen and (max-width:950px) {
	contact .mobilesOnly {
           visibility:hidden;
	}
}

@media screen and (max-width:950px) {
	.main-menu {
		padding-right: 0!important
	}
	.main-header .logo {
		line-height: 73px
	}
	.main-menu li {
		display: block;
		line-height: 1;
		margin-left: 0!important
	}
}

@media screen and (max-width:950px) and (max-height:400px) {
	nav[role=navigation].active {
		max-height: calc(80px + 100vh);
		overflow-y: auto
	}
}


#slider {
	position: relative;
	margin: 45px 45px 0px 45px;
	width: 890px;
}



#slider .viewer {
	width: 512px;
	height: 383px;
	border: solid 2px #D4D4D4;
	border-radius: 0px;
}

#slider .slide {
	width: 512px;
	height: 383px;
	padding: 0px;
}

#slider .indicator {
	position: relative;
	z-index: 1;
	text-align: center;
	margin: 20px 0 0 0;
}

#slider .indicator span {
	display: inline-block;
	text-indent: -9999em;
	width: 12px;
	height: 12px;
	background: #E3DFDF;
	border-radius: 6px;
	margin: 0 2px 0 2px;
}

#slider .indicator span.active {
	background: #6E6E6E;
}

@media screen and (max-width:950px) {
	#slider {
	  margin: 0px 0px 0px -10px;
	}
	#slider .indicator {
	  text-align: left;
	}
}

