#logo h1,
#logo span
{
    font-size: 24px;
    font-weight: 700;
    padding-left: 19px;
    line-height: 96px;
    position: relative;
    top: -1px;
    color: #0A1C35;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#logo:hover h1,
#logo:hover span
{
	color:#ed3f69;
}

.listeNews a {
    color:#ed3f69;
}

.listeNews h1 a
{
    color: #0A1C35;
    outline: none;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;
    margin-bottom: 20px;
    display: block;
    font-size: 30px;
    line-height: 38px;
}

.listeNews h1 a:hover
{
    text-decoration: none;
    color:#ed3f69;
}

#tinymce h1,article h1,.listeNews>h1{color:#e33f66;font-size:26.6667px;margin-bottom:20px}

.form-control,
.form-control:focus {
    box-shadow:none !important;
}

#tinymce h2, article h2, .listeNews>h2 {
    font-weight:700 !important;
}

#tinymce h3, article h3, .listeNews>h3 {
    color:#3AB5CF !important;
    font-weight:700 !important;
}

#tinymce h4, article h4, .listeNews>h4 {
    color:#0A1C35 !important;
    font-weight:700 !important;
}



