/*
CTC Separate Stylesheet
Updated: 2020-10-08 11:11:20
Theme Name: Afnic
Theme URI: https://www.afnic.fr/
Template: bootstrap-basic4
Author: Websenso
Author URI: websenco.com
Version: 1.0.0.1602148280
*/


​
.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
​
.wpcf7-form  .fullspace {
    width: 100%;
    margin-bottom: 20px;
}
.wpcf7-form  .halfspace {
  margin-bottom: 20px;
  width: calc(50% - 10px);
}
​
@media all and (max-width: 767px){
	.wpcf7-form  .halfspace {
	  width: 100%;
	}
​
}
​
.wpcf7-form  .halfspace:nth-child(even){
  margin-left: 10px;
}
.wpcf7-form  .halfspace:nth-child(odd){
  margin-right: 10px;
}
@media all and (max-width: 767px){
.wpcf7-form  .halfspace:nth-child(even){
  margin-left: 0px;
}
.wpcf7-form  .halfspace:nth-child(odd){
  margin-right: 0px;
}
​
}
.wpcf7-form .btnsub input {
    border: 1px solid #f19f54;
    height: 50px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    background: #f19f54;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px !important;
}
.wpcf7-form .btnsub input:hover {
  background: #FFF;
  color: #f19f54;
}
​
.wpcf7-form .wpcf7-form-control {
  width: 100%;
}
.wpcf7-form select.wpcf7-form-control , .wpcf7-form input.wpcf7-form-control , .wpcf7-form textarea.wpcf7-form-control, .wpcf7-form .captcha-image {
  padding: 12px 20px;
  height: auto;
  font-size: 1.14em;
  box-shadow: none;
  border: 1px solid rgba(18,40,76,.1);
}
​
.wpcf7-form div.item-info {
font-style: italic;
color: #12284c;
float: left;
width: calc(100% - 250px);
}
@media all and (max-width: 767px){
.wpcf7-form div.item-info {
width: calc(100% - 0px);
}
}
.wpcf7-form div.item-info  a {
  color: #f19f54;
  text-decoration: underline;
}
​
.wpcf7-response-output {
    padding: 12px 20px !important;
    height: auto;
    font-size: 1.14em;
    box-shadow: none;
    width: 100%;
    text-align: center;
}