/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.mcb-column-inner-3kaa68dyj {
margin:0px;	
}

#Content {
	padding: 0px;
}

.page-id-23 #Header_wrapper {
	display: none;
}

#Subheader {
	background-color: #1f152c;
	margin-bottom: 20px;
}


.subheader-both-center #Subheader .title {
	font-size: 55px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding-left: 10%;
}

.wpcf7 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*Css pour le form de newsletter*/

.newsletterForm p {
  display: flex;
  flex-direction: row;
  height: 42px;
  width: 250px;
}

#NewsletterButton {
  height: 42px;
  border-radius: 0px 8px 8px 0px;
  background-color: #98703C;
  color: white;
}

#email {
  height: 42px;
  width: 80%;
  border-radius: 8px 0px 0px 8px;
}

#error, #result {
  font-size: 13px;
}

@media only screen and (min-width: 668px) and (max-width: 1040px){
  .newsletterForm p {
	display: inline;
  }
  
  #email {
	margin-bottom: 0px;
	width: 100%;
	border-radius: 5px 5px 5px 5px;
  }

  #NewsletterButton {
	height: 42px;
	border-radius: 5px 5px 5px 5px;
  }

}
