
body, html {
    height: 100%;
    width: 100%;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.topnav {
    font-size: 14px;
}
.lead {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.lead strong {
    color: #59a625;
    font-weight: bold;
}
.intro-header {
    background: rgba(0, 0, 0, 0) url("../ressources/00.jpg") no-repeat scroll center center / cover ;
    color: #f8f8f8;
    text-align: center;
}
.intro-message {
    padding-bottom: 35%;
    padding-top: 35%;
    position: relative;
}
.intro-message > h1 {
    font-size: 5em;
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.intro-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid #f8f8f8;
    width: 400px;
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
.intro-message {
    padding-bottom: 15%;
}
.intro-message > h1 {
    font-size: 3em;
}
ul.intro-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
}
ul.intro-social-buttons > li:last-child {
    margin-bottom: 0;
}
.intro-divider {
    width: 100%;
}
}
.network-name {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.content-section-a {
    background-color: #f8f8f8;
    padding: 50px 0;
}
.content-section-b {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 50px 0;
}
.section-heading {
    color: #a73105;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.section-heading-spacer {
    border-top: 3px solid #e7e7e7;
    float: left;
    width: 200px;
}
.banner {
    background: rgba(0, 0, 0, 0) url("../ressources/banner.jpg") no-repeat scroll center center / cover ;
    color: #f8f8f8;
    padding: 100px 0;
}
.banner .bg{
	    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border-bottom: 1px solid #7b4194;
    border-top: 1px solid #7b4194;
}
.banner h3 {

    color: #7b4194;
    font-size: 1.8em;
    font-weight: normal;
    margin: 0;
    padding: 30px 20px;
    text-align: center;
    text-shadow: unset;
}
.banner h3 strong {
    color: #59a625;
    font-weight: bold;
}
.banner h2 {
    font-size: 3em;
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.banner ul {
    margin-bottom: 0;
}
.banner-social-buttons {
    float: right;
    margin-top: 0;
}
.contact_info {
}
.contact_info h4 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin: 50px 0 30px;
    text-align: center;
}
.contact_info p {
    font-size: 18px;
    font-weight: normal;
}
.contact_info img {
    margin-right: 10px;
    vertical-align: middle;
}
@media (max-width: 1199px) {
ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
}
}
@media (max-width: 767px) {
.banner h2 {
    font-size: 3em;
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
}
ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
}
}
footer {
    background-color: #f8f8f8;
    padding: 50px 0;
}
p.copyright {
    margin: 15px 0 0;
}



.intro-header {
  background-color: #055A6F;
  background-size: contain;
}


.menu{
	background: #007471 none repeat scroll 0 0;
    border-radius: 0 0 30px 5px;
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    right: 5%;
    top: 0;
    z-index: 2147483647;
}
.menu a{
	color: #fff;
    text-transform: uppercase;
}

.gallery div{
	margin:5px 0;
}


.zoom-container{
	position:relative;
}
.zoom-container a{
	opacity:0.9;
}
.zoom{
	left: 42%;
	margin: auto;
	position: absolute;
	top: 40%;
	width: 40px;
}

.gallery .zoom-container.col-md-3 .zoom,
.gallery .zoom-container.col-md-4 .zoom {
  left: 40%;
  margin: auto;
  position: absolute;
  top: 25%;
  width: 30px;
}
.gallery .zoom-container.col-md-5 .zoom {
  left: 40%;
  margin: auto;
  position: absolute;
  top: 30%;
  width: 30px;
}