@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.3em;
    color: #183a8d;
}



.center {
    text-align: center;
}

form {
    /*width: 80%;*/
    max-width: 1080px;
    /*min-width: 300px;*/
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    /*padding: 1rem 4rem 1rem 2rem;*/
}
form.cmxform {
    max-width: 400px;
    padding-bottom: 4rem ;
}

form#search,
form.subscribe {
    border: none;
    padding: 0;
    width: initial;
    max-width: unset;
    min-width: unset;
}

form.subscribe {
    padding: 10px 0 !important;
    text-align: center;
    font-size: 1.2rem;
    max-width: inherit;
    width: 100%;
    border-radius: 0;
    font-weight: 600;
}

input,
select,
textarea {
    border: 1px solid #CCC;
    width: 100%;
    border-radius: 5px;
    padding: 5px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    box-sizing: border-box;
}

input[type=checkbox] {
    width: 13px;
    margin-right: 10px;
    transform: scale3d(1.5, 1.5, 1.5);
}


label {
    font-size:  0.9rem;
    width: 80%;
    padding: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: top;
}
label.error {
    color: red;
}
label em {
    color: red;
    font-style: normal;
    display: inline-block;
    padding-left: 2px;
    vertical-align: top;
}

fieldset {
    border: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    font-style: italic;
}


#contenu {
    font-size: 0.95rem;
    padding: 0 20px;
}



h1 {
    font-size: 2em;
    color: #008000;
    text-align: left;
    line-height: 1.0em;
    margin: 1rem 0 0.5rem;
    text-align: center;
}

h2{
    color: #008000;
    font-size: 1.5em;
    margin: 12px 0 6px;
    text-align:center;
}
h3 {
    color: #008000;
    font-size: 1.1em;
    text-align: left;
    margin: 12px 0 6px;
}


h4 {
    font-family: Monotype Corsiva, Apple Chancery, Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 12px 0 6px 0;
}

h4:first-letter {
    font-size: 36px;
}


.color1,
.color1 > a {
    color: #008000 !important;
}

.color2,
.color2 > a {
    color: #183a8d !important;
}
a {
    color: #008000;
    text-decoration: none;
}
a:hover {
    color: #008000;
}

a img {
    border: none;
}
ul {
    list-style: disc outside none;
    line-height: 24px;
}

ol {
    list-style: decimal inside none;
}


table {
    border: 0;
    padding: 0;
    border-collapse: collapse;
}

table td {
    border: 0;
}


#footer {
	font-size: 8px;
	text-align: center;
}

