html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
}

body {
  background-color: #EFEFF0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #4D5256;
  font-size: 14px;
}

html, body {
  height: 100%;
  min-height: 100%;
}

table {
  border-collapse: collapse;
}

a {
  color: #3190D3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #888F96;
}

ul.list li {
  margin-left: 15px;
}

ul.rst {
  margin: 0;
  padding: 0;
}

ul.rst li{
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Classes Globales */

span.required {
  color: #C00;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */

.clearfix {
  zoom: 1;
}
/* Classes systèmes */

.msg-system {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  display: none;
  margin: 10px 0;
}

.msg-system.active {
  display: block;
}

.msg-system.msg-success {
  border: 1px solid #f4db54;
  background: #fde357;
  background-image: -webkit-linear-gradient(top, #fde357, #fef2b5);
  background-image: -moz-linear-gradient(top, #fde357, #fef2b5);
  background-image: -o-linear-gradient(top, #fde357, #fef2b5);
  background-image: linear-gradient(to bottom, #fde357, #fef2b5);
  -webkit-box-shadow: inset 0 0 0 1px #fafafa;
  box-shadow: inset 0 0 0 1px #fafafa;
  display: block;
}

.msg-system.msg-error {
  display: block;
  color: #D8000C;
  border: 1px solid #D8000C;
  background-color: #FFBABA;
}

.system-msg-info {
  background-color: #EFEFEF;
  border-bottom: 1px solid #009ECA;
  border-top: 1px solid #009ECA;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 10px 5px;
}

.clear {
  clear: both;
}

.screen {
/*	width:1100px;      */
  max-width: 1100px;
  margin: auto;
  position: relative;
/*min-width: 300px; */
  padding: 0 10px 0 10px;
/* min-width: 560px; */
}

input.error{
  background-color: #F7DADA;
  border: 1px solid #f20 !important;
}

select.error{
  background-color: #F7DADA;
  border: 1px solid #f20 !important;
}

textarea.error{
  background-color: #F7DADA;
  border: 1px solid #f20 !important;
}

.text-upper {
  text-transform: uppercase;
}

.content {
/*padding: 10px;      */
/*  background-color: #fff;
  height: 100%;
  min-height: 100%;
  border-radius: 5px;*/
  word-wrap: break-word;
}

.float_left {
  float: left;
}

.separator{
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  border-width: 1px 0 0;
  color: #FFFFFF;
  height: 1px;
}

.input-text {
  border: 1px solid #6795BE;
  box-shadow: 0 2px 4px #CCCCCC;
  font-size: 11px;
  height: 14px;
  line-height: 12px;
  padding: 5px;
  width: 180px;
}

.hidden {
  display: none;
}

.btn {
  cursor: pointer;
}

.fb_button_text a{
  color: #fff;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}
/* Style pour les inputs */

.border {
  border: 1px solid #C1C1C1;
  border-radius: 4px 4px 4px 4px;
}

.fading {
  background: url('../images/bg_input.png') repeat-x top left;
}
/* logo */

#logo {
  width: 20%;
/* border:1px solid red;            */
/*height:45px;
    line-height:45px;*/
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 45px;
  line-height: 40px;
}

#logo a {
  display: block;
  padding: 0 !important;
}

#logo img {
  width: 100%;
  min-width: 120px;
  max-width: 185px;
  vertical-align: middle;
  margin: auto;
}

#logo span.baseline {
  color: #fff;
  float: left;
  font-size: 12px;
  font-style: italic;
  padding-left: 10px;
  padding-top: 18px;
  display: none;
}
/* buttons */

.button {
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
/*    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);         */
  position: relative;
  padding: 8px 24px;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  text-decoration: none;
}

.button.grey {
  background-color: #E7E7E7;
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F8F8F8 4%, #F8F8F8 4%, #E7E7E7 100%);
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F8F8F8 4%, #F8F8F8 4%, #E7E7E7 100%);
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F8F8F8 4%, #F8F8F8 4%, #E7E7E7 100%);
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #F8F8F8 4%, #F8F8F8 4%, #E7E7E7 100%);
  background-image: linear-gradient(top, #FFFFFF 0%, #F8F8F8 4%, #F8F8F8 4%, #E7E7E7 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F8F8F8, endColorstr=#E7E7E7)";
  border: 1px solid #C7C7C7;
  color: #666666 !important;
  text-shadow: 0 1px 0 #FFFFFF;
}

.button.blue {
  color: #fff !important;
  border: 1px solid #165a73;
  background: -moz-linear-gradient(center top, #47B9FF, #36AFDD 4%, #267C9C) repeat scroll 0 0 #2174A6;
}

.button.green {
  background-color: #95C60C;
/*
    background-image: -moz-linear-gradient(center top , #A9DB15, #79A901);
    border: 1px solid #79A901;
     text-shadow: 0 -1px 0 #79A901;
    */
  border: none;
  color: #FFFFFF;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}

.button.red {
  color: #fff !important;
  border: 1px solid #d02718;
  background: -moz-linear-gradient(center top, #47B9FF, #36AFDD 4%, #267C9C) repeat scroll 0 0 #2174A6;
  -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
  box-shadow: inset 0px 1px 0px 0px #f5978e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  background: -moz-linear-gradient(center top, #f24537 5%, #c62d1f 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
  background-color: #f24537;
  text-shadow: 1px 1px 0px #810e05;
}

.button:hover {
  text-decoration: none;
}

.button.red:hover {
/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
	*/}

.buttons_bar {
  padding: 10px 0;
}
/* head blue */

.titlebar {
/*	background: url("../images/bg2.jpg") repeat-x scroll center top #FFFFFF;  */
/*  border-bottom: 1px solid #FFFFFF;               */
  position: relative;
}
/*.titlebar div {
    position:relative;
}*/

.titlebar h1 {
/* color: #F6FAFE;        */
  color: #444;
  font-size: 1.6em;
  font-weight: bold;
  margin: 10px 0 0 0;
  position: relative;
/*border-bottom: 1px solid #aaa;   */
/*text-shadow: 0 1px 2px #3054AE;   */
}

.titlebar .subtitle {
  border-left: 1px solid rgba(255, 255, 255, 0.33);
  color: #A7D0F6;
  font-size: 14px;
  margin: 24px 0;
  padding: 10px 25px 10px 9px;
  position: relative;
  z-index: 1;
}
/**/

.input_standard {
  width: calc(100% - 15px);
  max-width: 400px;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid #C6C9CD;
  border-radius: 3px 3px 3px 3px;
  color: #5C5E61;
  font-family: Arial, sans-serif;
  font-size: 14px;
  outline: medium none;
  padding: 6px;
}

.vtop {
  vertical-align: top;
}
/* User BO Interface */

.typui h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

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

.typui table.section {
  margin-bottom: 15px;
}

.typui .label {
  background: none repeat scroll 0 0 #FAFAFA;
  border-bottom: 1px solid #E0E0E0;
  font-size: 13px;
  font-weight: bold;
  padding-right: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
/* width: 160px;  */
  width: 30%;
  max-width: 160px;
}

.typui .field {
/*  border-bottom: 1px solid #E0E0E0;    */
/* width: 215px;   */
  width: 70%;
  max-width: 215px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-top: 4px;
}

.typui .filters {
  padding: 22px 0;
}

.typui select {
  width: 100%;
  max-width: 25%;
  min-width: 150px;
}

.typui .button.green {
  margin-top: 15px;
}

#form_delete_account .button.grey {
  margin-bottom: 15px;
}
/**/

.grid-48 {
  width: 47%;
}

.column-left {
  display: inline-block;
  margin-right: 20px;
}

.column-right {
  display: inline-block;
}
/* Structures */

.grid1-column-central {
/*	width: 838px; */
  width: 100%;
  float: left;
}

.grid1-column-sidebar {
  width: 200px;
  float: left;
}

.grid2-column-central {
  float: left;
/* width: 738px;      */
  width: 100%;
}

.grid2-column-sidebar {
  float: right;
  width: 300px;
}
/* Contenu */
/*.cms div {
  background-color: #fff;
  height: 100%;
  min-height: 100%;
}*/

#cms {
  background-color: #fff;
  height: 100%;
  min-height: 100%;
  border-radius: 5px;
  padding: 15px;
  margin: 15px 0 15px 0;
  font-size: 15px;
  line-height: 25px;
}

.cms p {
  margin: 10px 0;
}

.cms ul li {
  margin-left: 15px;
}

.cms h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 20px 0;
}

.cms h3 {
  font-size: 18px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #E0EEF5;
  font-weight: normal;
}
/* se */
/*#mse_wrap.open {
    padding:7px 0;
	background: #ededed;
	//background: #2f6fad url(../images/bg2.jpg) repeat-x center top;
  border-bottom:1px solid #dedede;
  max-height: 100%;
  height: auto;
}*/

#mse_wrap {
/* height:0;         */
  padding: 7px 0 0 0;
  background: #ededed;
  transition: 0.5s;
  border-bottom: 1px solid #dedede;
}

#mse {
  position: relative;
  margin: 0 auto;
  color: #666;
}

#mse_form {
  padding: 0px;
  margin-top: 10px;
}

#mse input[type=text] {
  color: #b3b3b3;
  font-style: italic;
  border: 0;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  outline: medium none;
}

#mse input[type=text]:focus {
  color: #101010;
  font-style: normal;
}

#mse_wrapper_q, #mse_wrapper_locate, #mse_wrapper_category, #mse_wrapper_region {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cecece;
  border-radius: 5px;
  background-color: #fff;
}

#mse_wrapper_q, #mse_wrapper_locate {
  background-clip: padding-box;
  color: #5C5E61;
  font-family: Arial, sans-serif;
}

#mse_wrapper_category, #mse_wrapper_region {
  height: 30px;
  width: 232px;
}

#mse_wrapper_q input {
  width: 220px;
}

#mse_wrapper_region select, #mse_wrapper_category select {
  margin-top: 5px;
  width: 219px;
  border: 0 none;
}

#mse_form option.grey {
  background-color: #eee;
  color: inherit;
}

#mse_wrapper_category .first {
  background-color: #eee;
  padding: 0 5px;
}

#mse_wrapper_category .second {
  padding-left: 25px;
}

#mse_wrapper_category .third {
  padding-left: 30px;
}

#mse_wrapper_locate input {
  width: 220px;
}

#mse_ok {
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: #333;
  border-radius: 3px;
  padding-bottom: 3px;
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 18px;
  margin: 0 auto 10px auto;
}

#mse_subline {
  display: inline-block;
  margin-right: 10px;
}

#mse_subline input {
  vertical-align: top;
}

#location_autocomplete {
  background-color: #fff;
  display: none;
  position: absolute;
  width: 220px;
  z-index: 10;
  border: 1px solid #ccc;
  border-top: 0;
}

#location_autocomplete ul {
  padding: 2px;
  margin: 0;
}

#location_autocomplete li {
  margin: 0;
  list-style: none;
}

#location_autocomplete li a {
  padding: 2px 5px;
  border: 1px solid #fff;
  display: block;
}

#location_autocomplete li.even a {
  background-color: #f5f5f5;
  text-decoration: none;
}

#location_autocomplete li a:hover {
  background-color: #A9DB15;
  border: 1px solid #ccc;
  cursor: pointer;
  text-decoration: none;
}

#msebtn {
  border: none;
  color: #4D5256;
  font-weight: bold;
  cursor: pointer;
  font-family: Arial;
}

#mse_more_criteria {
  display: inline-block;
}

#mse_fields_wrp {
  display: none;
  position: relative;
}

#mse_fields {
  text-align: left;
/*	background-color: #dedede;
  border-radius: 5px; */
/*padding: 10px;    */
/*  display:none;*/
  margin: 10px auto 0 auto;
}

#mse_fields_wrp.open {
  display: block;
}

#mse_fields .text input, #mse_fields .select input {
  display: inline-block;
  font-size: 13px;
  width: 60px;
}

#mse_fields input, #mse_fields textarea, #mse_fields select {
  border-radius: 0px !important;
}

.field {
  float: left;
  margin-right: 15px;
  padding-bottom: 5px;
}
/*.field.ranged  div {
    clear: both;

}*/

.field.single.select select {
  border: 0 none;
  padding: 3px 4px 5px;
  height: 29px;
  width: 180px;
}

.field.text label, .field.select label, .field.checkboxes .label, .field.radio .label {
  background-color: #dedede;
  border-radius: 5px 0 0 5px;
  display: inline-block;
/*font-weight: bold; */
  width: 120px;
  padding: 4px 0px 4px 5px;
  margin-bottom: 5px;
}
/* Formulaire - Caractéristiques */

#form-filters {
  margin-bottom: 60px;
  font-size: 12px;
}

.criteria_filters {
  background-color: #FEFABC;
  margin-bottom: 30px;
}

.criteria_filters_content {
  padding: 5px;
  margin-bottom: 10px;
}

.criteria_filters .criteria_title {
  font-weight: bold;
}

.criteria_filters a {
  display: inline-block;
  margin-right: 10px;
  color: #555;
}

.criteria_filters a div.icon {
  background: url("../images/checkbox_yes.png") no-repeat scroll left top transparent;
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  margin-top: 3px;
  width: 16px;
}

.criteria_filters a:hover div.icon {
  background: url("../images/checkbox_no.png") no-repeat scroll left top transparent;
}

.criteria_label {
  border-top: 1px solid #EEEEEE;
  font-weight: bold;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 15px;
}

.submit_adv_crit {
  width: 150px;
  margin: auto;
  display: block;
}

#criteria_q {
  width: 200px;
  margin-bottom: 5px;
}

#criteria_pays {
  width: 215px;
  margin-bottom: 5px;
}

#criteria_locstr {
  border: 1px solid #CCCCCC;
  padding: 5px;
  width: 203px;
  margin-bottom: 5px;
}

.criteria_filters a:hover {
  text-decoration: line-through;
}

.range {
  width: 60px;
}

#mse input[type=text] {
  padding: 6px;
}

#mse_fields select {
/* margin-bottom: 5px;
    width: 135px;*/}

.radio_wrap {
  display: inline-block;
}
/* Bouton déposer une annonce */

#mse_placeca_btn {
  float: right;
  margin-right: 21px;
  display: none;
}

.placeca_btn a {
  background-color: #95C60C;
  border-color: #79A901 #79A901 #6A9302;
  float: left;
  display: inline-block;
  font-family: Arial;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.15) inset;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 6px 14px 5px;
  border: 1px solid #79A901;
  width: 202px;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-linear-gradient(top, #A9DB15, #79A901);
  background-image: -moz-linear-gradient(top, #A9DB15, #79A901);
  background-image: -ms-linear-gradient(top, #A9DB15, #79A901);
  background-image: -o-linear-gradient(top, #A9DB15, #79A901);
  background-image: linear-gradient(to bottom, #A9DB15, #79A901);
  border-top: 0;
}

.placeca_btn a:hover {
  transition: background-position 0.1s linear 0s;
}

.placeca_btn a span {
  font-size: 12px;
  display: block;
  color: #f5f5f5;
  font-style: italic;
}

.ui-autocomplete-category {
  background: #ccc;
  padding: 5px;
}

.ui-menu-item {
  background: #fff;
}

#mseAcMenuWrap ul {
  height: 300px;
  overflow: auto;
  width: 250px;
}

#title_placeca_btn {
  position: absolute;
  right: 3px;
  top: 5px;
}
/* Style menu header utilisateur */

#myaccount_username {
  padding: 10px 34px 10px 10px;
  font-size: 13px;
  cursor: default;
  width: 115px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#profil {
/*float: right;
    margin-right: 30px;
    margin-top: 14px;*/
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: right;
  background: #FF0000;
  display: none;
}

#profil.login a {
  color: #fff;
}

#profil.login {
  background: url('../images/user.png') no-repeat;
  padding-left: 25px;
  background-position: left center;
}

#profil_menu {
  background: url('../images/myaccount_down.png') no-repeat scroll 94% 17px #333;
  border: 1px solid #333;
  border-radius: 3px 0 3px 3px;
  margin-left: 30px;
  z-index: 2000;
  position: absolute;
  right: 270px;
}

#profil_menu ul {
  display: none;
  clear: both;
}

#profil_menu.hover ul {
  display: block;
}

#profil_menu h2 {
  margin: 0;
}

#profil_menu li {
  height: 42px;
  line-height: 42px;
  list-style: none;
}

#profil_menu li a {
  color: #43AFF1;
  text-shadow: -1px 1px 2px #000000;
  display: block;
  padding-left: 20px;
}

#profil_menu li a:hover {
  border-left: 6px solid #3995CD;
  color: #FFFFFF;
  padding-left: 14px;
  text-decoration: none;
}
/* Compte PRO */

#accountProForm {
  padding-right: 5px;
}

#accountProForm td.label {
  min-width: 100px;
}

#accountProForm .field {
/*max-width: 320px; */
  width: 100%;
  float: none;
  border-bottom: 1px solid #fafafa;
  padding-top: 5px;
  padding-bottom: 5px;
}

#accountProForm .field input{
  max-width: 300px;
  width: 100%;
}

#accountProForm .field textarea {
  max-width: 450px;
  height: 200px;
  width: 100%;
}
/* Page 404 */

#page404 .title {
  font-size: 50px;
  margin: 15px 0 30px 0;
  line-height: 50px;
}

#page404 .desc {}

#page404 .debug {
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 5px;
}
/*************************************/
/* Page message générique */

.msg_congrat {
  background: none repeat scroll 0 0 #FCFCFC;
/* border: 1px dashed #95C60C;    */
  font-size: 18px;
  margin: auto;
  padding: 15px;
  text-align: center;
  width: 95%;
  max-width: 728px;
}
/* Partenaires */

.partenaires {
  padding-top: 20px;
}

.partenaires img {
  float: left;
  border: 0 none;
  margin: 0 10px 5px 0;
}

.partenaires .name {
  color: #3190D3;
  font-weight: bold;
}

.partenaires .link {
  color: #79A901;
}
/* slide bar */

.slidead {
  position: fixed;
  top: 0;
  margin: 0 auto 0 auto;
  width: 300px;
  text-align: center;
}

#slidebar {
  text-align: center;
  padding-top: 20px;
}
/* autre */

ul.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index:30000 !important;
  height: 300px;
  overflow: auto;
}

.meaurgent {
  -moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
  box-shadow: inset 0px 1px 0px 0px #f5978e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
  background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
  background-color: #f24537;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d02718;
  display: inline-block;
  cursor: default;
  color: #ffffff;
  font-family: arial;
  font-size: 10px;
  line-height: 11px;
  font-weight: bold;
  padding: 2px 6px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #810e05;
  font-family: Arial, Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  vertical-align: bottom;
}

.meapremium {
  background: url("../images/premium.png") 0 0;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  top: -5px;
  position: absolute;
  vertical-align: middle;
  display: inline-block;
}
/* Modal Boxes D1 */

#modal-content {
  display: none;
}

#simplemodal-container {
  height: 100vh;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  padding: 12px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 10px #000000;
  padding: 20px;
}

#simplemodal-container a {
  color: #ddd;
}

#simplemodal-container h3 {
  color: #84b8d9;
}

#simplemodal-container a.modalCloseImg {
  background: url(../images/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}
/* Modal box D2 */

.modal_overlay {
  background: none repeat scroll 0 0 #000000;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}

.modal_wrapper {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_container {
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 100%;
}

.modal_content {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 0 20px 0 #999999;
  clear: both;
  margin: auto;
  opacity: 1;
  outline: 0 none;
  top: 0;
  width: 33%;
  min-width: 320px;
  height: auto;
  position: relative;
}

.modal h4 {
  background-color: #EFEFEF;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 15px 10px 15px;
}

.modal_cancel {
  display: block;
  width: 25px;
  height: 22px;
  background-color: #FF0000;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0;
  padding-top: 3px;
  text-align: center;
}

.modal_warning {
  border: 1px solid red;
  font: bold 16px arial;
  margin: 0 0 10px 0;
  padding: 10px;
}

.modal ul {
  margin: 0 0 20px 0;
}

.modal ul li {
  list-style: circle outside none;
  margin: 0 0 0 30px;
  font-size: 13px;
}

.modal .actions .button {
  display: inline-block;
  margin-right: 10px;
}

.modal .actions div {
  text-align: left;
  margin-bottom: 5px;
}

.modal_text {
  padding: 15px;
}
/*
#annonce #reclam_top div {
	margin: auto;
	margin-bottom: 10px;
}
*/
/* Générique */

.jlink {
  cursor: pointer;
}

.sideblock {
  margin-bottom: 20px;
}

.sideblock h2 {
  margin-bottom: 10px;
}
/* Formulaires */

label.error {
  color: #FF0000;
  display: block;
  font-style: italic;
  font-weight: normal;
}
/* Structure */

#container {
/*	background: #fff url(../images/body_bg.jpg) repeat center top;              */
/* background:red;    */}

#fb-root {
  margin-top: 45px;
}

#columns {
/* background-color: #fff;    */
/*margin-top:10px;                */
  min-height: calc(70vh - 16px);
/*border: 1px solid #ddd;    */
  border-radius: 7px 7px 0px 0px;
  border-width: 1px 1px 0;
}

#column-central {
/*	float:left;*/
/*	width:728px;     */
  display: inline-block;
  margin: 0;
  width: 70%;
  padding: 0;
  vertical-align: top;
  border-radius: 5px;
  word-wrap: break-word;
}

#column-central .wrp {
  padding: 15px;
}

#column-right {
/*	float: right;
	width: 300px;*/
/* background:red;   */
  display: inline-block;
  width: calc(30% - 20px);
  max-width: 300px;
  padding: 0;
  margin: 0 0 0 15px;
  vertical-align: top;
}

.blockcolumn {
/*padding:10px;*/
  margin-bottom: 15px;
}

.reclamcolumn {
  margin-bottom: 15px;
}
/* header */

#header_wrap {
  background-color: #3D77CC;/*#4589CA; */
/* 	background-color: #1C3145;      */
  background-color: #0C99D5;
  color: #fff;
  height: auto;
  vertical-align: middle;
  position: fixed;
  width: 100%;
  z-index: 20;
/*  	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;*/
  box-shadow: 0 0 4px 0 #999;
}

#header {
  position: relative;
}

#menu_top {
  position: absolute;
  right: 6px;
  top: 6px;
}

#menu_top #menubtn {
  height: 24px;
  width: 24px;
  background: url("../images/menu.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
}

#menu_top #searchbtn {
  height: 24px;
  width: 24px;
  background: url("../images/search.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}

#menu_top #cancelbtn {
  height: 16px;
  width: 16px;
  background: url("../images/cancel.png") 0 0 no-repeat;
  border: none;
  cursor: pointer;
  margin: 15px 20px 0 0;
  float: right;
}

#menu_top .dropdown {
  display: inline-block;
  position: relative;
/*margin-right: 80px; */
}

#menu_top #dropdown-content {
  position: absolute;
  background-color: #333;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 15;
/*right:-15px;
    top:-10px;*/
  right: -15px;
  top: -22px;
/* border: 1px solid #333;    */
  overflow-x: hidden;
  border-radius: 0 0 0 5px;
/* left:182px;opacity:1;width:276px;
     transition:1s left,1s width,1s opacity;
*/
  overflow: hidden;
  transition: 0.5s;
  width: 0;
}

#menu_top #dropdown-content.open {
  width: 250px;
}

#menu_top #dropdown-content a {
  color: #43AFF1;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
/*font-size: 14px;  */
  border-bottom: 1px solid #444;
/*  text-shadow: -1px 1px 2px #000000;     */
  width: 100%;
  overflow: hidden;
  max-height: 20px;
}

#menu_top #dropdown-content a:last-child {
  border: none;
}

#menu_top #dropdown-content a:hover {
  border-left: 6px solid #3995CD;
  color: #FFFFFF;
  padding-left: 10px;
}
/*
#menu_bars .hover {
    display: block;
}
*/
/*#menu_bars .dropdown:hover .dropbtn {
    background-color: #333;
}*/
/*  */

#social_top {
  position: absolute;
  left: 400px;
  margin-top: 16px;
  width: 201px;
  height: 20px;
  background: url("../images/social_top.png") 0 0 no-repeat;
}

#social_top span {
  display: block;
  float: left;
}

#social_top a {
  text-decoration: none;
  color: #333333;
}

#social_top .fb {
  width: 80px;
  height: 20px;
  text-align: right;
  font: 11px arial;
  padding: 3px 5px 0 0;
}

#social_top .tw {
  width: 70px;
  height: 20px;
  margin-left: 7px;
}

#social_top .gg {
  width: 32px;
  height: 20px;
  margin-left: 7px;
}

#top_social .social_widget {
  float: left;
  display: block;
  margin-right: 8px;
}

/* Homepage - Modal site switcher */

#siteSwitcher .flag {
  padding-left: 30px;
  line-height: 20px;
  cursor: pointer;
}

#siteSwitcher .flag.fr {
  background: transparent url('../images/flags/24/fr.png') no-repeat top left;
}

#siteSwitcher .flag.ch {
  background: transparent url('../images/flags/24/ch.png') no-repeat top left;
}

#siteSwitcher .flag.be {
  background: transparent url('../images/flags/24/be.png') no-repeat top left;
}

#siteSwitcher .flag.ma {
  background: transparent url('../images/flags/24/ma.png') no-repeat top left;
}

#siteSwitcher .actions {
  margin-top: 10px;
}
/* Publicité */

#reclam_top_wrap {
  text-align: center;
  margin: 10px auto 20px auto;
}

#reclam_top, #reclam_top div {
  margin: auto;
}
/* Publicité 3WR */

.w3box-wrap {
  border-radius: 3px;
/*	border: 1px solid #ccc;   */
  margin-bottom: 20px;
  background: #fff;
}

.w3box-head {
  padding: 3px 9px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.w3box-content {
  padding: 9px;
}

.w3box-content a {
  text-decoration: none;
}

.w3box-row {
  margin-bottom: 5px;
  font-size: 12px;
/*height: 56px;             */
  line-height: 1.1em;
}

.w3box-row img {
  float: left;
  margin-right: 9px;
}

.w3box-title {
  margin-bottom: 5px;
  color: #114d97;
  text-decoration: underline;
}

.w3box-content a:hover .w3box-title {
  text-decoration: none;
}

.w3box-desc {
  margin-bottom: 5px;
  color: #666;
}

.w3box-link {
  color: #bbb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
/* Pagination */

.pagination {
  margin: 15px;
  line-height: 47px;
  display: block;
}

.pagination span, .pagination a {
/*  padding: 12px 15px;       */
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #c7c7c7;
  border-radius: 4px 4px 4px 4px;
  background-color: #fff;
  color: #777777;
  margin: 5px 3px;
  min-width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

.pagination .active, .pagination a:hover, .pagination a.next:hover {
  color: #FFFFFF;
  background-color: #3190D3;
  border: 1px solid #3190D3;
}

.pagination .inactive {
  border: 1px solid #c7c7c7;
  color: #777777;
  background-color: #f6f6f6;
}
/*.pagination a.pager {
	font-size: 12px;
	padding: 8px 13px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 4px 4px 4px 4px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

.pagination a.pager:hover {
    color: #FFFFFF;
    background-color:#3190D3;
    border: 1px solid #3190D3;
}*/

.pagination a.back {
  background: #fff url("../images/back.png") no-repeat;
  background-position: center;
}

.pagination a.next {
  background: #fff url("../images/next.png") no-repeat;
  background-position: center;
}
/* Footer */

#footer {
  width: 100%;
  background-color: #333;
  font-size: 13px;
  padding: 20px 0 0 0;
  margin-top: 10px;
}

#footer_wrap ul {
  list-style: none;
}

#footer_wrap ul li {
  margin: 0;
}

#footer a {
  color: #eee;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.footer_column {
  float: left;
  width: 18%;
  min-width: 150px;
  margin: 0 0 20px 15px;
  line-height: 24px;
}

.footer_column h4 {
/*color: #bbb;         */
  color: #43AFF1;
  display: block;
  font-size: 16px;
  padding: 0 0 8px 0;
  position: relative;
  border-bottom: 1px solid #555;
  margin-bottom: 10px;
/*  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);         */
}

#foot_links ul {
  float: left;
}

#foot_links ul li{
  color: #4B4C4B;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 0 10px;
  position: relative;
/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);             */
}

#sub_footer_wrap {
  clear: both;
  border-top: 1px solid #555;
  position: relative;
  color: #bbb;
  font-size: 12px;
  padding: 15px 0 0 0;
  margin: 0 15px 0 15px;
}

#sub_footer {
  float: left;
  vertical-align: middle;
  width: auto;
  padding-top: 8px;
}

#sub_footer_wrap:before {
/*  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;*/}

#footer #follow_us {
  float: right;
  vertical-align: top;
  width: auto;
  margin-bottom: 15px;
}

.share_btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 2px;
  border-radius: 3px;
}

#footer #follow_us .share_text {
  vertical-align: top;
  padding-top: 8px;
  margin-right: 5px;
  display: inline-block;
  font-size: 12px;
}

.share_btn.facebook {
  background: transparent url(../images/social_sprite.png) no-repeat 0 0px;
}

.share_btn.twitter {
  background: transparent url(../images/social_sprite.png) no-repeat -32px 0;
}

.share_btn.google {
  background: transparent url(../images/social_sprite.png) no-repeat -64px 0;
}

.share_btn.pinterest {
  background: transparent url(../images/social_sprite.png) no-repeat -72px 0;
}

.share_btn:hover {
  opacity: 0.8;
}

#footer #elsass {
  margin: 3px 0 0 10px;
  border-radius: 5px;
  float: left;
  width: auto;
}

#footer #elsass img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#footer #elsass p {
  display: inline-block;
  color: #ccc;
  text-align: center;
  font-size: 12px;
}
/* Page : Formulaire de contact */

#contact_form {
  display: inline-block;
  width: 100%;
}

#contact_form h2 {
  margin-bottom: 15px;
  font-size: 22px;
}

#contact_form label {
  font-weight: bold;
  padding: 4px 0 5px 0;
  display: block;
}

#contact_form label .note {
  color: #666;
  font-size: 11px;
  display: block;
}

#contact_form label.error {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#contact_form #form_submit {
  display: block;
  height: 40px;
  margin-top: 10px;
  width: auto;
}

#contact_informations {
  display: inline-block;
  width: 33%;
  max-width: 300px;
  vertical-align: top;
}

.section_email, .section_support {
  padding-left: 40px;
}

.section_email {
  background: transparent url('../images/contact_email2.png') no-repeat 0 8px;
  margin-bottom: 20px;
}

.section_support {
  background: transparent url('../images/contact_support.png') no-repeat 0 8px;
}

#contact_form select, #contact_form input {
  padding: 6px;
  font-size: 15px;
  max-width: 400px;
  width: calc(100% - 15px);
  height: 25px;
  margin-bottom: 4px;
}

#contact_form #form_message {
  max-width: 400px;
  width: 100%;
  height: 170px;
}

#contact_form select {
  height: 35px;
  width: 100%;
}
/* Page : Contenu */

#content h1 {
  color: #446383;
/* font-family: Arial, sans-serif;  */
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}

#content h2 {
  color: #446383;
/* font-family: Arial, sans-serif;           */
  font-weight: bold;
  font-size: 24px;
}

#content h3 {
  color: #446383;
/* font-family: Arial, sans-serif;     */
  font-size: 21px;
  font-weight: bold;
}

#content p, #content ul {
  margin-bottom: 20px;
}

#content_menu {
  padding-top: 20px;
}

#content_sidebar {
  display: inline-block;
/* margin-right: 35px;        */
  position: relative;
  width: 33%;
  min-height: 100%;
  max-width: 300px;
  vertical-align: top;
}

#content_sidebar ul {
  list-style: none;
  padding-right: 10px;
}

#content_sidebar ul li a {
  border-radius: 16px 16px 16px 16px;
  color: #0084B4;
  display: block;
  outline: 0 none;
  padding: 4px 12px;
  text-decoration: none;
}

#content_sidebar ul li a:hover {
  background: none repeat scroll 0 0 #CAE6F5;
  color: #333333;
}

#content_sidebar ul li:last-child {
  background: none;
}

#content_main {
  display: inline-block;
  width: 66%;
}
/* Page : Tags */

.tags_index {
  text-align: center;
  margin-bottom: 40px;
}

.tags_index a {
  font-size: 20px;
  color: #555;
}

.tags_keywords {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  line-height: 26px;
}

.tags_keywords li {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 10px;
}

.tags_keywords li a {}
/* Page : Changement de mot de passe */

#changePwdForm .button.green {
  padding: 7px 10px;
}

#changePwdForm label {
  width: 300px;
  display: block;
}

#changePwdForm input#form_newpwd, #changePwdForm input#form_newpwd_confirm {
  width: 200px;
}

#btnLostPwd {
  margin-top: 10px;
  padding: 7px 10px;
}
/* Barre Favoris */

#bar_favorites {
  background-color: #002D40;
  border-top: 5px solid #03638B;
  bottom: 0;
  font-size: 12px;
  height: 20px;
  padding: 10px;
  position: fixed;
  width: 250px;
  z-index: 6000;
  opacity: 0.85;
  right: 0;
}

#bar_favorites_content {
  opacity: 1;
  text-align: center;
}

#bar_favorites_content a {
  color: #fff;
}
/* Page : Sitemap */

#page-sitemap .columns {
  display: inline-block;
/*margin:10px 40px 10px 10px;   */
  list-style: none;
/*border-right:solid 1px #e5e5e5;   */
  vertical-align: top;
  width: 100%;
  max-width: 500px;
  padding-right: 30px;
}

#page-sitemap li {
  position: relative;
  width: 100%;
}

#page-sitemap .txtleft {
  display: inline-block;
  width: 49%;
}

#page-sitemap .txtright {
  display: inline-block;
  text-align: right;
  width: 49%;
}
/* Page : Formulaire de confirmation */

#requestNewConfirmLinkForm #form_email {
  width: 250px;
}
/* Page : Mon profil */

#myProfil .button {
  text-align: center;
  max-width: 170px;
  width: 100%;
  padding: 6px 24px;
  border: none;
}

#myProfil input.button {
  max-width: 220px;
  width: 100%;
}

#myProfil #avatar_upload_frame {
  height: 30px;
  width: 150px;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#profil-image {
  background-color: #eee;
  border: 1px solid #ccc;
  height: 140px;
  width: 140px;
  margin: auto;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
}

#profil_image_wrap {
  background: none repeat scroll 0 0 #FCFCFC;
  border: 1px solid #EEEEEE;
  margin: auto;
  padding: 10px;
  text-align: center;
  width: 220px;
  border-radius: 3px;
}

#profil_avatar_delete {
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 7px;
}
/* Page : Favoris */

#page-favorites .serow.delete {
  opacity: 0.35;
}

#page-favorites .serow_infos {
  width: 360px;
}
/* Page : Suggestion */

#page-suggest .serow_infos {
  width: 360px;
}
/* Page : Search */

.generated {
  font-size: 11px;
  color: #888F96;
}
/* Hide medias */

@media screen and (max-width: 1023px) {
  #home .sideblock.toutyphone, #home .sideblock.med1, #home .sideblock.med2 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  #search_geo {
    display: none;
  }

  #dashboard #right_col {
    display: block;
  }

  #dashboard #deskblocks {
    width: 100%;
    display: block;
  }

  .grid-48 {
    width: 100%;
  }

  .column-left {
    display: block;
    margin-right: 0;
  }

  .column-right {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #profil, #mse_placeca_btn, #detail #back, .detail_breadcrumbs {
    display: none;
  }

  #home #column-central {
    width: 100%;
  }

  #home #column-right {
    width: 100%;
    margin: 0;
    max-width: 100%;
    text-align: center;
  }

  #home #mod-blocklastads, #home .index_content {
    display: none;
  }
}

#myaccount_avatar span {
  font-size: 11px;
}

a#myaccount_avatar {
/* max-width: 200px;    */
  text-align: left;
  display: inline-block;
  background-color: #333;
  font-size: 13px !important;
}

#myaccount_avatar img {
  display: none;
}

@media screen and (min-width: 768px) {
  #menu_top #menubtn, #menu_top #searchbtn, #menu_top #cancelbtn {
    display: none;
  }

  #menu_top {
    position: relative;
    display: inline-block;
    right: 0;
    top: 0;
    width: 80%;
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    height: 45px;
    overflow: hidden;
  }

  #menu_top #dropdown-content {
    display: inline-block;
    position: relative;
    box-shadow: none;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 100%;
    border: none;
    background-color: transparent;
  }

  #menu_top #dropdown-content a {
    display: inline-block;
    width: auto;
/*padding:0;
padding-top: 12px;
padding-right: 1%;*/
/*margin:10px 12px 0 0;  */
    font-size: 16px;
/*font-family: Arial, Helvetica, sans-serif;    */
    margin: 0;
/*font-weight:bold; */
    letter-spacing: -0.5px;
    padding: 10px 16px 15px 16px;
    color: #fff;
    text-shadow: none;
    border: none;
/* text-transform: uppercase;   */
  }

  #menu_top #dropdown-content a:hover {
    width: auto;
    background-color: #333 !important;
/*padding:12px 12px 0 0;         */
    margin: 0;
    padding: 10px 16px 15px 16px;
    border: none;
    text-shadow: none;
    color: #43AFF1;
/*border-radius:25%; */
    text-decoration: underline;
  }

  #menu_top #dropdown-content a.user {
    background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left: 30px;
  }

  #menu_top #dropdown-content a.favorite {
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left: 30px;
  }

  #menu_top #dropdown-content a.write {
    background-image: url(../images/write.png);
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left: 30px;
  }

  a#myaccount_avatar {
/*	float: right;     */
    display: inline-block;
    position: relative;
    padding-left: 50px !important;
    line-height: 22px;
  }

  #myaccount_avatar img {
    height: 30px;
    width: 30px;
/*  float: left;*/
    margin-top: 7px;
    margin-left: 2px;
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  #content_sidebar {
    display: none;
  }

  #content_main {
    width: 100%;
  }

  #index_categories .logo {
    display: none;
  }
}