/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11px/1.4 'Roboto', sans-serif;
	color:#444;
	background: #F3F3F3;
}

section {
	overflow: auto;
	padding: 30px;
}

.page section {
	background-color: #FFF;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 34px;
	line-height: 41px;
}

h3 {
	font-size: 22px;
	line-height: 27px;
}

img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
}
a {
	color:#01acd5;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.boutoncta {
    background: #f39200;
    padding: 20px 30px;
    color: #FFF;
    border: 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
	 height: auto;
}

.boutoncta:hover {
	background: #444;
	color: #FFF;
}

.boutonfantome {
    border: 1px solid #C3C3C3;
    padding: 20px 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
	 height: auto;
	 color: #444;
}

.boutonfantome:hover {
/*	text-shadow: 0.25px 0px 0.1px, -0.25px 0px 0.1px;*/
	border: 1px solid;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

blockquote {
    background: url(img/icons/quotes.png) no-repeat 45px 32px #52cdcb;
    margin: 0;
    padding: 10px 45px;
}

blockquote p {
    display: inline-block;
    padding-left: 40px;
    color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	max-width: 100%;
}

blockquote .author {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
	display: block;
	text-align: right;
	margin-bottom: 10px;
	color: #FFF;
}

blockquote a {
	color: #FFF;
}

.boutongris {
    background: #626262;
    padding: 20px 40px;
    color: #FFF;
    display: block;
    border: 0;
    text-align: center;
    display: inline-block;		
}

.boutongris:hover {
	color: #FFF;
}

.boutonbleu {
    background: #01acd5;
    padding: 20px 40px;
    color: #FFF;
    display: block;
    border: 0;
    text-align: center;
    width: 180px;
}

.bandeaugris {
    background: #f3f3f3;
    padding: 10px 15px;
    display: inline-block;
}

.bandeauretraite {
    background: url(img/icons/picto_bulle_memento.png) no-repeat 15px #f3f3f3;
    background-size: 60px;
    padding: 15px;
    display: inline-block;
    padding-left: 95px;
    font-weight: bold;
    color: #87509b;
}

.bandeauretraite a {
	font-weight: normal;
}

.mega-menu-item-302 a {

}

section#download--memento {
    padding: 50px 80px 0;
    background: #f3f3f3;
}   

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	background: #FFF;
	height: 90px;
	padding: 20px;
}

.header_home {
	background: url("img/home_banner.png");
	min-height: 645px;
	padding: 20px;
}

.header_wrap {
	background: #626262;
	min-height: 200px;
	color: #FFF;
	display: flex;
}

.header_wrap h1 {
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 45px;
    margin: auto;
}

.header_home h1 {
    text-align: center;
    display: block;
    margin-top: 100px;
    font-size: 45px;
    color: #01acd5;
    line-height: normal;
}

h2.section-title span {
    display: block;
    border-top: 3px solid;
    width: 80px;
    margin-bottom: 20px;
    color: #626262;
}

#newsletter h2.section-title span {
	color: #FFF;
}

/* logo */
.logo {
	width: 229px;
	float: left;
	text-align: center;
}
.logo-img {
	max-width: 90%;
}
/* nav */
/*
.nav {
    margin-top: 6px;
    overflow: auto;
}

.nav ul {
	margin-left: 125px;
}
*/

header .nav {
    margin-top: 0;
}

.nav ul li {
    display: inline;
    font-size: 16px;
    margin-right: 30px;
}

.nav ul li a {
	color: #626262;
}

/* sidebar */
.sidebar {

}

/* sections home */

section#chiffres {
    overflow: auto;
    padding: 80px 80px 50px;
    background: #ffffff;
}

#chiffres p.notice {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    font-size: 20px;
}

.home #actus a.boutongris {
    background: #626262;
    border: none;
    padding: 20px 40px;
    color: #FFF;
    display: block;
    width: 210px;
    margin-top: 105px;
    margin-left: 7px;
    text-align: center;
}

.home a.boutongris2 {
    font-size: 16px;
    padding: 15px 22px;
    margin-top: 30px;
    margin-left: 0;
    display: inline-block;
}

.chiffres-data {
	padding: 15px;
	color: #FFF;
	margin-bottom: 25px;
}

.chiffres-data.rouge {
	background-color: #ff6b6b;
}

.chiffres-data.vert {
	background-color: #52cdcb;
}

.chiffres-data.bleu {
	background-color: #01acd5;
}

.chiffres-data .minititle {
    font-size: 20px;
    line-height: 24px;
}

.chiffres-data .highlight {
	font-weight: bold;
	font-size: 24px;
}

.chiffres-data .date {
	text-align: right;
	font-size: 12px;
}

section#content {
    background: #FFF;
    padding: 30px 50px;
}

.single-post section#content {
    background: #FFF;
    padding: 30px 150px;
}


section#actus a {
	color: #444;
}

section#actus article {
	width: 340px;
	height: 420px;
	overflow: auto;
	float: left;
}

section#actus article:nth-child(2) {
	margin-right: 20px;
	position: relative;
}

section#actus article:nth-child(3), 
section#actus article:nth-child(4) {
    width: 200px;
    height: auto;
    box-shadow: 0px 0px 3px #bbb;
	margin-bottom: 20px;
	 background-image: none !important;
}

section#actus article:nth-child(2):hover, 
section#actus article:nth-child(3):hover, 
section#actus article:nth-child(4):hover {

    box-shadow: 0px 0px 7px #999;

}

article .actus-title {
    background: #626262;
    margin: 15px;
    color: #FFF;
    padding: 15px;
	font-weight: bold;
}

a.actus_link {
    display: inline-flex;
    text-align: center;
    border: 1px solid #C3C3C3;
    padding: 15px 22px;
    margin-top: 34px;
}

section#actus article:nth-child(2) .actus-title {
	position: absolute;
	bottom: 0;
	 min-width: 310px;
}

section#actus article:nth-child(2) .actus-title a {
	color: #FFF; 
}

section#actus article:nth-child(3) .actus-title,
section#actus article:nth-child(4) .actus-title {
	margin: 0;
	background: #FFF;
	color: inherit;
}

article .actus-title span.date {
	font-weight: 400;
	display: block;
}
.livres-blancs nav {
    margin-left: 7px;
    margin-top: 60px;
}

.indication {
    font-style: italic;
    margin-left: 7px;
    color: #626262;
}

section#newsletter {
	padding: 30px 30px 50px 30px;
	background-color: #ff6666;
	color: #FFF;
	overflow: auto;
	text-align: center;
}

#newsletter p.notice {
    display: block;
	font-size: 20px;
}

#sm_wrapper {
    width: 100%;
    max-width: inherit !important;
    min-width: 230px;
    border-radius: 5px;
    padding: 0;
    color: red;
    margin: 0 auto;
	color: #000;
}

#sm_wrapper p {
	display: none;
}

#sm_top {
	display: none !important;
}

#sm_content {
    background: transparent !important;
    border-bottom: none !important;
}

#sm_footer {
	background-color: transparent !important;
}

#sm_submit {
    background: #626262;
    border: none;
    padding: 20px 40px;
    color: #FFF;
    display: block;
    margin-top: 20px;
}

#sm_input {
    display: block;
    margin-bottom: 40px;
    border-radius: inherit;
    width: 75%;
    height: 50px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}

#sm_input:focus {
	border: 1px solid #000;
}

section#blog {
    background: #fff;
}

section#blog article {
    width: 100%;
    height: 420px;
	position: relative;
	margin-bottom: 50px;
    background-size: cover;
}

section#blog .four.columns:nth-child(4),
section#blog .four.columns:nth-child(7),
section#blog .four.columns:nth-child(10) {
	margin-left: 0;
}

section#blog article .actus-title {
    background: #626262;
    margin: 15px;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
	position: absolute;
    bottom: 0;
    min-width: 310px;
}

section#blog a {
	color: #FFF;
}

section#blog .pagination {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

section#blog .pagination a {
	color: #444;
    padding: 0 5px;
}

section#blog .pagination .page-numbers.current {
    background: #626262;
    color: #FFF;
    padding: 0 5px;
}


section#pictos img {
	display: block;
	margin: 0 auto;
	max-height: 92px;
	width: auto;
}

section#missions h3 {
	margin-top: 0;
}

/* footer */
.footer {
	padding: 50px 0;
	text-align: center;
}

.footer .logo-img {
    margin: 0 auto;
    display: block;
}

.footer .nav {
    margin-top: 30px;
    overflow: auto;
}

.footer .nav ul {
	margin-left: inherit;
	padding: 0;
}

.footer .nav ul li a:hover {
    font-weight: normal;
    text-decoration: underline;
}

.footer .nav ul li a {
	color: #626262;
}

.footer .nav#extra-nav ul li {
    font-size: 14px;
}

.footer .nav#extra-nav ul li a {
    color: #959595;
}

/* nav social */
.footer .nav#social-nav ul li {
    margin-right: 10px;
}

.footer .nav#social-nav ul li a:hover {
	border: none;
}

.footer .nav#social-nav ul li a img:hover {
	opacity: 0.7;
}


/*
#social-nav li.gplus:after {
	content: url(img/icons/google.png);
}

#social-nav li.twitter:before {
	content: url(img/icons/twitter.png);
}
 
#social-nav li.linkedin:before {
	content: url(img/icons/linkedin.png);
}
 
#social-nav li.youtube:before {
	content: url(img/icons/youtube.png);
}
 
*/

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#register-form input {
	 display: block;
    border-radius: inherit;
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

#register-form input:focus {
	border: 1px solid #000;
}

#register-form input[type=submit] {
	height: inherit;
	width: inherit;
	float: left;
}

section#related h2 {
    text-align: center;
}

section#related #recent-posts {

}

section#related #recent-posts p {
   margin: 0 0 20px 0;
   font-size: 12px;
}

section#related .recent-post-thumbnail {

}

section#related .recent-post-thumbnail a {
    font-size: 16px;
    text-align: center;
}

section#related .wp-post-image {
   width: 100%;
    margin-bottom: 15px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.data_table {
    margin: 0 auto;
    display: block;
}


/*------------------------------------*\
	IE Fixes
\*------------------------------------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.header_wrap h1 {
	padding-top: 70px;
	}
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:480px) {
	
	.wrapper {
		width: 100%;
	}
	
	.columns.logo_wrap.two {
/*
    display: flex;
    justify-content: center;
    align-items: center;
*/
	}
	
	h1 {
	font-size: 28px !important;
/*		margin-top: 8px !important;*/
	}

	h2 {
		font-size: 22px;
		text-align: center;
		margin: 0;
	}
	
	.home h2 {
		 margin: 20px 0 10px;
	}
	
	h2 span {
		display: none !important;
	}

	h3 {
		font-size: 18px;
		line-height: 27px;
	}
	
	section#missions h3 {
    margin-top: 15px;
	}
    
    .boutoncta {
    margin: 0 auto;
    text-align: center;
    display: block;
	}
	
	input.boutoncta {
		width: 100% !important;
	}
	
	.boutonfantome {
    width: 100%;
    margin-bottom: 20px;
	}
	
	.header_wrap {
		 min-height: 100px;
		 color: #FFF;
		 display: flex;
	}
	
	.header_wrap h1 {
		line-height: normal;
	}
	
	.logo {
/*		 margin-left: 12%;*/
	}
    
    article {
		max-width: 100%;
	}
	
	section {
		padding: 20px !important;
	}
	
	section#content {
    padding: 30px;
	}
	
	article {
		max-width: 100%;
	}
	
	.header {
		 height: 95px;
		 background: url(img/home_banner.png) 840px 0px;
	}
	
	.header_home h1 {
		 margin: 1.5em 0;
		 font-size: 36px !important;
	}
    
    section#actus article:nth-child(3), section#actus article:nth-child(4) {
    width: 100%;
    height: auto;
	}
	
	section#actus article:nth-child(2) {
    margin-right: 0 !important;
    margin-bottom: 20px;
    height: 316px;
    width: 100%;
	}
	
	section#actus a {
    width: 100% !important;
    text-align: center;
    margin: 10px 0 20px;
	}
    
    section#actus article:nth-child(2) .actus-title {
    min-width: 91%;
	}

	
	#mega-menu-wrap-header-menu {
    margin-top: 5px;
	}
	
	#chiffres p.notice {
		margin: 0;
	}
	
	#newsletter p.notice {
		margin-top: 0;
	}	
	
	section#actus article:nth-child(3), section#actus article:nth-child(4) {
    width: 100%;
    height: auto;
	}
	
	section#actus article:nth-child(2) {
    margin-right: 0 !important;
    margin-bottom: 20px;
    height: 316px;
	}
	
	#component nav {
    margin: 0 auto;
    text-align: center;
	}
	
	.component li img {
		margin: 0 auto;
	}
	
	.component-small nav a.prev {
		margin-left: inherit !important;
	}
	
	#sm_input {
		width: 100%;
	}
	
	#sm_submit {
    margin: 0 auto;
	}
	
	a.boutongris {
    margin: 100px auto;
	}
	
	#newsletter a.boutongris {
    margin: 10px auto 20px;
	}
	
	a.boutongris2 {
    margin: 25px auto 0;
	}
	
    .home a.boutongris2 {
        font-size: 16px;
        padding: 20px 40px;
        width: 100%;
        margin: 15px auto 20px;
        /* display: block; */
    }
	
	.home a.boutongris {
		margin-left: auto !important;
	}
	
	.footer {
    padding: 30px 0 15px;
	}
	
	.footer .nav {
    margin-top: 0;
	}
	
	#footer-nav li,
	#extra-nav li {
		display: block;
		margin: 0;
	}
	
	.footer .logo-img {
		max-width: 60%;
	}
	
	.footer .nav ul li a:hover {
    border-bottom: 0;
	}
	
	.livres-blancs {
    min-height: 500px;
	}
	
	#component nav {
	margin-left: 0;
	margin-top: 50px;
	}
	
	.indication {
    text-align: center;
	}
	
	img.alignleft {
		height: auto !important;
		float: inherit !important;
		margin: 0 !important;
		width: 100%;
	}
	
	img.wp-image-607,
	img.wp-image-608 {
		display: none;
	}
	
	section#actus article:nth-child(2) .actus-title {
    min-width: 91%;
	}

	button.accordion h3 {
		font-size: 16px;
	}
	
	blockquote {
    background: url(img/icons/quotes.png) no-repeat 10px 25px #52cdcb;
    padding: 10px;
	}
	
	blockquote p {
    padding-left: 35px;
    color: #FFF;
    font-size: 18px;
	 word-break: break-word;
	 padding-right: 15px;
	}
	
	section#pictos .four {
		margin-bottom: 30px;
	}
    
    section#related .recent-post-thumbnail {
        margin-bottom: 20px;
    }
    
    section#related .recent-post-thumbnail a.lelien {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        font-size: 20px;
    }
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	.wrapper {
		width: 100%;
	}
	
	.header .two.columns {
		width: 100%;
	}
	
	.logo {
	  margin: 0 auto;
    float: none;
	}
	
	#newsletter p.notice {
		margin-left: 0;
	}
	
	#chiffres p.notice {
		margin-left: 15px;
		margin-top: 150px;
	}
	
	.home article {
    width: 370px;
	}
	
	section#actus article:nth-child(2) .actus-title {
    min-width: 340px;
	}

	section#actus article:nth-child(3), section#actus article:nth-child(4) {
    width: 185px;
    height: 125px;
    box-shadow: 0px 0px 7px #999;
    margin-top: 20px;
	}
	
	.livres-blancs nav {
    margin-left: 7px;
	}

}

@media all 
and (min-width : 1024px) 
and (max-width : 1310px) { 

	header {
		height: 110px !important;
		padding-bottom: 0 !important;
	}
	
	.logo_wrap {

	}
	
	.logo {
    float: none !important;
    margin: 10px auto 0 !important;
	}
	
	header .nav {
	 margin-top: 10px;
	}
	
	.ten.columns {

	}
	
	#mega-menu-wrap-header-menu #mega-menu-header-menu {
		text-align: right !important;
	}
	
	.header_home h1 {
    margin-top: 65px;
	}
	
	#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
		display: none !important;
	}
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 8px !important;
    	font-size: 14px !important;
	}
}

@media all 
and (min-width : 1140px) 
and (max-width : 1310px) {

		#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 11px !important;
    	font-size: 16px !important;
	}
	
}


@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (max-width:960px) {
/*
	#mega-menu-wrap-header-menu {
		display: none !important;
	}
*/
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/

.ihc-login-template-4 .impu-form-submit input {background-color:#626262!important;border-color:#333!important; color:#F9F9F9!important}

#cimy_uef_p_field_3 label {
    padding-top: 13px;
}

#cimy_uef_p_field_3 input {
    float: left;
    width: 25px;
}

.home #chiffres .section-title {
    margin: 0;
}


/*------------------------------------*\
    CONTACT
\*------------------------------------*/

#wpcf7-f5-o1 p {
    float: left;
    margin-right: 30px;
}

#wpcf7-f5-o1 label {
	font-weight: 300;
}

#wpcf7-f5-o1 input {
    display: block;
    border-radius: inherit;
    height: 50px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

#wpcf7-f5-o1 input:focus {
	border: 1px solid #000;
}

.wpcf7-submit {
	 background: #626262;
    border: none;
    padding: 20px 40px;
    color: #FFF;
    display: block;
    margin-top: 20px;
	height: inherit !important;
}