/*
Theme Name: Cottenceau Sols
Theme URI:
Author:
Author URI:
Version: 1.0.0
Template: cottenceausols
*/
@import url("../cottenceausols/style.css");

h3 {

    margin-top: 30px;
    margin-bottom: 10px;

}
input.wpcf7-form-control.wpcf7-submit[disabled] {

    color: #fff;
    border: 2px solid #fff;
    cursor: not-allowed;

}

.cn-button.bootstrap, .cn-button.bootstrap:hover {

    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: .3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 0px 0px rgba(255,255,255,.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #222;
    *background-color: #04c;
    background-image: -moz-linear-gradient(top,#222,#222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#222),to(#222));
    background-image: -webkit-linear-gradient(top,#222,#222);
    background-image: -o-linear-gradient(top,#222,#222);
    background-image: linear-gradient(to bottom,#222,#222);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    box-shadow: 0 1px 0 rgba(255,255,255,0) inset,0 1px 2px rgba(0,0,0,0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;

}