/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 3 févr. 2015, 15:26:18
    Author     : altimate
*/
@font-face {
    font-family: nunitoRegular;
    src: url(../fonts/nunito-regular.ttf);
}
@font-face {
    font-family: nunitoLight;
    src: url(../fonts/nunito-light.ttf);
}

input[type=checkbox] {
	transform: scale(1.50) !important;
}

input[type="radio"]{
	transform: scale(1.50) !important;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

html {
    height: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: nunitoRegular, Arial;
    height: 100%;
}

h1 {
  font-size: 1.429em;
  line-height: 1.286em;
}

h2 {
  font-size: 1.286em;
  line-height: 1.429em;
}

h3 {
  font-size: 1.143em;
  line-height: 1.286em;
}

.red_bullet {
	width:30px;
	height:30px;
	background: url('../images/red_bull.png') no-repeat;
	color:#ffffff;
	font-size:18px;
	line-height:30px;
	text-align:center;
	font-weight:700;
}

.red_bullet_small {
	width:16px;
	height:16px;
	background: url('../images/red_bullet_small.png') no-repeat;
	color:#ffffff;
	font-size:12px;
	line-height:16px;
	text-align:center;
	font-weight:700;
}

div.red_bullet, div.red_bullet_small {
  display: inline-block;
}

.red_point_bottom {
  border-bottom:1px #D70048 dotted;
}

.red_dash_bottom {
  border-bottom:1px #D70048 dashed;
}

.red_point_left {
  border-left:1px #D70048 dotted;
}

.red_dash_left {
  border-left:1px #D70048 dashed;
}
.required:after {
    content: " *";
    color: red;
}

.clear {
  clear:both;
}

#wrapper {
    width:1000px;
    height: auto !important;
    height: 100%;
    margin: auto;
}

main {
    /*min-height: 650px;*/
}

#form_error {
    display: none;
}

/*#errors, #form_error {*/
#errors {
    background-color: red;
    color: white;
}

#successes {
    background-color: green;
    color: white;
}

#success {
    background-color: limegreen;
    color: white;
}

#wrapper header {
    position: relative;
    padding: 35px 0 25px 0;
    width: 999px;
}

img, a {
    text-decoration: none;
    border:none;
    outline:none;
}


header a img {
    vertical-align: top;
    /*height: 105px;*/
    height: auto;
}

header a img#header_logo {
   width: 380px;
}

nav {
    background-color: #D70048;
    position: relative;
    text-transform: uppercase;
    height: 2em;
    font-family: nunitoRegular;
    width: 999px;
}

main {
    position: relative;
    padding: 0px;
    height: 100%;
    z-index: 0;
    width: 999px;
}

footer:not(.footerChatbot) {
    background-color: #D70048;
    color: white;
    font-family: nunitoLight;
    font-size: 0.8em;
    position: relative;
    top: 5%;
    /*width: calc(100% - 50px);*/
    /*z-index: -1;*/
    padding: 10px 25px;
    width: 950px;
    margin: 20px auto 0;
}

#wrapper footer:not(.footerChatbot) header {
    text-transform: uppercase;
    padding: 10px 5px;
    width: 200px;
    font-weight: bold;
}

footer:not(.footerChatbot) a {
    color: white;
    text-decoration: none;
    font-size: 11px;
}

footer:not(.footerChatbot) .cell {
    display: table-cell;
    width: 30%;
    padding-bottom: 3px;
}

footer:not(.footerChatbot) #stay_connected p a {
    margin-right: 5px;
}

#push {
    height: 4em;
}

#contact_search {
    position: absolute;
    right: 0;
    bottom: 25px;
    color: #D70048;
    font-size: 0.8em;
}

#contact_search a {
    color: #D70048;
    font-size: 1em;
}

#contact_search img {
    height: auto;
    vertical-align: middle;
}

#contact_search .picto {
    width: 20px;
    height:auto;
    margin-right: 5px;
}

#contact_search #search_article_save img {
    padding: 8px 8px 7px 8px;
    cursor: pointer;
}

#socialmedias {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 2em;
}

#socialmedias img {
    vertical-align: middle;
}

#frise {
    background: url(../images/frise_bg.png) repeat-x top left;
}

#frise img {
    background-color: #D70048;
    min-width: 104px;
    max-width: 131px;

}

#menu {
    max-width: 999px;
    /*width: 90%;*/
    /*width: calc(100% - 128px);*/
    position: relative;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: top;
}

#menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 99;
    vertical-align: top;
}

#menu a {
    display: block;
    padding: 0px 0.1vw;
    background: #D70048;
    font-size: 0.8em;
    color: white;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

#menu > li {
    display: inline-block;
    text-align: center;
    line-height: 2em;
    width: 138.5px;
    max-width: 138.5px;
}

#menu li ul {
    position: absolute;
    min-width: calc(100% / 6);
    left: -999em;
}

#menu li ul li a {
    border: thin solid #E53E6F;
    text-align: center;
}

#menu a:hover {
    color: #7B96A4;
    background: #713;
}

#menu li:hover ul {
    left: auto;
}

#carrousel {
    top: 0;
    left: 0;
    margin: 0;
    margin-top: 40px;
    padding: 0;
    width: 65%;
    min-height: 331px;
    max-height: 506px;
    overflow: hidden;
}

#liens_connection {
    position: absolute;
    float: right;
    top: -5px;
    right: -5px;
    max-width: 33%;
    min-height: 396px;
    max-height: 496px;
    box-sizing: content-box;
}

#conseil, #nouveaute, #agenda, #sondage3 {
    position: relative;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    width: 32%;
    height: 248px;
}

/*#actus {*/
    /*margin-top: 20px;*/
    /*border: thin solid #f49813;*/
    /*width: 100%;*/
    /*min-height: 164px;*/
/*}*/

#conseil a, #nouveaute a, #agenda a, #sondage3 a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#nouveaute, #agenda, #sondage3 {
    top: 0;
    margin-left: 1%;
    margin-right: 2%;
}

#sondage3 {
    margin-right: 0;
    top: -2px;
}

#conseil img, #nouveaute img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    z-index: -1;
}

#conseil .head, #nouveaute .head, #agenda .head, #actus .head, #sondage3 .head {
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: white;
    color: #D70048;
    text-align: center;
    vertical-align: middle;
    top: -15px;
    left: 20px;
    /* height: 20px; */
    font-size: 15px;
}

#conseil .head a, #nouveaute .head a, #actus .head a, #agenda .head a, #sondage3 .head a  {
    height: 30px;
    line-height: 30px;
    width: 9em;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #D70048;
    box-sizing: border-box;
    border: thin solid #D70048;
    position: relative;
}

/*#agenda .head a {*/
    /*color: white;*/
    /*border: none;*/
    /*width: 7em;*/
/*}*/

#actus .head a {
    color: white;
    border-color: #F49813;
    font-size:13px;
}

#conseil .head a.plus, #nouveaute .head a.plus, #actus .head a.plus, #agenda .head a.plus, #sondage3 .head a.plus {
    /*position: absolute;*/
    line-height: 24px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    background-color: #D70048;
    border: thin solid #D70048;
    color: white;
    box-sizing: border-box;
    font-size: 24px;
}

#actus .head a.plus {
    color: #F45710;
    border-color: #F49813;
    background-color: white;
}

#conseil .infos, #nouveaute .infos, #sondage3 .infos {
    position: absolute;
    bottom: 5px;
    left: 0;
    box-sizing: border-box;
    margin: 5px;
    padding: 2px;
    background-color: white;
    font-size: 1em;
    width: 97%;
    height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

#stay_connected {
    text-align: left;
    vertical-align: top;
    left: 50%;
    top: 0;
    position: absolute;
}

#filalapat {
    position: absolute;
    top: 3px;
    right: 0px;
    min-width: 227px;
    max-width: 284px;
    font-weight: bold;
}

#bottom-wrapper {
	z-index: 0;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 25px;
}

#bottom-right-wrapper {
    float: right;
    height: 248px;
    width: 311px;
}

#bottom-right-wrapper .cell {
    display: table-cell;
    width: 50%;
    max-width: 50%;
    border: 5px solid white;
    border-top: 0;
    box-sizing: border-box;
}
/***************************************** agenda **********************************/



#actus2 .head a.plus,#actus3 .head a.plus {
	background-color: white;
	font-size: 24px;
	position: relative;
	top: -5px;
	line-height: 28px;
	padding: 0 5px;
}
/*#agenda .head a.plus{
    color: #072;
    border: 1px solid #072;
}*/
#actus3 .head a.plus{
    color: #F49712;
    border: 1px solid #F49712;
}
#actus3.actus-ministere .head a.plus{
    color: #D70048;
    border: 1px solid #D70048;
}
#actus2 .head a.plus{
    color: #D70048;
    border: 1px solid #D70048;
    /*line-height: 30px;
    top: -6px;
    left: 1px;*/
}

#actus3{
    width: 100%;
    border: 1px solid #F49712;
}

#actus3.actus-ministere {
    border: 1px solid #D70048;
}

#actus3 .infos .img-block img{
    max-width: 100%;
    max-height: 100%;
}
#actus3 .infos .img-block{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
}
#actus3 .infos .description-block{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 115px);
    /*height: 100px;*/
    font-size: 12px;
    line-height: 15px;
}

#actus3 .infos .description-block .text-overflow {
    height: 68px;
    overflow-y: auto;
}

#actus3 .infos{
    width: 32%;
    border-right: 1px dotted #F49712;
    margin-left:5px;
    margin-bottom: 10px;
    display: inline-block;
}

#actus3.actus-ministere .infos{
    border-right: 1px dotted #D70048;
}

#actus3 .infos-noborder{
    border-right: 0 !important;
}

#actus2 .head, #actus3 .head {
    font-size: 15px;
    position: relative;
    top: -12px;
    left: 10px;
    padding: 5px 0 5px 10px;
    width: 100px;
    text-transform: uppercase;
}
/*#agenda .head {
    background-color: #072;
}*/
#actus3 .head {
    background-color: #F49712;
}
#actus3 .cat .title a{
    color: #f65812;
    font-size: 11px;
}

#actus3.actus-ministere .head {
    background-color: #D70048;
}
#actus3.actus-ministere .cat .title a{
    color: #D70048;
}

#actus3 .cat .date{
    font-size: 10px;
    font-weight: bold;
}

#agenda .event {
    display: block;
    padding-left: 10px;
}

#actus2 .head{
    background-color: #D70048;
}

#actus2 .head a, #actus3 .head a {
    color: white;
}

/*#actus2, #agenda {
    height: 100%;
    width: calc(50% - 6px);
    display: inline-block;
    vertical-align: top;
}*/

#actus2{
    background-color: white;
    border: 1px solid #D70048;
    float: right;
}

/*#agenda{
    background-color: #AC2;
}*/

#actus2 .spacer, #agenda .spacer {
    height: 1.02vw;
}

#actus2 .event, #agenda .event {
    margin: 0;
    padding-top: 8px;
	margin-top: 18px;
}

#agenda > .event ~ .event {
	margin-top: 0px;
}

#actus2 .event{
    padding-left: 10px;
    padding-top: 4px;
    position: relative;
    top: -2px;
}
#actus2 .event:after, #agenda .event:after, #bottom-wrapper:after {
    content: ' ';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#actus2 .event.last, #agenda .event.last {
    border: none;
}

#actus2 .separator, #agenda .separator {
    border: none;
    color: #fff;
    height: 1px;
    margin: 2px 13px;
}
#agenda .separator{
    border-top: 2px dotted #D70048;
}
#actus2 .separator{
    border-top: 2px dotted #D70048;
    position: relative;
    top: -3px;
}

#actus2 .plus-2, #agenda .plus-2 {
    font-size: 18px;
    line-height: 18px;
    float: right;
    margin-right: 12px;
}
#agenda .plus-2{
    color: #072;
}
#actus2 .plus-2{
    color: #D70048;
}
#actus2 .date {
    display: block;
    color: #b3b3b3;
    font-size: 11px;
}
#actus2 .title{
    display: block;
    color: #D70048;
    font-size: 13px;
}
#agenda .title {
    padding-left: 0.5vw;
    color: white;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 12px;
    height: 36px;
    width: 70px;
}

#agenda .event .date {
    left: 2px;
    top: 4px;
    float: left;
    padding: 0.5em;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-left: 10px;
}

#agenda .event .date .dummy {
    margin-top: 100%;
}

#agenda .event .date .element {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 14px;
    text-align: center;
    color: #072;
    background-color: white;
    line-height: 1;
    vertical-align: middle;
    padding-top: 2px;
}

#agenda .event .date .day {
    font-size: 27px;
}

#likebox-wrapper {
    padding: 0;
}

#likebox {
    border: thin dotted #A2C1CA;
    overflow: auto;
}

.infos p.cat {
    text-transform: uppercase;
    color: #D70048;
    font-size: 0.7em;
}

.infos span.date {
    color: #ABABAB;
}

.infos p.lower-right {
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #f65812;
}

.infos p.lower-right a {
    color: #f65812;
    text-decoration: none;
}

.infos-ministere p.lower-right {
    color: #D70048;
}

.infos-ministere p.lower-right a {
    color: #D70048;
}

.infos p.title {
    color: #713;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infos p {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

.row {
    display: table-row;
    max-width: 100%;
}

.cell {
    display: table-cell;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 3px;
    padding-right: 0;
}

.cell img {
    width: 100%;
    max-height: 155px;
}

.form_table {
    display: table;
}

.form_row {
    display: table-row;
    width: 100%;
}

.form_cell {
    display: table-cell;
    padding: 5px;
    vertical-align: top;
}
.form-icad .row-x{
    padding: 5px;
}
.errors {
    background-color: red;
    color: white;
 }
.flash-notice{
    font-size: 20px;
    text-align: center;
    padding: 0.5em;
}

dialog+div.backdrop {
    background-color: rgba(0,0,0,0.3);
}

dialog::backdrop {
    background-color: rgba(0,0,0,0.5);
}

.search_submit {
    display: inline-block;
    background: #D70048;
    border: none;
    padding: 0;
    cursor: pointer;
}

.ui-datepicker-trigger {
    display: inline-block;
    border: none;
    background-color: transparent;
    vertical-align: middle;
}

.search_input {
    background: #F3B2C8;
    margin: 0;
    border: none;
    color: white;
    padding: 6px;
    position: relative;
    top: 1px;
    left: 5px;
    width: 130px;
}

.search_input::-webkit-input-placeholder {
    color: #FFFFFF;
}
.search_input:-moz-placeholder {
    color: #FFFFFF;
}
.search_input:-moz-placeholder {
    color: #FFFFFF;
}
.search_input:-ms-input-placeholder {
    color: #FFFFFF;
}

@-moz-document url-prefix() {
    .search_input {
        top: 1px !important;
    }
}

.plus {
    float: right;
    padding: 0 5px;
    color: #ffffff;
}

.form_icad, .form_filalapate {
    /*background-color: rgba(3, 115, 206, 0.62);*/
    text-align: center;
    padding: 25px 40px;
}

.form_icad input, .form_filalapate input {
    padding: 5px;
    color: red !important;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.form_column {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.form_button {
    color: #ffffff;
    background-color: #D40550;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
}

.log_in_form {
    background-color: #a0d7e3;
    color: #ff225b;
    padding: 15px;
}

.form-hr {
    border: none;
    border-top: 1px solid rgba(3, 115, 206, 0.62);
}

.form-blue {
    color: rgba(3, 115, 206, 0.62)
}

.particulier_login ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: red !important;
}

.particulier_login :-moz-placeholder {
    /* WebKit, Blink, Edge */
    color: red !important;
}

.particulier_login ::-moz-placeholder {
    /* WebKit, Blink, Edge */
    color: red !important;
}

.particulier_login :-ms-input-placeholder {
    /* WebKit, Blink, Edge */
    color: red !important;
}

.menu_link_connected_petit {
    vertical-align: middle;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-right: 3px;
    margin-bottom: 6px;
    display: inline-block;
}

.menu_link {
    vertical-align: top;
    display: inline-block;
    padding: 4px 2px;
    width: 152px;
    height: 152px;
}

.menu_link_connected {
    vertical-align: middle;
    display: inline-block;
    width: 160px;
    height: 160px;
    margin-right: 3px;
    margin-bottom: 6px;
    display: inline-block;
}

.menu_link_connected h2, .menu_link_connected_petit h2 {
    vertical-align: middle;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    line-height: 18px;
    font-size:13px;
	font-weight: normal;
}

.menu_link_connected_petit h2 {
    font-size:12px;
}

.menu_link_connected .front h2 {
	padding:5px;
}

#liens_connection .front h2 img {
	margin-bottom : 5px;
}

.menu_link_connected .back h2, .menu_link_connected_petit .back h2 {
	font-size:14px;
	padding: 15px 5px;
	display: inline-block;
	vertical-align: middle;
}
	
.menu_link h2 {
    vertical-align: middle;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 28px 10px 46px 10px;
	width: 130px;
    height: 78px;
    line-height: 18px;
}

.menu_link .back  h2 {
	padding: 0;
    width: 152px;
    height: 152px;
    line-height: 152px;
}

.menu_link a, .menu_link span, .menu_link a:hover {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    font-family: Arial;
}

.back .menu_link a, .back .menu_link span, .back .menu_link a:hover {
    line-height: 152px;
}

.menu_link .menu_subtitle {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin:0 10px;
}

.back .menu_subtitle {
	vertical-align: middle;
}

.particulier_error {
    color: red;
    padding: 20px;
    text-align: left;
}

.bouton_conseil {
  width:150px;
  height:130px;
  padding:20px 0 0;
  display:inline-block;
  text-align:center;
  text-transform: uppercase;
}

.bouton_conseil.col-xs-10 {
  margin:20px 0 0;
}

.couleur_chien {
  background-color:#a9ca38;
  color:#ffffff;
  font-size:1.071em;
  line-height:1.214em;
  font-family:Arial;
}

.couleur_chat {
  background-color:#f4991f;
  color:#ffffff;
  font-size:1.071em;
  line-height:1.214em;
  font-family:Arial;
}

.couleur_furet {
  background-color:#74a3ad;
  color:#ffffff;
  font-size:1.071em;
  line-height:1.214em;
  font-family:Arial;
}

.sub-menu {
    font-size: 12px;
}

.col-xs-0-3 {
    width: 3%;
    display: inline-block;
    vertical-align: top;
}
.col-xs-0-5 {
    width: 5%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-1 {
    width: 8%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-1-5 {
    width: 12%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-2 {
    width: 16%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-2-5 {
    width: 17%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-2-7 {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-3 {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-3-3 {
    width: 28%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-3-5 {
    width: 31.5%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-4 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-4-5 {
    width: 38%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-5 {
    width: 43%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-5-5 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-6 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-7 {
    width: 56%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-7-5 {
    width: 64%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-8 {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-9 {
    width: 74.5%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-9-5 {
    width: 77%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-10 {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-10-5 {
    width: 85%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-11 {
    width: 91%;
    display: inline-block;
    vertical-align: top;
}

.col-xs-12 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.row-x {
    display: block;
    width: 100%;
}

#animal-img {
    /*margin-left: 50px;*/
    max-width: 125px;
    max-height: 125px;
}

.espece-img:hover, .connect-button:hover, .login-button:hover, #animal-info-button:hover {
    cursor: pointer;
}

.login-button {
    background-color: #d70048;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px !important;
}

.login-dialog-title {
    color: #d70048;
    font-size: 19px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.login-dialog-title .subtitle {
    font-size: 16px;
}

a.login-dialog-sub-title-button, a.login-dialog-sub-title-button:hover {
    background-color: #d70048;
    color: white;
    display: block;
    width: 272px;
    margin-top: 15px;
    font-size: 16px;
    padding: 5px 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}


.form-login-popup label{
    color: #d70048;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}
.form-login-popup a.forget-password {
    color: #d70048;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-decoration: none;
}
.form-login-popup .right-col input{
    border: 1px solid #7DA8B3;
    width : 100%;
}
.form-login-popup .left-col{
    display: table-cell;
    width: 140px;
}
.form-login-popup .right-col{
    display: table-cell;
    padding: 5px 10px;
    padding-right: 0;
    width: 170px;
}
.login-dialog-sub-title {
    color: #7DA8B3;
    border: 1px solid #7DA8B3;
    display: inline-block;
    text-align: center;
    width: 320px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 0;
}


a.login-dialog-demande-acces, a.login-dialog-demande-acces:hover {
    color: #FFFFFF;
    background-color: #d70048;
    border: 1px solid #d70048;
    display: inline-block;
    text-align: center;
    width: 320px;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 0;
}

.login-dialog-list {
    list-style-type: none;
}

.transparent-dialog p {
    padding: 5px 20px;
}
.transparent-dialog p#affiche-erreur-login {
    padding: 0 20px;
}
.ui-widget-content{
    background-color: rgba(255,255,255,0.7)!important;
}

.ui-dialog .ui-dialog-content, .ui-widget{
    background: transparent;
}

.transparent-dialog {
    padding: 30px;
    /*background-color: rgba(255,255,255,0.8)!important;*/
    /*width: 800px;*/
    /*font-family: Calibri;*/
}

.transparent-dialog-panier {
    background-color: rgba(255,255,255,0.9) !important;
    border: none;
}

.title-compte {
    text-align: center;
    text-decoration: underline;
}

.red-button:hover {
    cursor: pointer;
}

.red-button {
    background-color: #cc5278;
    border: 1px solid #000000;
    color: #ffffff;
    border-radius: 0;
    padding: 5px 20px;
    text-align: center;
}

.event-dialog th {
    background-color: darkred;
    color: #ffffff;
}

.red-crossed div {
    color: #007024;
}

.red-crossed {
    color: #007024 !important;
    text-decoration: line-through;
}

#down_right_block .coords {
    color: #007024;
    font-size: 14px;
}

.insert-counter-bar {
    border-bottom: 2px solid blue;
    border-top: 2px solid blue;
    padding: 5px;
    margin: 0;
}

.animalButton4{
    color: white;
    border: none;
    background: none;
    background-color: #007024;
    padding: 5px 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}
.animalButton4 img{
    position: relative;
    top: 2px;
    left: -5px;
}
.animalButton4:hover{
    cursor: pointer;
}
.animalButton img, .animalButton3 img {
    display: inline;
    margin: 5px 50px;
}

.animalButton2 img {
    display: inline;
    margin: 5px 10px;
    max-width: 45px;
    /*width: calc( 100% - 20px);*/
}

.animalButton span, .animalButton2 span, .animalButton3 span {
    display: inline-block;
}

.animalButton:hover, .animalButton2:hover {
    cursor: pointer;
    color: #5f5757;
}

.animalButton {
    width: 144px;
    color: #218bd2;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.animalButton2 {
    width: 110px;
    color: #aac821;
}

.animalButton, .animalButton2, .animalButton3 {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.animalButton3 {
    width: 175px;
    background-color: #0c394e;
    color: white;
    padding: 15px 5px;
}

.animalButton3:hover {
    cursor: pointer;
    background-color: #5f5757;
}

.event-list-table {
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color: #7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;
}

#accept-cookie {
    cursor: pointer;
}

#cookiesdirective, #cookiesdisabled {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    opacity: 0.8;
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: center;
    z-index: 1000;
    background: rgb(53, 86, 137);

    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: white;
    padding: 10px;
    display: none;
}

.contact-form-table td {
    border: 1px solid #cccccc;
    /*background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;*/
    background-color: #f6f6f6;
    font-weight: bold;
    color: #775e86;
}

.contact-form-table .td-left {
    padding: 3px;
}

.contact-form-table .td-right input {
    width: calc(100% - 5px);
}

.contact-form-table .td-right2 input {
    display: block;
}

.contact-form-table .td-right3 label {
    margin-right: 20px;
    margin-left: 5px;
}

.contact-form-table .td-right textarea {
    width: calc(100% - 7px);
    height: 100px;
}

.contact-form-table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
    padding-left: 60px;
    width: calc(100% - 60px);
    padding-top: 20px;
    padding-bottom: 20px;
}

.ui-state-highlight {
    border: 1px solid #fed22f;
    /*background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;*/
    background-color: #ffe45c;
    color: #363636;
}

.hidden-on-start {
    display: none;
}

.dowload-button{
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/download.png");
}
.conn_close{
    float: right;
    color: white !important;
    background-color: #d70048;
    font-size: 21px;
    padding: 0 6px;
    margin-top:3px;
}
.login-body{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    font-size: 14px;
    font-weight: bold;
}
.login-body img {
    vertical-align: middle;
}

.black-20{
    color: #000000;
    font-size: 20px;
}
.black-16{
     color: #000000;
     font-size: 16px;
 }
.black-14 {
    color: #000000;
    font-size: 14px;
}
.black-13{
    color: #000000;
    font-size: 13px;
}
.black-12{
    color: #000000;
    font-size: 12px;
}
.black-11{
    color: #000000;
    font-size: 11px;
}
.black-10{
    color: #000000;
    font-size: 10px;
}

.red-18{
    color: #D70048;
    font-size: 18px;
}
.red-16{
    color: #D70048;
    font-size: 16px;
}
a.red-16 {
    font-weight: bold;
    text-decoration: none;
}
.red-14{
    color: #D70048;
    font-size: 14px;
}
.red-12{
    color: #D70048;
    font-size: 12px;
}
.red-13{
    color: #D70048;
    font-size: 13px;
}
.red-10{
    color: #D70048;
    font-size: 10px;
}

.skyblue-16 {
    color: #288bcb;
    font-size: 16px;
}

.white-12 {
    color: #FFFFFF;
    font-size: 12px !important;
}

.up-case {
    text-transform: uppercase;
}
.blue1, a.blue1:hover{
    color: rgb(132,173,184);
}
.blue2, a.blue2:hover{
    color: rgb(34,140,210);
}
.blue3, a.blue3:hover{
    color: rgb(82,128,145);
}
.blue4, a.blue4:hover{
    color: rgb(47,87,175);
}
.blue5, a.blue5:hover{
    color: rgb(223,233,236);
}
.blue6, a.blue6:hover{
    color: rgb(203,220,225);
}
.font-14 {
    font-size: 14px;
}

.bloc-shadow-right-bottom-8{
    -moz-box-shadow: 8px 8px 5px 0px #c0c0c0;
    -webkit-box-shadow: 8px 8px 5px 0px #c0c0c0;
    -o-box-shadow: 8px 8px 5px 0px #c0c0c0;
    box-shadow: 8px 8px 5px 0px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=5);
}

#animal_informations{
    background-color: white;
    display: inline-block;
    width:100%;
}

#animal_informations .title2{
    font-size: 20px;
    border: 1px solid rgb(132,173,184);
    padding-left: 20px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #D70048;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -15px;
    background-color: white;
    line-height: 30px;
}

#animal_informations .titleH2 {
	font-size: 20px;
    text-transform: uppercase;
    color: #D70048;
    font-weight: bold;
    line-height: 30px;
}

#animal_informations .title2 .ico{
    line-height: 30px;
    margin-left: 20px;
    background-color: rgb(132,173,184);
    color: #fff;
    display: inline-block;
    text-align: center;
}

#animal_informations .title_acteur_filliere{
    font-size: 20px;
    border: 1px solid #aaca21;
    padding-left: 20px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #D70048;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -15px;
    background-color: white;
    line-height: 30px;
}

#animal_informations .title_acteur_filliere .ico{
    line-height: 30px;
    margin-left: 20px;
    background-color: #aaca21;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#animal_informations .title-red{
    font-size: 20px;
    border: 1px solid #D70048;
    padding-left: 20px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #D70048;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -15px;
    background-color: white;
    line-height: 30px;
}

#animal_informations .title-red .ico{
    line-height: 30px;
    margin-left: 20px;
    background-color: #D70048;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#animal_informations .title .ico img {
    width: 25px;
    height: auto;
    vertical-align: middle;
}

#animal_informations .title .text {
    font-size: 20px;
    vertical-align: text-top;
}

#animal_informations .title_commander_droits {
    font-size: 16px;
    padding-left: 20px;
    margin-top: 0;
    text-transform: uppercase;
    color: #D70048;
    display: inline-block;
    font-weight: bold;
    position: relative;
    line-height: 20px;
}

#animal_informations .title-orange {
    font-size: 20px;
    border: 1px solid #f49712;
    padding-left: 20px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #D70048;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -15px;
    background-color: white;
    line-height: 30px;
}

#animal_informations .title-orange .ico{
    line-height: 30px;
    margin-left: 20px;
    background-color: #f49712;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#animal_informations .ico img {
    width: auto;
    vertical-align: middle;
    text-align: center;
    margin:5px;
}
#animal_informations .info-block{
    padding: 40px;
    padding-top: 0;
    display: inline-block;
    width: calc(100% - 80px);
}

#animal_informations .info-block .row-x {
    margin-top: 10px;
}

#animal_informations .info-block .edit-button, #upper_block .edit-button{
    width: 142px;
}
#animal_informations .info-block .edit-button, .global-button, .global-button-10, .search-button, #upper_block .edit-button {
    text-transform: uppercase;
    color: white;
    background-color: rgb(132,173,184);
    line-height: 27px;
    /*padding: 5px 0;*/
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin-top: 15px;
}

#animal_informations .title-subdelegue-actions {
    background-color: #84ADB8;
    font-size: 13px;
    color: #FFFFFF;
    padding: 5px;
    text-transform: uppercase;
}

.global-button-submit-color {
    background-color: #4f7f92;
}

.global-button-submit-green {
    background-color: #46af35;
}

.global-button-red {
    background-color: #D70A49 !important;
}

.global-button-orange {
    background-color: #F3912F !important;
}

.global-button-green {
    background-color: #12AC51 !important;
}

.global-button-cancel-green {
    background-color: #aaca21;
}

.global-button-color-skyblue {
    background-color: #45b4e8;
}

.global-button-color-blue {
    background-color: #288bcb;
}

.global-button:hover, .global-button-10, .search-button {
    cursor: pointer;
}
.global-button:disabled {
    cursor: default;
}
.global-button{
    font-size: 20px;
    margin-left: 10px;
}
.global-button-10{
    font-size: 10px;
    margin-top: 0;
    line-height: 24px;
}
.global-button, .global-button-10, .search-button {
    padding: 0 5px;
    border: none;
}
.global-button-nopadding {
    padding: 0 !important;
}

#animal_informations select{
    max-width: 100%;
}

.edit-button2{
    text-transform: none;
    text-decoration: underline;
}
.file-ariane{
    margin: 15px 0;
    font-size: 14px;
    padding-right:60px;
}
.file-ariane, .file-ariane a, .file-ariane a:hover {
    color : #f4b9cc;
}
.file-ariane span{
    color: #d70048;
}

.veterinaire-bloc-images, .visite-bloc-images {
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
}

.veterinaire-punaise {
    position: relative;
    top:-30px;
    text-align: center;
}

.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-10 {
    padding: 10px;
}

.center {
	text-align:center;
}

.new-search-button{
    margin-right: 17px;
    float: right;
    color: white;
    background: none;
    border: none;
    background-color: #d70048;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    padding: 0 20px;
}

.new-search-button:hover{
    cursor: pointer;
}
#info-dialog .cell.label{
    width: 50%;
}
#info-dialog .cell.label, #info-dialog .title{
    color: #d70048;
}

#info-dialog .cell{
    font-size: 16px;
    font-weight: bold;
}

.adresse9-title{
    color: #d70048;
    font-size: 16px;
    text-transform: uppercase;
}
.adresse9{
    margin-left: 80px;
}
.adresse9 .coords{
    color: #d70048;
    font-size: 16px;
    font-weight: bold;
}
.adresse9-date{
    display: inline-block;
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 10px;
}
.dialog-address-tmp{
    padding: 20px!important;
}
.info-msg-animal{
    background-color: white;
    /*vertical-align: top;*/
    width: 170px;
    padding: 10px;
    height: 220px;
    display: inline-block;
    font-size: 12px;
    /*max-height: 220px;*/
}
.info-msg-animal-title{
    border: 1px solid #228CD2;
    background-color: white;
    display: inline-block;
    line-height: 25px;
    position: relative;
    top:-24px;
}
.info-msg-animal-name{
    padding: 5px;
    text-transform: uppercase;
    font-size: 16px;
    color: #228CD2;
    vertical-align: middle;
}
.info-ico-contain{
    background-color: #228CD2;
    line-height: 25px;
    height: 28px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.info-ico-contain img {
    position: relative;
    top: 4px;
}

.msg-date{
    color : #228CD2
}

.message-scrollable{
    overflow: auto;
    max-height: -webkit-calc(100% - 30px);
    max-height: -moz-calc(100% - 30px);
    /*max-height: -o-calc(100% - 30px);*/
    /*max-height: -ms-calc(100% - 30px);*/
    max-height: calc(100% - 30px);
}

#block_container_page {
    background-color: #ECEDED;
    padding: 40px;
    margin-top: 23px;
}

#block_container_page .sous_titre {
    color: #D70048;
    font-size: 16px;
    margin-bottom: 10px;
}

#block_container_page .sous_titre_majuscule {
    color: #D70048;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#block_container_page ul {
    color: #D70048;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: justify;
}

.captcha img {
    vertical-align: bottom;
    margin-right: 10px;
}

#upper_block_article {
    background-color: #ECEDED;
    padding: 40px;
    margin-top: 23px;
}

#block_article {
    background-color: #FFFFFF;
    display: inline-block;
}

#block_article .title_article {
    font-size: 16px;
    border: 1px solid #84ADB8;
    padding-left: 20px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #D70048;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -15px;
    background-color: #FFFFFF;
    line-height: 30px;
}

#block_article .title_article h3 {
    margin: 0;
}

#block_article .title_article .ico{
    line-height: 30px;
    margin-left: 20px;
    background-color: #84ADB8;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#block_article .title_article .ico img {
    width: auto;
    vertical-align: middle;
    text-align: center;
    margin:5px;
}

#block_x .info-block{
    padding: 40px;
    padding-top: 0;
    display: inline-block;
    width: calc(100% - 80px);
}

#block_article .info-block .row-x{
    margin-top: 10px;
}

#block_article article header {
    padding: 0;
    width: 100%;
}


/*
#actus2 .head a.plus,#actus3 .head a.plus, #agenda .head a.plus {
    background-color: white;
    font-size: 24px;
    position: relative;
    top: -5px;
    line-height: 28px;
    padding: 0 5px;
}
#agenda .head a.plus{
    color: #072;
    border: 1px solid #072;
}
#actus3 .head a.plus{
    color: #F49712;
    border: 1px solid #F49712;
}
#actus2 .head a.plus{
    color: #D70048;
    border: 1px solid #D70048;
    line-height: 30px;
    top: -6px;
    left: 1px;
}
*/

/* Liste des actualités + résultat d'une recherche */
#upper_block_liste_actualites {
    background-color: #FFFFFF;
    border: 1px solid #D70048;
    margin-top: 30px;
}

#block_liste_actualites {
    background-color: #FFFFFF;
    display: inline-block;
}

#block_liste_actualites .title_page {
    font-size: 16px;
    border: 1px solid #D70048;
    padding-left: 20px;
    margin-left: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: -15px;
    background-color: #D70048;
    line-height: 30px;
}

#block_liste_actualites .title_page h3 {
    margin: 0;
}

#block_liste_actualites .title_page .plus {
    margin-left: 20px;
    background-color: #FFFFFF;
    color: #D70048;
    padding: 0 10px;
}

#block_liste_actualites .actualite_resume {
    padding: 40px;
    padding-top: 0;
    display: inline-block;
    width: calc(100% - 80px);
}

#block_liste_actualites .actualite_resume .row-x {
    margin-top: 10px;
}

#block_liste_actualites .actualite_resume h4 {
    color: #D70048;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

#block_liste_actualites .actualite_resume div.resume {
    color: #000000;
    font-size: 14px;
    text-align: justify;
}

#block_liste_actualites .actualite_resume a.en_savoir_plus {
    color: #D70048;
    font-size: 30px;
}

#block_liste_actualites .actualite_resume .actu_separateur {
    border-bottom: 1px dotted #D70048;
    padding: 10px 0;
}
/* Fin liste des actualités + résultat d'une recherche */

#summary_block article header {
	padding:5px;
}

#summary_block article h1 {
    color: #D70048;
    margin:0;
    font-size: 1.429em;
    text-transform: uppercase;
    border-bottom: 2px dotted #D70048;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* Page actualité */
#upper_left_block {
    background-color: #FFFFFF;
    border: 1px solid #D70048;
    margin-top:21px;
    padding-bottom:30px;
}

#upper_left_block article {
	margin: 0 40px;
}

#upper_left_block td {
	vertical-align:top;
}

#upper_left_block article header {
    position: relative;
    top: -16px;
    left: 20px;
    padding:0;
    margin:0;
    width:auto;
}

#upper_left_block article header h1 {
    background-color: #D70048;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    margin:0;
	float:left;
    padding: 5px 10px;
    max-width:800px;
    line-height:26px;
}

#upper_left_block article h2 {
	/*text-transform: uppercase;*/
	color: #D70048;
}

#title_header {
    width: auto;
    padding: 0;
    display:inline-block;
    margin-bottom:5px;
}

.red_border {
	 border: 1px solid #D70048;
}

#title-icon {
    color: #D70048;
    background-color: white;
    width:32px;
    height:32px;
    display:inline;
    margin:0;
}

.article_date {
    font-size: 16px;
    color: #b3b3b3;
}

#upper_full_block article .info-block img {
    width: 100%;
}

#upper_full_block .btn-prev-next {
    background-color: #d70048;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

#upper_full_block .btn-inscription {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #d70048;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    line-height: 20px;
}

#upper_full_block .btn-inscription img {
    padding: 10px 0;
}

#upper_full_block #actualite_liste_actus {
    background-color: white;
    border: 1px solid #D70048;
    height: 100%;
}

#upper_full_block #survey_right {
    background-color: white;
    border: 1px solid #D70048;
    height: 100%;
}

#upper_full_block #survey_right .head {
    background-color: #D70048;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    top: -12px;
    left: 15px;
    padding: 5px 0 5px 0;
    width: 70%;
    text-transform: uppercase;
}

#upper_full_block #survey_right .head .title_block {
    padding-right: 10px;
    line-height:normal;
}

#upper_full_block #survey_right .head .icon {
    color: #D70048;
    border: 1px solid #D70048;
    background-color: white;
    font-size: 24px;
    position: relative;
    top: 1px;
    line-height: 22px;
    padding: 0 5px;
}

#upper_full_block #survey_right .event, #upper_full_block #survey_right .btn-plus-actualites {
    margin: 0;
    padding-left: 10px;
    padding-top: 4px;
    position: relative;
    top: -2px;
    text-align: left;
    width: 90%;
}

#upper_full_block #survey_right .btn-plus-actualites {
    margin-bottom: 20px;
}

#upper_full_block #survey_right .event .title{
    display: block;
    color: #D70048;
    font-size: 13px;
}

#upper_full_block #survey_right .event .date {
    display: block;
    color: #b3b3b3;
    font-size: 11px;
}

#upper_full_block #survey_right .event .plus-actu {
    font-size: 18px;
    color: #D70048;
    float: right;
    margin-right: 12px;
}

#upper_full_block #survey_right .event .separator {
    border-top: 2px dotted #D70048;
    position: relative;
    top: -3px;
}

#upper_full_block #survey_right .btn-plus-actualites a {
    background-color: #d70048;
    color: #ffffff;
    border: none;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}
/* Fin page actualité */

#upper_full_block #actualite_liste_actus .head {
    background-color: #D70048;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    top: -12px;
    left: 15px;
    padding: 5px 0 5px 0;
    width: 60%;
    text-transform: uppercase;
}

#upper_full_block #actualite_liste_actus .head .title_block {
    padding-right: 10px;
    line-height:normal;
}

#upper_full_block #actualite_liste_actus .head .icon {
    color: #D70048;
    border: 1px solid #D70048;
    background-color: white;
    font-size: 24px;
    position: relative;
    top: 1px;
    line-height: 22px;
    padding: 0 5px;
}

#upper_full_block #actualite_liste_actus .event, #upper_full_block #actualite_liste_actus .btn-plus-actualites {
    margin: 0;
    padding-left: 10px;
    padding-top: 4px;
    position: relative;
    top: -2px;
    text-align: left;
    width: 90%;
}

#upper_full_block #actualite_liste_actus .btn-plus-actualites {
    margin-bottom: 20px;
}

#upper_full_block #actualite_liste_actus .event .title{
    display: block;
    color: #D70048;
    font-size: 13px;
}

#upper_full_block #actualite_liste_actus .event .date {
    display: block;
    color: #b3b3b3;
    font-size: 11px;
}

#upper_full_block #actualite_liste_actus .event .plus-actu {
    font-size: 18px;
    color: #D70048;
    float: right;
    margin-right: 12px;
}

#upper_full_block #actualite_liste_actus .event .separator {
    border-top: 2px dotted #D70048;
    position: relative;
    top: -3px;
}

#upper_full_block #actualite_liste_actus .btn-plus-actualites a {
    background-color: #d70048;
    color: #ffffff;
    border: none;
    padding: 5px 12px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}
/* Fin page actualité */

#feed h4 {
    color: #D70048;
    font-size: 16px;
}

.square-button {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #84ADB8;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    line-height: 15px;
}

/* MAJ CSS JQUERY UI*/
.ui-tooltip {
    background-color: #f4b9cc !important;
    color: #D70048;
    border: none;
    border-radius: 0;
    padding: 3px;
    opacity: 1;
}
.ui-tooltip-content {
    position: relative;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}
.ui-state-success,
.ui-widget-content .ui-state-success,
.ui-widget-header .ui-state-success {
    border: 1px solid #d6e9c6;
    background: #dff0d8;
    color: #3c763d;
}
.ui-state-success a,
.ui-widget-content .ui-state-success a,
.ui-widget-header .ui-state-success a {
    color: #2b542c;
}
.ui-state-error-text,
.ui-state-success .ui-state-success,
.ui-widget-header .ui-state-success {
    color: #3c763d;
}
.ui-dialog-titlebar {
	background-color:#D70048;
}
.ui-dialog-title {
	visibility:hidden;
}
.ui-button-text-only > .ui-button-text {
	background-color: #d70048;
    color: #ffffff;
    border: none;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 16px !important;
}

.tabs-nav {
    background-color: rgba(255,255,255,0.7)!important;
    border: none;
    list-style: none;
	margin: 0;
	padding: 0;
    border-bottom: 2px solid #d70048;
}

.tabs-nav:before, .tabs-nav:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.tabs-nav:after {
	clear: both;
}

.tabs-nav .tabs {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-top-right-radius: 3px;
	border-bottom-width: 0;
}

.tabs-nav .tabs-active {
	background-color: #d70048;
	border: 1px #d70048 solid;
}

.tabs-nav .tabs .tabs-anchor {
	padding: .5em 1em;
	float:left;
	position: relative;
}

.tabs-nav .tabs-active .tabs-anchor {
	color:#fff;
}

/************* Pagination **************/
.paginator {
	list-style-type:none;
	margin:0;
	padding:0;
}
.paginator li {
	display:inline-block;
}
.paginator li a {
	display:block;
	/*font-weight:bold;*/
	background-color:#D70048;
	color:white;
	text-decoration:none;
	text-align:center;
	padding:3px 6px;
}
.paginator li a:hover {
	background-color:#713;
}
.paginator li.active a {
	background-color:#713;
}

/************** Lien europetnet ****************/
#epn-badge img {
	190px;
}

#epn-badge .content {
    position: relative;
    margin: 0 auto;
    width: 205px;
}

#epn-badge .content a {
    display: block;
}

#epn-badge .content span {
    color: #ffffff;
    display: block;
    font-family: Verdana;
    font-size: 10px;
    left: 130px;
    line-height: 13px;
    position: absolute;
    top: 9px;
}

#epn-badge.assoc .content {
    width: 205px;
}

#epn-badge.assoc .content span {
    display: none;
}

div.jtable-column-header-container {
	height: auto !important;
}

#btn_retour {
    right:0;
    top:0;
    position:absolute;
}
#btn_retour a {
  background: url(../images/fleche-carrousel-gauche-20.png) no-repeat left top;
  padding : 0 0 5px 25px;
  height: 20px;
  line-height: 20px;
  color:#D70048;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.clear_after:after {
	clear: both;
}


.fourth_step_cree_ident .jtable-title {
	display:none;
}

.ui-datepicker {
	z-index:1000;
}

/*#agenda .head a.plus{
    color: #D70048;
    border: 1px solid #D70048;
}

#agenda .head {
    background-color: #D70048;
}

#actus2, #agenda {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width:100%;
}*/

#agenda .plus-2{
    /*color: #072;*/
    color: #D70048;
}

#agenda .title {
    padding-top: 6px;
    color: #D70048;
    width: 230px;
}

#agenda .event .date .element {
    color: #D70048;
}



#agenda{
	width:100%;
    border: 1px solid #D70048;
    /*padding-top:25px;*/
}

#agenda .event .date .element {
    background-color: #D70048;
    color:white;
}

.agenda_preview {
	color:gray;
	font-size:11px;
}

.agenda_preview p {
	margin:0;
}

.listRowFixed {
	display: inline-block;
	overflow:hidden;
}