body {
    font-family: 'Source Sans Pro','Roboto';
    font-size: 1.8em;
    font-weight: 400;
    background-color:#f6f6f6;
}

@font-face {
    font-family: 'BEBASNEUE_BOLD';
    src: url('http://www.anne-florent.fr/themes/Anneflo/font/BEBASNEUE_BOLD.woff') format('woff');
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #72a4be;
    font-weight: bold;
}

a:hover {
    color: #4D7083;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}



h1 {
    font-family: 'BEBASNEUE_BOLD', 'Roboto';
    font-weight: 300;
}

span.h1-like {
font-size : 1.3em;
}

h2 {
    font-family: 'BEBASNEUE_BOLD', 'Montserrat','Roboto';
    font-weight: 700;
}

.montserrat {
    font-family: 'Montserrat','Roboto';
    font-weight: 700;
    font-size: 1.2em;
}
p {
    margin: 1em 0;
}

::selection { background:#72a4be; color: #FFFFFF; text-shadow: none; }

hr {
border: 3px;
height: 3px;
margin: 1.5em auto;
width: 5em;
background-color: #72a4be;
}


.gris{
background-color: #f6f6f6;
height: 5rem;
}





/* Main */

.container {
    margin: 0 auto;
    max-width: 1300px;
    background-color:#ffffff;
}



/* ----------------------------- */

/* ==forms */

#form_contact {
    color: #ffffff;
    background-color: #72a4be;
}

.contact_success {
 background-color :#B0F2B6;
color :#0B4F23;
border : 1px solid #7FDD4C;
}


.contact_error {
 background-color :#FFC7BD;
color :#B82010;
border : 1px solid #B82010;
}


form,
fieldset {
    border: none;
    padding: 1em; 
}

input,
button,
select,
label {
    vertical-align: middle; /* @bugfix alignment */
}

label {
    display: block;
    font: 'Source Sans Pro',arial,helvetica,sans-serif;
}

textarea {
    height: 9em;
    overflow: auto;
    vertical-align: text-top;
    resize: none;
}

input,
textarea {
    width: 100%;
    padding: .7em;
    border: 0;
    font: 'Source Sans Pro',arial,helvetica,sans-serif;
}

input[type="submit"] {
    margin-top: 2em;
    border: 0;
    font-size: 1.4em;
    font-weight: 700;
    color: white;
background-color: #9fcfe8;
    cursor: pointer;
background-image: url("../img/envoyer.png");
background-position: 0 50%;
background-size: 60px;
background-repeat: no-repeat;
padding: 20px 0 20px 55px;
margin: 40px auto 0;
display: block;
width: 200px;
font-weight: bold;
}

input[type="submit"]:hover {
    background-color: #72a4be;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

input[type="radio"] {
    display: inline-block;
    content: ''; 
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

select,
label {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
    white-space: normal;
    vertical-align: middle;
}

select {
    padding: 0;
color : #444;
}
input#id_rep {
    display: inline-block;
    width: 100px;
}

/* ----------------------------- */

/* ==Commentaires */

.info-article {
    color: #F2F2E8;
}

.comment {
    margin-bottom: 3em;
    padding: 0;
    overflow: hidden;
}

.info_comment {
    margin: 0 auto;
    padding: 0;
    padding: 15px;
    font-weight: 700;
}

.avatar {
    padding: 10px;
}

.comment .info-article {
    float: right;
}

p.content_com {
    padding: 0 1em 1em 1em;
}

blockquote {
    border-left: 5px solid #407cc9;
    background: #F2F2E8;
}

.type-admin blockquote {
    border-left: 5px solid #407cc9;
    background: #FFFFFF;
}

.capcha-word {
    font-weight: 700;
    letter-spacing: 2px;
    color: #FFFFFF;
    background: #407cc9;
}

.capcha-letter {
    padding: 4px;
    font-weight: 700;
    color: #407cc9;
}

/* ----------------------------- */

/* ==Sidebar */

aside ul li {
    line-height: 2em;
}

aside ul li a.active {
    color: #FF9A8C;
}

/* ----------------------------- */

/* ==Header - Navigation */

/* Header */

header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

img header {
    width: 100%;
    Max-width: 100%;
}

/* Navigation */


nav {
    display: block;
    list-style: none;
text-align: center;
width: 100%;
background-color: #72a4be;
padding: .5em 0;
border-bottom: 1px solid #ffffff;
}

nav ul:first-child {
    margin-top: .8em;
    margin-bottom: .8em;
    padding: 0;
}

nav li {
    display: inline;
    padding-left: 3%;
    padding-right: 3%;
}

nav li a {
    display: inline-block;
    font-weight: 700;
color: #FFFFFF;
border-bottom: 1px solid #72a4be;
}

nav li a {
    display: inline-block;
    font-weight: 700;
color: #FFFFFF;
}

nav li a:hover {
border-bottom: 1px solid #ffffff;
color: #ffffff;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
/*
background-color: #9fcfe8;
color: white;*/
}

nav.sticky .w20 img {
display: none;
}

nav.fixed .w20 img {
display: inline;
} 

/* Compte à rebours */

.jimoins {
    background: #9fcfe8;
}

.jimoins h4, .jimoins h3 {
color : #ffffff;
margin: 0;
padding: 0;
}

.sable {

background-image: url(../img/sable1.png);
    background-repeat: repeat;*/
}

.jaune4 {
background: #f1dba7;
}
.jaune3 {
background: #f1dfae;
}
.jaune2 {
background: #f2e2b6;
}
.jaune1 {
background: #f2e6be;
}

.jaune {
background: #f2eac6;
}


.map {
border: 8px solid #ffffff;
}

#footer {
    padding-top: 150px;
    background-image: url(../img/mer3.png);
    background-repeat: repeat-x;
    color: #ffffff;
}

.zag {
background-image: url('../img/zag2.png');
background-repeat: repeat-x;
width: 100%;
height: 35px;
}