/* page connexion */

input[type="password"] {
position: relative;
    padding: 10px 15px;
    color: #686868;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"] {
margin-top: 20px;
}

.choix_date, .checkbox_formulaire {
margin-bottom: 20px!important;
}

.checkbox_formulaire span.wpcf7-list-item {
display: table;
}

select {
margin: 0 0 20px 0!important;
}

.percent-one-half {
display: block;
  width: 100%
}

.percent-one-half input {
color: black!important;
}


.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
background-color: #295471;
}

.white {
color: #1B4159;
}

input[type="text"] {
color: white;
}

.button-map {
    background: #1B4159;
}

ul#mainnav > li {
background: none;
}

.two_columns span {
display: table-cell;
  width: 50%;
  vertical-align: top;
}

.two_columns span:first-of-type {
padding-right: 10px;
}

.two_columns {
display: table;
  width: 100%;
}

.two_columns input {
width: 100%;
}

#contact form input {
color: white!important;
}

form input {
color: black!important;
}


.wpcf7-select, input[type="date"]  {
	border: 1px solid #eee!important;
    cursor: pointer;
    display: block;
    margin: 5px 0 0;
    padding: 14px;
    border: 0;
    border-radius: 0;
    outline: 0;
    width: 100%;
    resize: none;
    font-size: 14px;
    line-height: 17px;
    background-color: #f7f7f7;
    color: #818181;
    font-family: Raleway;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

#header.scrolled-header .logo img {
    margin-top: 0;
    height: 60px!important;
}

#header.scrolled-header .percent-three-fourth {
margin-top: 15px;
}

.solid-header {
  z-index: 1000!important;
  
}

@media screen and (max-width: 768px) {
  .page-template-template-creationenquete .vc_col-sm-2, .page-template-template-enquete .vc_col-sm-2 {
    display: none;
  }
}

