@charset "utf-8";
body
{
	font-family: Helvetica, sans-serif; /*en navigation privée, Helvetica ne semble pas marcher*/
	font-size: 16px;
	background:#F3F3F3;
	color: #222;
	margin: 2px;
  
  padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
  padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

*, *:after, *:before
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table_cal_vma 
{
  margin-top: 4px;
  margin-bottom: 16px;
  text-align:right;
  border-spacing: 0;
}

.table_cal_vma tr td 
{
  padding: 5px;
  margin: 0px;
  border-collapse: collapse;
}

img 
{
  max-width:100%;
}

.route_thumb
{
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 20%;

}

.img_thumb
{
  object-fit: cover;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
	background-color: #EEE;
}


.txt_eta
{
  font-size: 14px;
  color: #666;
}

.event_descr
{
  margin-bottom: 10px;
}

.card-wrap, .card_wrap_week, .card-wrap-notif
{
  /*width:100%;*/
  padding:4px;
	margin-left: auto;
	margin-right: auto;
}

.participate_list
{
	margin-top: 8px;
	text-transform: none;
	font-size: 16px;
	font-weight: normal;
	display: none;
}

.img_part
{
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: 5px;
	opacity: 0;
}


.img_edit
{
	width: 16px;
  min-width: 16px;
	height: 16px;
	vertical-align: -2px;
}

.div_superpose
{
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.img_superpose1
{
  position: absolute;
  top: 0px;
  left: 0px;
	width: 16px;
	height: 16px;
}

.img_superpose2
{
  position: absolute;
  top: 7px;
  left: 7px;
	width: 12px;
	height: 12px;
}


.btn_part
{
	display:flex;
	margin: 2px;
}


.help_toggle
{
	color: #0060A9 !important;
}

.event_toggle
{
	display: inline-block; /*Pour la rotation*/
	color: #0060A9 !important;
	margin-left: 5px;
}

.event_title
{
	text-wrap: nowrap;
  overflow: hidden;
  text-overflow: "...▼";
  max-width: 100%;
  display: inline-block;
}


.event_title:hover
{
	text-decoration: underline !important;
}

td 
{
  border-bottom: 1px solid #CCC;
	padding: 2px;
}

.result_table td 
{
  border-bottom: 1px solid #DDD;
	padding: 4px;
}

.result_table tr
{
	background-color:#FFF;
}

.ranking_cat
{
	color:#999;
	font-size:12px;
  display: inline-block;
}

.header_ranking
{
	font-size: 13px;
	text-align: center;
}

.td_ranking
{
	text-align: right;
	padding-left: 20px !important;
  white-space: nowrap;
}

.triat, .duat
{
	font-size: 14px;
	padding-left: 4px !important;
}

.card 
{
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EEE;
  border-bottom: 2px solid #DDD;
}

.card > div
{
  padding:0 1em;
}

h4
{
	text-transform: uppercase;
}

.hdate
{
	color: #0060A9 !important;
	font-size: 16px;
	font-weight: bold;
  text-transform: uppercase;
}

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

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

.hdistances
{
	float:right;
	color: #999;
}

.hdistances_small
{
	font-size: 14px;
}

.hdistances_xs
{
	font-size: 12px;
}

.htype
{
	float:right;
	color: #999 !important;
  padding-left: calc(1em - 5px);
}

.my_account
{
	float:right;
  font-size: 15px;
  font-weight: bold;
}

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

.mnu_lnk
{
	display: block;
	color: #999 !important;
	margin-bottom: 12px;
  margin-left: 3px;
}

.img_event_type
{
  width: 16px;
  min-width: 16px;
	height: 16px;
  min-height: 16px;
	vertical-align: -3px;
}

.img_trombi_detail
{
	width: 16px;
	height: 16px;
	vertical-align: -17px;
	margin-bottom: 15px;
}

.img_event_type_bike
{
	width: 20px;
  min-width: 20px;
	height: 20px;
  min-height: 20px;
	vertical-align: -4px;
}

.event_links
{
	float:right;
	text-align:right;
}

.img_link
{
	width: 16px;
	height: 16px;
	vertical-align: -2px;
}

.bigger
{
	width: 20px;
	height: 20px;
}

.agenda_selector
{
	font-size: 19px;
}

a{
	color: #222;
	text-decoration: none;
}

a:link{
	color: #222;
	text-decoration: none;
}

a:visited{
	color: #222;
	text-decoration: none;
}

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

input, textarea {
	border: 1px solid #AAA;
	border-radius: 4px;
	padding: 5px;
}

input, select, textarea {
	font-size: 20px;
	padding: 5px;
}

/* en cas de changement, modifier dans db.php/replaceTrombiTags() et agenda.css */
.img_fb
{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	vertical-align: -2px;
  margin-left: 1px;
  margin-right: 2px;
}

.img_trombi
{
	width: 120px;
	min-width: 120px;
	height: 120px;
	border-radius: 50%;
}

.trombi_event
{
	float:right;
	margin-top: -30px;
}

.trombi_name
{
	margin-left: 10px;
	align-self: center;
	margin-right: 42px;
}

.div_trombi_img
{

	margin-left: -1px;
	align-self: center;
}

.img_star
{
	width: 16px;
	height: 16px;
	vertical-align: -1px;
}

.event_button
{
	border-style: solid;
	border-width: 1px;
	border-color: #DDD;
	padding: 3px;
	background-color: #F5F5F5;
	border-radius: 2px;
	white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.event_button:hover
{
	background-color: #DDD;
	text-decoration: none;
}

.event_part_container
{
  width: max-content;
}

.short_msg
{
	padding: 10px;
}

.heart_cup
{
	padding: 2px;
}

.tag_selected
{
	font-weight: bold;
}

.bg_star01
{
	background-image: url("/calendrier/img/bg01.png");
	background-repeat: no-repeat;
}

.bg_star02
{
	background-image: url("/calendrier/img/bg02.png");
	background-repeat: no-repeat;
}

.bg_star03
{
	background-image: url("/calendrier/img/bg03.png");
	background-repeat: no-repeat;
}

.bg_star0d3
{
	background-image: url("/calendrier/img/bg0d3.png");
	background-repeat: no-repeat;
}

.usr
{
	white-space: nowrap;
}

.usr_me
{
	color: #42B72A !important;
}

.usr_me_int
{
	color: #FF7F01 !important;
	opacity: 0.6;
}

.int_list_int
{
	opacity: 0.6;
	filter: grayscale(100%);
}

.help_title
{
	font-weight: bold;
	
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	cursor: pointer;
	
}

.help_title::after
{
  content: " ▼";
	color: #0060A9;
}

.help_content
{
	display: none;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 15px;
	margin-right: 15px;
}

.button_inside
{
	margin-left: auto;
  position: relative;
}

#search_zone
{
	display: flex;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
}

.search_box
{
  height: 36px;
  width: 220px;
  padding: 10px;
  border-radius: 4px;
}

.search_btn
{
  position: absolute;
  right: 8px;
  top: 8px;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 100%;
	background-color: #FFF;
  padding: 1px;
	cursor: pointer;
}

.int_list
{
	margin-top:5px;
	/*display: inline; /* Avec xxx et nn participants, on ne veut pas de retour à la ligne */
}

.holiday_caption
{
	color: #AAA;
}

#distance_sample
{
	color: #666;
}

.trombi_right
{
	text-align: right;
	float: right;
	height: 126px;
	position: relative;
}

.trombi_white_bg
{
	background-color: #FFF;
	border-radius: 2px;
	padding-left: 3px;
	padding-top: 2px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.6;
  }
}

input[type=submit], input[type=button] {
	cursor: pointer;
}

.tr_over
{
	cursor: pointer;
	background-color: #FFF;
}
.tr_over td
{
	padding:4px;
}
.tr_over:hover
{
	background-color: #EEE;
}

.tr_hover_post_bike
{
  cursor: pointer;
}


.tr_hover_post_bike:hover
{
	background-color: #CCC;
}



ul.ks-cboxtags {
	list-style: none;
	padding: 0px;
margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.green li input[type="checkbox"]:checked + label {
    border: 2px solid #428a01;
    background-color: #54d328;
    color: #FFFFFF;
    transition: all .2s;
}

ul.red li input[type="checkbox"]:checked + label { 
    background-color: #FF3333;
    border: 2px solid #990000;
    color: #FFFFFF;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #999;
}

.input-euro {
     position: relative;
 }
 .input-euro.left input {
     padding-left:18px;
 }
 .input-euro.right input {
     padding-right:18px;
     text-align:end; 
 }

 .input-euro:before {
     position: absolute;
     top: 0;
     content:"€";
 }
 .input-euro.left:before {
     left: 5px;
 }
 .input-euro.right:before {
     right: 5px;
 }

.sep
{
	border-left: 1px solid #DDD;
	margin-left: 6px;
  margin-right: 0px;
}



.hamburger{
	float: right;
  background:none;
  top:0;
  right:0;
  padding: 0px;
  color:#0060A9;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
	margin-top: -8px;
	margin-right: 0px;
}

.menu
{
	text-align: right;
	font-size: 17px;
	display: none;
	padding-bottom: 15px;
}

.shop_table
{
	background-color: #FFF;
}

.shop_table td
{
	font-size: 13px;
  max-width: 250px;
}

#coach_table
{
	border-spacing: 1px;

}

#coach_table td,th {
    padding-left: 2px;
}

#vma_ranking_table td,#vma_ranking_table th {
    font-size: 20px;
}

#vma_ranking_table tr:hover
{
	cursor: pointer;
	background-color: #DDD !important;
}

.shop_table th
{
	font-size: 13px;
  font-weight: normal;
  text-align: left;
  background-color:#DDD;
  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.shop_table tr:hover
{
	cursor: pointer;
	background-color: #DDD !important;
}

.shop_td_price
{
	width:80px;
	text-align: right;
}

.shop_td_center
{
	text-align: center;
}

.shop_td_right
{
	text-align: right;
}

.shop_table tr:nth-child(even) 
{
    background-color: #F6F6F6;
}

.input_sup
{
	width:40px;
	font-size:13px;
	padding:2px;
	text-align:right;
}

.shop_item
{
	width: auto;
	height: 90px;
	border-radius: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.shop_item_large
{
	width: auto;
	height: 160px;
	border-radius: 40px;
	margin-left: -5px;
  object-fit: contain;
}

div.scrollmenu {
  /*overflow-x: auto;
  white-space: nowrap;*/
	margin-bottom: 15px;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}


div.scrollmenu a {
  display: inline-block;
}

.results_edit_table
{
	background-color: #FFF;
}

.results_edit_table td
{
	border: none;
}

.results_edit_txt
{
	font-size: 14px;
}

.result_line
{

	padding:0 !important;
	padding-top: 4px !important;
}

.button_img
{
	opacity: 0.9;
	background-repeat: no-repeat !important;
	background-size: 16px !important;
	background-position: 8px !important;
	background-color: #F0F0F0 !important;
	color: #000;/*sous iOS sinon c'est blanc*/
	
	/*Sur Pixel Pro 8 notamment, mieux que forcer le width*/
	padding-left: 30px;
	padding-right: 8px;
}

.button_img:hover
{
	background-color: #DDD !important;
}

.button_img_pressed
{
  border-color: #000;
  background-color: #BBB !important;
}

.table_vma 
{
  border-spacing: 0;
  margin-bottom: 15px;
  background-color: #FAFAFA;
  font-size: 16px;
  
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
  
.table_vma tr:hover
{
	background-color: #DDD;
}

/* désormais la gestion se fait à l'envers : le gradient est affecté à la table*/
/* on met en blanc et le tr et sur hover on passe en transparent*/
.line_hover
{
	background-color: #FFF !important;
}

.line_hover:hover, .line_hovered
{
	background-color: transparent !important;
  cursor: pointer;
}

.underline_hover:hover
{
	text-decoration: underline;
}
  
.table_vma tr td 
{
  cursor: pointer;
  padding: 8px;
  margin: 0px;
  border-collapse: collapse;
  text-align: right;
}

.physio_icon
{
  margin-right:10px;
  width:32px;
  height:32px;
  min-width:32px;
  min-height:32px;
}

.physio_title
{
  color:#666;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size:12px;
	text-transform: uppercase;
}

.no_select
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.vma_allure
{
 color:#0060A9; 
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 80px;
  height: 80px;
  margin-top: -0.5em;

  border: 8px solid #0060A9;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.weekend_table_descr
{
  font-size:12px;
  color: #999;
	border: none;
}

.weekend_table_td
{
  padding: 10px 5px 10px 5px;
	border: none !important;	
}

.weekend_table_nowrap
{
  white-space: nowrap;
  min-width: 130px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.weekend_table_td_small
{
  font-size: 12px;
  padding: 10px 5px 10px 5px;
}

.line_hover_schedule:hover
{
	background-color: #DDD;
  cursor: pointer;
}

.line_hover_schedule td 
{
  border-top: 1px solid #CCC;
  border-bottom: none;
	padding: 10px 5px 10px 5px;
}

.tableappel td 
{
  border-bottom: none;
  vertical-align: top;
}

.like_zone_parent 
{
  display: block;
	padding: 0px !important;
  height: 20px;
}
.like_zone_child{
   float:left;
	 cursor:pointer;
	 white-space:nowrap;
}
	
.pseudo_button
{
	padding: 5px;
	border-radius: 5px;
	color: #999 !important;
}
.pseudo_button:hover{
  text-decoration: none;
	background-color: #F2F2F2;
}

hr
{
	border-top: 1px solid #CED0D4;
	border-bottom: none;
}

.publication_comments td
{
	border: none;
}

.garmin_button
{
	text-align:center;
	margin-top: 2px;
	font-weight:bold;
	background-color:#0060A9;
	border-radius:4px;
	display:inline-block;
	color: #FFF !important;
	padding:4px;
	text-align: center;
}

.garmin_button:hover{
  text-decoration: none;
	background-color:#2974AF;
}

.agenda_button
{
	color: #222 !important;
	background-color: #F5F5F5;
	margin-top: 5px;
	border: 1px solid #DDD;
	font-weight: normal;
	height: 29px;
	padding-left: 9px;padding-right: 8px;
}

.agenda_button:hover{
  text-decoration: none;
	background-color: #DDD;
}

.grey_button
{
	background-color:#999;
}

.grey_button:hover
{
	background-color:#AAA;
}


.workout_zone
{
	padding: 1px;
	/*color: #FFF !important;*/
}

.workout_zone:hover
{
	background-color: #ECEFF1;
}

.publication a, .event_descr a
{
	/*text-decoration: underline;*/
	color: #0060A9;
}

.publication a:hover, .event_descr a:hover
{
	text-decoration: underline;
}

.glightbox-clean .gdesc-inner {
	padding: 0px 20px 40px 20px !important;
  /*background: #000;*/
}

.gslide-image img {
  border-radius: 10px;
}

.glightbox-clean .gslide-description
{
  background:inherit !important;
}

/* amélioration du positionnement de la légende de la photo en mode mobile */
.glightbox-container .ginner-container
{
  height: auto !important;
}

/* amélioration du positionnement de la légende de la photo en mode mobile */
.glightbox-clean .gdesc-inner
{
  padding: 0px !important;
}

/* amélioration du positionnement de la légende de la photo en mode mobile */
.glightbox-mobile .glightbox-container .gslide-description
{
  position: relative !important;
  padding: 0px !important;
}

.glightbox-clean .gslide-title {
	color: #FFF !important;
	text-align: center;
	text-transform: none;
	font-family: inherit !important;
  margin: 5px 0 5px 0 !important;
  /*font-size: 1.1em !important;*/
  /*margin-top: 10px;*/
}

.comment_content
{
  color: #050505;
  background-color: #F0F2F5;
  border-radius: 10px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px;
}

.like_content
{
  margin-right: 5px;
  margin-top: -12px;
  margin-bottom: 7px;
  font-size: 12px;
  text-align: right;
}

.comment_buttons
{
  float: right;
  margin-left: 5px;
  color: #AAA;
}

.login_error_message
{
  display: none;
  color:#CB1C42;
}

.button_img_login
{
	background-repeat: no-repeat !important;
	background-size: 16px !important;
	background-position: 8px !important;
	/*Sur Pixel Pro 8 notamment, mieux que forcer le width*/
	padding-left: 30px;
	padding-right: 8px;
}

@media (min-width: 400px)
{
  .screen_width_element
  {
    width: 350px;
  }
}

/*Login sur iPhone par ex.*/
@media (max-width:400px)
{
  .screen_width_element
  {
    width: 100%;
  }
}

/* page d'accueil sur Firefox PC */
@media (min-width: 700px) {
  .card-wrap, .card_wrap_week, .card-wrap-notif {
    width: 700px;
  }
}

@media (max-width: 700px) {
  .card-wrap, .card_wrap_week, .card-wrap-notif {
    width: 100%;
  }
}

.verify_season_selected
{
  font-weight: bold;
  color:#0060A9 !important;
}

.admin_menu
{
  white-space: nowrap;
}

.tag {
  background-color: #0060A9;
  color:#FFF !important;
  border-radius: 5px;
  padding: 2px 4px 2px 4px;
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 1px;
  white-space: nowrap;
  display: inline-block;
}

.large_shop_item
{
  margin-top: 5px;
  border-radius: 20px;
}

.bootbutton-image:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
  background-color: transparent;
  background-position : center center;
  background-repeat:no-repeat;
}

.bootbutton-save:before{
   background-image : url(/calendrier/img/save.png);
   background-size: 16px;
}

.bootbutton-add:before{
  background-image : url(/calendrier/img/add.png);
  background-size: 16px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color:#0060A9 !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color:#2980b9 !important;
}

/* sur iPhone */
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box
{
  width: auto !important;
  max-width: 500px;
}

.person_tag
{
	text-wrap: nowrap;
}

.menu_contact
{
  display: none;
  position: absolute;
  width: 280px;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  background-color: #FFF;
  z-index: 1000;
  border-radius: 7px;
  font-size: 16px;
  box-shadow: 0 0 0 max(1000vh, 1000vw) rgba(0, 0, 0, .3);
  text-align: right;
}

.menu_item_contact.first
{
  border-radius: 7px 7px 0 0;
}

.menu_item_contact.last
{
  border-radius: 0 0 7px 7px;
}

.menu_item_contact.firstlast
{
  border-radius: 7px 7px 7px 7px;
}

.menu_item_contact:hover
{ 
  background-color: #EEE;
  text-decoration: none;
}

.menu_item_contact
{
  padding: 7px;
  cursor: pointer;
  margin-bottom: 2px;
  background-color: #FFF;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: rtl; /* Pour que le texte soit à droite */
}

.menu_item_contact_icon
{
  width: 16px;
  height: 16px;
  vertical-align: -2px;
  margin-right: 5px;
}

.trombi_mobile
{
  display: inline-block;
}

.readzone
{
  width: 16px;
  height: 16px;
  vertical-align: -4px;
}

.chat-date
{
  text-wrap: nowrap;
}

.complete_workout
{
  margin-top: 5px;
}

.menu_workout
{
  color: #616161 !important;
  padding: 5px 8px 5px 8px;
  margin-right: 1px;
  text-decoration: none !important;
  white-space: nowrap;
  display: inline-block;
}

.menu_workout:hover
{
  color: #0060A9 !important;
  text-decoration: none !important;
  border-bottom: 2px solid #0060A9;
}

.active_menu_workout
{
  color: #0060A9 !important;
  font-weight: bold;
  border-bottom: 2px solid #0060A9;
}

.easy-autocomplete
{
  /*permet d'avoir "Retraité" à coté de "Profession" */
  display: inline-block;
}

.thumb_new
{
  border: 4px #c4294a solid;
}

.grayscale
{
	opacity: 0.6;
	filter: grayscale(100%);
}

.pub_logo_top
{
  top: 12px;
}

.pub_logo_bottom
{
  bottom: 12px;
}

.pub_logo_left
{
  left: 15px;
}

.pub_logo_right
{
  right: 15px;
}

.pub_logo_white
{
  filter: drop-shadow(100vw 0 0 #FFF);
	transform: translateX(-100vw);
}

.trombi_top_icon
{
  margin-left: 4px;
}

.easy-autocomplete
{
  padding: 0px !important;
}

.img-wrapper {
  position: relative;
  display: inline-block;
  width: 50%;
}

.img-delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0,0,0,0.6);
  color: white;
  padding: 5px;
  border-radius: 100%;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
}

.export_user
{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.like_menu {
  display: flex;
  margin-top: 6px;
  margin-bottom: 6px;
  justify-content: space-around;
}

.like_menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 20px;
  text-decoration: none;
}

.like_menu a:hover {
  background-color: #f0f0f0;
  transform: scale(1.15);
}

.like_zone_child a
{
  color: #999;
}

.like_content a
{
  color: #999;
}

.current_like_type
{
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
}

.like_count
{
  color:#999 !important;
}

.like_count img
{
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #FFF;
  padding: 2px;
  vertical-align: -5px;
}

.like_count img:not(:first-child)
{
  margin-left: -6px;
}

/*pour les emoji dans les mentions inputs de commentaires*/
.mentions-input-box .mentions {
  padding-right: 55px !important;
}

@keyframes blink-once {
  0%   { opacity: 1; }
  25%  { opacity: 0; }
  50%  { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 1; }
}

.blink-once {
  animation: blink-once 2s ease-in-out;
}

.job-badge {
  display: inline-block;
  color: #FFF;
  padding: 6px 12px;
  margin: 0px 0px 4px 0px;
  border-radius: 20px;
  font-size: 13px;
  white-space: nowrap;
}

.job-ok {
  background-color: #42B72A;
}

.job-not-ok {
  background-color: #AAA; 
}

.job-ok-admin {
  background-color: #0060A9; 
}

.job-not-ok-norights {
  background-color: #c4294a; 
}


