a.cbp-mc-form {
	position: relative;
}

.argu {
	width: 45%;
	float: left;
	font-size: 1.0em;
	line-height: 1.3;
	padding-right: 20px;
}

#texte-argu {
	font-size: 1.0em;
	width: 60%;
	bottom: 0;
}

#titre {
	padding-top: 0;
	width: auto;
}

.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " ";
	display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	margin-top: 30px;
	width: 55%;
	padding: 20px 20px;
	float: left;
	border-width:1px;
 	border-style:solid;
 	border-color:#00637f;
 	font-size: 1.0em;
 	line-height: 0.6em;
 	display: block;
}

.bloc-aide {
	color:#fff;
	margin-top: 20px;
	width: 100%;
	padding: 10px 30px;
	float: left;
	border-width:2px;
 	border-style:solid;
 	border-color:#00637f;
 	background-color:#00637f;
 	font-size: 1.1em;
 	line-height: 1.5;
 	text-align: center;
}
.accord {
	margin-top: 30px;
	line-height: 1.4em;
	font-size: 1.3em;
}


.cbp-mc-form label {
	font-size: 1.3em;
	letter-spacing: 1px;
	cursor: pointer;
	line-height: 2.7em;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.0;
	font-size: 1.0em;
	padding: 2px;
	color: #00637f;
	display: block;
	background: transparent;
	float: right;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 3px solid #fff;
	margin-right: 10px;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #00637f;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #00637f;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #00637f;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #00637f;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #00637f;
    font-style: italic;
}

.cbp-mc-submit-wrap {
/*	clear: both;*/
	width: 50%;
	float: left;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #00637f;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	padding: 15px 15px;
	font-size: 0.9em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit-efface {
	background: #9d9c9c;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
	padding: 15px 15px;
	font-size: 0.9em;
	border-radius: 2px;
	letter-spacing: 1px;
	float: left;
}

.cbp-mc-form input.cbp-mc-submit-efface:hover {
	background: #1c1c1b;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #0abaee;
}

.cbp-mc-form p {
	display: block;
	font-size: 1.0em;
	/*cursor: pointer;*/
	text-align: left;
}

.divrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1em;
}

.col1 {
  -ms-flex: 0 0 90%;
  flex: 0 0 90%;
  max-width: 90%;	
	/*float: left;*/
	/*width: 90%;*/
}

.col2 {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;	
	/*float: left;*/
	/*width: 10%;*/
} 

#message {
	text-align: center;
	padding: 3em;
}

#logo {
	text-align: center;
	padding: 0.5em;
	font-size: 1.0em;
}

input[type="email"] {
	float: left;
	width: 50%;
}

input[type="radio"] {
	float: left;
	line-height: 1em;
}

.message-email {
	color: #00637f;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.landing {
/*  width: 100%;
    padding: 2em;
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/fond-data.jpg);
    -webkit-background-size: cover;
    background-size: cover;*/
}

/****************************/
/******* Media Query ********/
/****************************/
@media screen and (max-width: 70em) {
	.col1 {
	  -ms-flex: 0 0 70%;
	  flex: 0 0 70%;
	  max-width: 70%;	
		/*float: left;*/
		/*width: 90%;*/
	}

	.col2 {
	  -ms-flex: 0 0 30%;
	  flex: 0 0 30%;
	  max-width: 30%;	
		/*float: left;*/
		/*width: 10%;*/
	} 

	.cbp-mc-form p {
		display: block;
		font-size: 1.0em;
		/*cursor: pointer;*/
		/*line-height: 1.2em;*/
		text-align: left;
	}

	.argu {
		width: 100%;
		padding: 0;
	}

	.cbp-mc-column {
		width: 100%;
	}

	.cbp-mc-column:nth-child(3) {
			width: 100%;
	}
}

@media screen and (max-width: 40em) {
	input[type="email"] {
		float: left;
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
			width: 100%;
			padding: 20px;
	}

	#titre {
		width: 100%;
		display: block;
	}

	h1, h2, h3 {
		color: #00637f;
		text-align: center;
		font-size: 1.3em;
	}

	.main {
		text-align: left;
	}

	.argu {
		width: 100%;
		font-size: 1.0em;
		line-height: 1.2;
	}
}