/*!
 * Start Bootstrap - Business Casual v5.0.0 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
  font-family: 'Lora';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 23, 15, 0.20))), url("../img/fondEcrans/fondEcran3.jpg");
  background: linear-gradient(rgba(47, 23, 15, 0.65)), url("../img/fondEcrans/fondEcran3.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.20;
  text-align: justify;
  text-justify: inter-word;
}
#EnTete1 img, #EnTete img  {
   opacity: 0.8; 
}
/* large écran */
/* h1 */
h1 #EnTete img {
	width: 400px;
	height:auto;
	
}

h1 #EnTete {
	float: left;
	width: 23%;
	text-align: center;
	padding-left: 150px;
}
h1 #EnTete1 {
	float: left;
	width: 23%;
	text-align: center;
	padding-right: 150px;
}
h1 #EnTete1 p{
	line-height:0.9;
	font-size: 20px;
	font-family: arial;
}

h1 #EnTete1 h4{
	text-decoration: underline;
	font-family: arial;
}

.text-primary {
  color: #e6a756 !important;
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
  overflow: hidden;
}

.site-heading .site-heading-upper {
  display: block;
  float:left;
  width: 52%;
  text-align: center;
  padding-top: 50px;
}

/* Navigation */
#mainNav {
  background-color: rgba(47, 23, 15, 0.9);
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  color: #e6a756;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  font-size: 0.8rem;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  color: #e6a756;
}

#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: rgba(255, 255, 255, 0.4);
  }
#mainNav .navbar-nav .nav-item.active .nav-link:hover {
  color: #e6a756;
  }



nav ul li:hover ul
{
    display: block ;
    position: absolute;
	visibility: visible;
}

nav ul li ul li a {
	
	text-decoration: none;
	color: white;
	font-family: Raleway;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.8rem;
	
}

nav ul li ul li{
	padding-bottom: 7%;
	line-height: 0.8;
}
nav ul li ul li a:hover {
	
	text-decoration: none;
	color: rgba(255, 255, 255, 0.4);
}

nav ul ul 
{ 
    list-style-type: none; 
    padding: 3px;
    display: none;
    background-color: rgba(47, 23, 15, 0.9);
    overflow: hidden;  
    width:8%;
    margin-left: -0.6%;
    padding-left: 1%;
    margin-top: -0.2%;
	z-index:100;
}
/* Section */
.page-section{
  margin-top: 5rem;
  padding-top : 50px;
  margin-bottom: 5rem;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}
  
.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

.about-heading .about-heading-img {
  position: relative;
  z-index: 0;
}
.about-heading .about-heading-content {
  margin-top: -5rem;
  position: relative;
  z-index: 1;
}

/* Footer */
#myFooter {
    background-color: rgba(47, 23, 15, 0.9);
    color: white;
    padding-top: 30px;
	
	bottom: 0;
	width: 100%;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    font-weight: bold;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-bottom: 25px;
}

#myFooter .social-networks a {
    font-size: 32px;
}

#myFooter .btn {
    color: white;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
	margin-bottom: 10px;
}

#myFooter .container .row .col-sm-3 img {
	width: 120px;
	height: 120px;
}

#myFooter .container .row .col-sm-3 .social-networks img {
	width: 35px;
	height: 35px;
}

@media (max-width: 1000px) {
    
    #myFooter .col-sm-2{
    display: none;
    }
    
    #myFooter .logo {
       text-align: center;
       padding-bottom: 20px;
    }
    
    .page-section .section-heading-lower {
        font-size: 22px;
        text-decoration: underline;
    }
    body {
        background: rgba(47, 23, 15, 0.65);
    }
	nav ul ul li
	{
		display: none;
	}
	#myFooter {
	    position: static;   
	}
	
	
}