/*!
 * 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/fondEcran9.jpg");
  background: linear-gradient(rgba(47, 23, 15, 0.65)), url("../img/fondEcrans/fondEcran9.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;
}
/* Large écran */
/* h1 */
#EnTete1 img, #EnTete img  {
   opacity: 0.8; 
}

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 */
.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.logo {
    text-align: center;
}
.wrap-contact100 {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 62px 55px 65px 55px;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.wrap-contact100 .intro-img {
    display: none;
}
/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  
}

.contact100-form-title {
  display: block;
  font-family: JosefinSans-Bold;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 30px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 17px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: JosefinSans-Bold;
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;
}

/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 20px 0; 23px;
}


textarea.input100 {
  min-height: 199px;
  padding: 19px 20px 0 23px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100-1, 
.focus-input100-2 {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100-1::before,
.focus-input100-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #57b846;
}

.focus-input100-1::before {
  top: -1px;
  left: 0;
}

.focus-input100-2::before {
  bottom: -1px;
  right: 0;
}

.focus-input100-1::after,
.focus-input100-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #57b846;
}

.focus-input100-1::after {
  top: 0;
  right: -1px;
}

.focus-input100-2::after {
  bottom: 0;
  left: -1px;
}

.input100:focus + .focus-input100-1::before {
  -webkit-animation: full-w 0.2s linear 0s;
  animation: full-w 0.2s linear 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1::after {
  -webkit-animation: full-h 0.1s linear 0.2s;
  animation: full-h 0.1s linear 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::before {
  -webkit-animation: full-w 0.2s linear 0.3s;
  animation: full-w 0.2s linear 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.input100:focus + .focus-input100-1 + .focus-input100-2::after {
  -webkit-animation: full-h 0.1s linear 0.5s;
  animation: full-h 0.1s linear 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}


@keyframes full-w {
  to {
    width: calc(100% + 1px);
  }
}

@keyframes full-h {
  to {
    height: calc(100% + 1px);
  }
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-top: 12px;
  padding-bottom: 28px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-family: Oswald-Medium;
  font-size: 15px;
  color: #1b3815;
  line-height: 1.2;
  margin: 0;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #e6e6e6;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #57b846;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
  
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 42px;
  background-color: #e6a756;

  font-family: JosefinSans-Bold;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  padding-top: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #1b3815;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 62px 15px 65px 15px;
  }
  .wrap-contact100 .intro-img {
    display: initial;
}
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: JosefinSans-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 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;
}

#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;
    }
    
    .container-contact100 .contact100-form-title {
        font-size:22px;
    }
    body {
        background: rgba(47, 23, 15, 0.65);
    }
	nav ul ul li
	{
		display: none;
	}
}