body {
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    padding:0px;
    margin:0px;
    padding-top:58px;
}
.tdSiteTitle a,
h1 {
    font-family: 'Merriweather', serif;
}
h1 {
   font-size: 2.467em;
   font-weight: 600;
   color:#17a2b8;
   text-align: center;
}
h3 {
    margin:0px 0px 15px 0px;
}
.floatR {
    float: right;
}
.table {
	display: table;
	margin:0px;
}
.w100 {
    width:100%;
}
.tRow {
	display: table-row;
}
.td {
	display: table-cell;
	vertical-align: middle;
}
.center {
	text-align: center;
}
.flex {
    display: flex;
    position: relative;
}
.flexCenter {
   align-items: center; 
}
.fw4 .item {
    width:25%;
}
.flexWrap {
    flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.msg {
	padding:15px 19px;
	border:1px solid #9ACDDC;
	box-shadow:2px 2px 4px rgba(0,0,0,0.25);
    background: #FFF;
    margin:25px auto 14px;
    max-width: 900px;
    text-align: left;
    position: relative;
    background-color: #D9F4F7;
    color:#1D5561;
    border-radius:4px;
	transition: 0.2s;
	font-size:13px;
}
.boxBlc .msg,
.card .msg {
    margin:11px auto;
}
.msgAlert {
	text-align: center;
        max-width: 700px;
}
.msgSuccess {
	border-color:#97DF95;
        background-color:#E1FFE1;
        color:#1C6648;
}
.msgWarning {
	border-color:#FFB17D;
        background-color:#FFE8D9;
        color:#CF5836;
}
.msgError {
	border-color:#F57670;
        background-color:#FFE1E1;
        color:#BA3425;
}
.msg.wAnim {
	animation-name: hideMsg;
	animation-duration: 1s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
	transition-timing-function:ease-in;
	position:fixed;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:200px;
	z-index: 300;
}
@keyframes hideMsg {
  	0%   { opacity: 1; }
	100% {opacity: 0;}
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.83em;
  z-index:1;
}

.public footer {
  position: relative;
}
@media all and (min-height:600px) {
    .public footer {
        position: fixed;
    }
}

footer span,
footer a {
display: inline-block;
color:#333;
padding:20px 25px;
}
.navi {
    position:fixed;
    width:100%;
    top:0px;
    left:0px;
    z-index: 200;
}
.tabNav {
    /*height:58px;*/
    height:70px;
    background:#313744;
    color:#FFF;
}
.navbar-nav{
   margin-left:15px;
   position: relative;
   display: block;
}
.navbar-nav::before {
    display: block;
    content:"";
    height:8px;
    width:1px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    top:8px;
    margin-left:-10px;
}
.tdSiteTitle {
    /*width: 190px;*/
    width: 330px;
	padding-left:10px;
	padding-right:10px;
}
.tdSiteTitle img  {
    max-width: 63%;
    max-height: 63%;
	width:auto;
	height: auto;
    background-color: white;
}
.tdSiteTitle1 {
	padding-left:15px;
	 width: 170px;
}
.tdSiteTitle1 a {
	color:#FFF;
	font-size: 1.25em;
	display: block;
	padding:4px 5px 4px 40px;
	white-space: nowrap;
        background: url('../images/common/logo_mini.png') no-repeat left center;
        background-size:auto 35px;
}
.tdNavD {
    text-align: right;
}
.tdNav li,
.tdNav a {
     display: inline-block;
    color:#FFF;
     font-weight: 500;
     padding:0px 10px;
}
.voteExprim {
    font-style: italic;
    margin-right:35px;
}
.icLogout:hover {
    background-size: 30px auto;
}
.icLogout.ictxt:after {
	top:-12px;
	left:-43px;
        font-size:10px;
}
.main {
    position:relative;
    z-index:50;
}
.modal-backdrop {
    z-index:40;
}
.modal-backdrop.show {
    display:none !important;
}
.modal.fade {
    background-color: rgba(240,240,240,0.9);
}
.rouge {
    color:#FD3F45;
}
.sMarg {
    margin:0px !important;
}
.sMargT {
    margin-top:0px !important;
}
.sMargB {
    margin-bottom:0px !important;
}
.sMargTB {
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.sMargR {
    margin-right:0px !important;
}
.sMargL {
    margin-left:0px !important;
}
.sMargLR {
    margin-right:0px !important;
    margin-left:0px !important;
}
.mdpOubli {
	display: block;
	color:#666;
	font-weight: 400;
	text-decoration: underline;
	margin-top:-15px;
	margin-bottom: 25px;
}
#formContent .clictexte {
	display: block;
	font-size: 18px;
}
.fos_user_resetting_request {
	padding-top:35px;
	padding-bottom: 35px;
}
.fos_user_resetting_reset {
    padding:25px 0px;
}