/**/

div.container-fluid {
	background-color: #B63D32;

}
#logohidden  {
	display: none;
}

#logo, #logohidden {
	  max-width:90px;
	  max-height:auto;
	  width: auto;
	  height: auto;
}

img#logo {
	margin-top: -35px;
	margin-left: -210%;
	position: absolute;
	z-index: 1;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, ul.dropdown-menu.dropdown-menu-left {
	color: white;
	background-color: #B63D32;
}

.dropdown-menu>li>a, .dropdown-toggle {
	color: white;
}


.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}


.navbar-fixed-top {
	margin-top: 15px;
}

div#form-div {
	margin-top: 50px;
}

/*---------------------------------------------------------------------------------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0 ;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #B63D32;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #B63D32;
    color: white;
}

#logoModal {
	margin-top: -15px;
	position: absolute;
	z-index: 1;
}

.modalTitle {
	margin-left: 95px;
}
/*--------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

body {    
	/*background: url(../Ressource_image/Brunch_Part_2/Brunch-60.jpg) top right no-repeat; */
	background: url(../Ressource_image/Brunch_Part_2/Brunch-60.jpg)  ;
	background-repeat: no-repeat;
    background-attachment: fixed;
	/*height:100%;*/
}



#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
	margin-top: 60px;
}

#form-div {
	background-color:#B63D32;
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 650px;
	float: left;
	left: 47%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input, select {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

select#formule, select#atelier {
	margin-top: 10px;
}

select#civilite, select#atelier {
	margin-bottom: 20px;
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */


#nom, #nom:focus{
	background-image: url(../images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


#email, #email:focus{
	background-image: url(../images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}



#tel, #tel:focus{
	background-image: url(../images/tel.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#sujet, #sujet:focus{
	background-image: url(../images/disc.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}



#comment{
	background-image: url(../images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}


/*-----------Error messages------------------*/


div#err {
	display: none; 
	content:url(../images/wrong.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;	
	width: 200px; 
	height: 50px; 
	float: left;
	margin-left: -75px;
	margin-bottom: 20px;

}

p#errorMessage{
	display: none; 
	font-family: 'Montserrat', sans-serif;
	font-weight: normal ;
    font-size: 130%;
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
    margin-left: -50px;
    align-self: left;
    color: #fbf7f6;
}


/*End of error messages*/

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	text-align: center;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:5px;
	padding-bottom:2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: black;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

/*Parent, Enfant, ActivitÃ©*/
p.pea {
	font-family: 'Montserrat', sans-serif;
	font-size: 150%;
	color: #337ab7;
}



@media (max-width: 1650px) {

	

	#form-div {
		left: 45%;
	}

	div.modal-header {
	    height: 80px;
	    width: 350px;
	}

	div.modal-body {
	    background-color: white;
	    width: 350px;
	}


}

@media (max-width: 767px) {

	.navbar-default .navbar-toggle .icon-bar {
		background-color: white;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	    color: white;
	}

	#form-div {
		left: 42%;
	}

	img#logo {
		display: none;
	}

	img#logohidden {
		margin-top: -60px;
		margin-left: 20px;		
		display: inline-block;
		position:absolute;
		z-index: 1;
	}

	
    div#brochure>h2>a{
    	font-size: 70%;
    }

    div.modal-header {
    	position: absolute;
	    left: -80px;
	}

	div.modal-body {
		margin-top: 80px;
	    left: -80px;
	}

	p#errorMessage{
		margin-top: -55px;
    	margin-left: 59px;
		font-size: 90%;
		margin-bottom: 30px;
	}

	div#brochure {
		margin-top: 80px;
		font-size: 70%;
		color: white;
	}


}


@media (max-width: 580px) {

	#form-div{
		left: 6%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}

	div.modal-header {
	    left: -120px;
	}

	div.modal-body {
	    left: -120px;
	}


}

@media (max-width: 478px) {

	div.modal-header {
	    left: -140px;
	}

	div.modal-body {
	    left: -140px;
	}


}

@media (max-width: 320px) {
    div#brochure>h2>a{
    	font-size: 60%;
    	font-weight: bold;
    }
}