@charset "utf-8";
/* CSS Document */

/* -------------  formulaire contact  ---------------*/
fieldset {text-align: left;}
fieldset.fieldset1 {padding-right: 25px; margin-bottom: 40px;}
fieldset h5 {margin-bottom: 15px;}

fieldset .row, fieldset .row + .row {	margin-top: 20px;}

.datet {line-height: 50px;}
@media screen and (max-width:992px) { .datet { line-height: 25px;}}
@media screen and (max-width:580px) { .select2-container.datez {margin-bottom: 10px; }  .datet {margin-left: 15px;}}
@media screen and (max-width:768px) {fieldset.fieldset1 {padding-right: 0px; }}

#ContactForm .row-10 > * {
    margin-bottom: 15px;
}

#ContactForm .orange{ margin-left:15px;	color:#FC3C03; height:28px; line-height:28px; font-weight: bold;}
#ContactForm .orange strong{color:#FC3C03;}
#ContactForm .vert{ margin-left:15px;	color:#349039;}

.coche{float:left; margin-right:10px;}
.cocheh2{ margin-bottom:25px; margin-top:4px;}
.obligatoire{
	color:#888678;
	font-size:11px!important;
	font-style:italic;
	margin-top: 6px;
	margin-bottom: 0px;
	float: left;
	width: 150px;
	text-align:left;
}


#ContactForm p.error {
    background: #f7c2bf;
    border: 1px solid #cf0710;
    color: #cf0710;
	font-size: 18px;
    font-weight: bold;
	line-height: 20px;
    margin: 0 0 30px;
    padding: 8px 5px 8px 20px;
	 box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}
#ContactForm p.success {
    background: #bffbc7;
    border: 1px solid #249833;
    color: #276b30;
	font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 30px;
    padding: 10px 0 10px 20px;
	box-shadow: 0 2px 4px rgba(0,0,2,0.60);
}



/* -------------  bandeau Cookie  ---------------*/
.cc_banner-wrapper {
 padding:14px 50px 14px 50px;
 z-index:9999;
 position:fixed;
 bottom:30px;
 left:50%;
 -webkit-transform:translate(-50%,0);
 transform:translate(-50%,0);
 background-color:rgba(0,0,0,.7);
 color:#fff;
 border-radius:4px;
 font-size:13px;
 line-height:26px;
 white-space:nowrap;
	text-align: center;
	text-transform: none;
	border: 1px solid whitesmoke;
	letter-spacing: 0px;
}
@media screen and (max-width:1400px) {
 .cc_banner-wrapper {
  width:90%;
	  padding:14px 15px 14px 15px;
  white-space:normal
 }
}

.cc_message {margin-bottom: 0px; letter-spacing: 0px;}
.cc_message a {font-weight: normal; color: white; text-decoration: underline!important; margin-right: 0; font-size: inherit;}
.cc_message a:hover {color: white;}

.cc_message a.cc_btn_accept_all {
    margin-left: 40px;
	background: #f2da19;
	padding:0px 15px;
	color:black;
	text-decoration: none!important;
	display: inline-block;
	width: 140px;
	text-align: center;
	letter-spacing: 0px;
}
.cc_message a.cc_btn_accept_all:hover {
  text-decoration: none;
}


.hasJS div.hide {
	display:none;
}


