.form-control::placeholder {
	color: #666;
	opacity: 1; 
}
  
.form-control::-ms-input-placeholder { 
	color: #666;
}

.form-control::-moz-placeholder {
  color: #666!important;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #666!important;
  opacity: 1;
}



/* BACKGROUND */
.form-control {
  background:inherit;
}

.bg_contact {
  background: url(../media/img/bg_contact.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg_commande {
  background: url(../media/img/bg_commande.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg_avis {
  background: url(../media/img/bg_avis2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* MARGIN & PADDING */
.m-0{margin:0;}
.m-t-10{margin-top:10px;}
.m-b-10{margin-bottom:10px;}
.m-t-20{margin-top:20px;}
.m-b-20{margin-bottom:20px;}
.m-t-30{margin-top:30px;}
.m-b-30{margin-bottom:30px;}
.m-t-50{margin-top:50px;}
.m-b-50{margin-bottom:50px;}
.m-r-50{margin-right:50px;}
.mt120{margin-top:00px;}

.nav > li:last-child {
  padding-right:0;
}
.nav > li{
	padding-right:65px;
	margin-top: 30px;
}
.nav > li:nth-child(3){
	margin-top: 0;
}
.nav > li > a{padding:5px 0;}

.title{margin-top:-160px;position:absolute;left:0;right:0;text-align:center;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.6);
	font-size:54px;
}

.bg_contact .title{margin-top:60px;position:relative;
    text-shadow: 3px 4px 6px rgba(0, 0, 0, 0.6);
	font-size:54px;
	margin-bottom:70px;
}

/* BORDER */
.navbar{
  border:none; z-index: 1
}

.noradius{
  border-radius:0px;
}
.noborder {
  border:none;
}
/* LOGO */
.logo {
  margin-bottom:10px;
}

.textmenu {
  margin-top:50px;
}

/* SIZE */
.image {
  text-align: center;
  margin-top:50px;
}

video {
	width: 100%;
}

.menu_mobile {
	display: none;
}
.menu_burger {
	display: none;
}
.menu {
  position: relative;
	text-align: center;
  margin: 10px 0;
}
.menu ul {
  position: relative;
}

.menu .logo {
	width: 250px;
}
.menu li {
  position: relative;
	list-style: none;
	display: inline-block;
	margin-right: 50px;
  font-size: 18px;
  /* margin-bottom: -100px; */
}
.menu li a {
  position: relative;
  display: block;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  padding: 5px 0;
  color: #7d2020;
  /* transition: border 0.2s ease-in; */
}
.menu li a:not(.menu-item__noalign) {
  /** alignement des titres de menu sur l'image */
  top: 23px;
}
.menu li:hover a {
  text-decoration: none;
}
.menu li:hover a:not(.menu-item__noalign) {
  border-bottom-color: #884d4d;
}
.menu li.active {
	border-bottom-color:  #884d4d;
	text-decoration: none;
	color: #884d4d;
}
.menu li:last-child {
	margin-right: 0px;
}

.g-recaptcha div {
	margin: auto;
}
.button_mute .fa {
	font-size: 20px;
	color: white;
}

.form_envoye {
	background-color: rgba(255,255,255,0.6);
  margin-top: 50px;
  height: auto;
}
.form_envoye div {
	padding: 20px;
}
.form_contact {
	background-color: rgba(255,255,255,0.6);
	padding: 50px;
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 600px;
	color: #707070;
	font-weight: bold;
}
.form_contact .text{
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #707070;
}
.form_contact input {
	border: 1px solid #707070;
	color: #707070;
	width: 500px;
	margin-bottom: 10px;
}
.form_contact textarea {
	border: 1px solid #707070;
	color: #707070;
	width: 500px;
}
.form_contact input[type=submit] {
	background-color: rgba(0,0,0,0);
    margin: auto;
    display: block;
    border: none;
    font-size: 23px;
    margin-top: 40px;
}
#my_form .erreur {
	color: red;
	margin-top: 30px;
	text-align: center;
}
#my_form .correct {
	color: green;
	margin-top: 30px;
	text-align: center;
}
.modal {
	background-color: rgba(0,0,0,0.6);
}
.modal .modal-dialog {
	margin: 300px auto;
	width: 700px;
	text-align: center;
}
.modal.erreur .modal-dialog p {
	color: red;
}
.modal.correct .modal-dialog p {
	color: green;
}


@media (max-width: 1000px) {
	.menu_mobile {
	    display: block;
	    margin: 13px;
      text-align: center;
      background-color: transparent;
	}
	.logo {
		width: 220px;
    margin-bottom:0px
	}
	.menu_mobile logo {
		margin: auto;
	}
	.menu {
		display: none;
  }

	.menu_burger {
		width: 100%;
		background-color: rgba(255,255,255,0.3);
		left: 0;
		z-index: 10;
	}
	.menu_burger ul {
		margin: 0;
		padding: 0;
	}
	.menu_burger li {
		list-style: none;
		border-top: 1px solid #ccc;
		text-align: center;
		padding: 10px;
	}
	.bouton_burger {
		top: 33px;
	    right: 23px;
	    cursor: pointer;
	    position: absolute;
	}
	.ligne_burger {
		height: 2px;
		width: 20px;
		background-color: #444;
		margin-bottom: 4px;
	}
	.ligne_burger:last-child {
		margin-bottom: 0px;
	}
	.menu_mobile {
		padding: 0 10px;
	}

}
.logo {
		width: 200px;
    margin-bottom:0px
	}

@media (max-width: 700px){
	.form_contact {
		background-color: rgba(255,255,255,0.6);
		padding: 50px;
		margin: 0;
		width: 100%;
		color: #444;
		font-weight: bold;
	}
	.form_contact input {
		width: 100%;
	}
	.form_contact textarea {
		width: 100%;
	}
	.bg_contact {
		height: auto;
	}
}

@media (max-width: 980px) {
	.title{margin-top:-120px;font-size:46px;font-weight:bold;}
}
@media (max-width: 640px) {
	.bandeau .item{margin:0 -150px;}
	.title{margin-top:-75px;font-size:36px;font-weight:bold;}
	.video{height:180px;}
	.media-body {
		padding-left: 0;
		padding-bottom: 40px;
		display: block;
		width:100%;
	}
	.media img {
		width: 300px;
		margin: 0 auto 10px;
	}
	.video{clear:both;margin-bottom:120px;}
}
@media (max-width: 360px) {
	.video{clear:both;margin-bottom:30px;}
	.form_contact {
	    padding: 20px;
	}
}
@media (max-width: 320px) {
	.video{clear:both;margin-bottom:20px;}
}
