/* Move down content because we have a fixed navbar that is 50px tall */
html, body {
	font-family: Roboto, Calibri, Arial, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #1fa0b3;
	height: 100%;
	font-size: 14px;
}

.logo-brand-size {
	width: 7vw;
	margin-left: 8px;
}

@media (max-width: 767.98px) {
	.logo-brand-size {
		width: 40vw;
	}
}

.form-signin {
    max-width: 350px;
    padding: 15px;
    margin: 0 auto;
}

#body_content {
	background-color: #F5F5F5;
	border-radius: 15px;
	height: 92%;
	margin: 15px;
	margin-top: 4rem !important;
}

body.modal-open {
	padding-right: 0px !important;
	overflow: scroll;
}

#display_part {
	height: 100%;
	width: 100%;
	background-color: #1fa0b3;
}

@media (min-width: 1px) and (max-width: 400px) {
	#display_part {
		position: absolute;
	}
	#display_corner {
		border-radius: 0px 0px 0px 0px !important;
	}
}

#display_corner {
	height: 100%;
	border-radius: 50px 0 0 50px;
	background-color: #E9E9E9;
	padding: 20px;
}

.btn-validation-light {
	background-color: #FFFFFF;
	color: black;
  	border-color: #1FA0B3;
	transform: scale(1);
  	transition: transform .3s;
}

.btn-validation-light:hover {
	transform: scale(1.05);
  	transition: transform .3s;
	background-color: #FFFFFF;
  	border-color: #1FA0B3;
}

.btn-validation-light.active {
	background-color: #C9E9ED;
  	border-color: #C9E9ED;
}

.btn-validation-light.active:hover{
	transform: scale(1.05);
  	transition: transform .3s;
}

.btn-validation {
	background-color: #1fa0b3;
	color: white;
}

.btn-validation:hover, .btn-validation.active:hover{
	background-color: #008194;
	color: white;
  	border-color: #008194;
}

.btn-validation.active {
	background-color: white;
	color: #008194;
  	border-color: #008194;
}

.text-dtv {
  color: #1fa0b3 !important;
}

.creabtn, .bankbtn, .plbtn, .screenbtn, .plgrpbtn, .playbtns, .exchangebtn, .supportbtn, .articlebtn, .ciebtn, .userbtn, .genautobtn, .meteobtn, .mmeteobtn, .newsbtn, .ticketbtn, .trainbtn, .statbtn, .nexrenderbtn, .ac3btn, .citationbtn, .fuelpricebtn, .webscreenshotbtn {
	width: 26px;
	min-height: 26px;
	padding: 4px;
}

#ciesbtn, #userlogbtn {
	height: 20px;
	margin-bottom: 7px;
}

.dropdown-toggle::after {
    display: none !important;
}

.helpIcon {
	width: 25px;
}

.menu_btn {
	margin: 0 10px 0 10px;
	text-decoration: none;
	display: flex;
	height: 56px;
	margin-top: -0.5rem;
}

@media (min-width: 950px) {
	.right-element {
		position: absolute;
		right: 0; 
	}
}

@media (max-width: 767.98px) {
	.navbar-collapse {
	  margin-top: 0px; /* ou padding-top, selon l’effet voulu */
	}
  }

.dtv_link {	
	color: white;
	margin-right: 5px;
	margin-left: 5px;
	height: 56px;
	position: relative;
	border: none;
	z-index: 1;
	display: flex;
	font-size: 18px;
	overflow: hidden;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.25rem rgba(0, 129, 148, 0.5); /* couleur personnalisée */
  }

@media (min-width: 767.98px) {
	.dtv_link {	
		margin-top: -0.5rem;
	}
}

.dtv_link.active {
	color: white!important;
	font-size: 17px;
	font-weight: bold;
}

.dtv_link:not(.active):hover {
	transform: scale(1.1);
	transition: transform .3s;
	color: white!important;
}

.dtv_link:not(.active):focus {
	color: white!important;
}

.dtv_link.active::before,
.dtv_link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 8px;
  background-color: white;
  border-radius: 50px;
  z-index: -1;
}

.dtv_link.active::before {
  top: -3px;
}

.dtv_link.active::after {
  bottom: -3px;
}

.modal-help {
	--bs-modal-width: 1550px;
}

.helpIcon {
	width: 30px;
	padding-bottom: 13px;
}

.helpTitle {
	color: #8D6BAC;
	font-weight: bold;
	font-size: 27px;
}

.sectionTitle {
	font-weight: 900;
  	font-size: x-large;
}

.modifiable_section {
	cursor: pointer;
	color: #1FA0B3;
}

.cursor-pointer {
	cursor: pointer !important;
}

.cursor-text {
	cursor: text !important;
}

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

/** 
 * --------------- 
 * 	Contact modal
 * ---------------
 */
 #logo_dailyled {
	width: 250px;
	margin-bottom: 20px;
}

#workers {
	margin-top: 20px;
}

.pic {
	height: 60px;
}

.contact {
	background-color:#fff;
	padding:40px;
	width: 100%;
}

.elips {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bold {
	font-weight: 900;
}

.bloc_title {
    margin-bottom: 20px;
}

.bloc_title_noname {
    margin-bottom: 41px;
}

.contact_btn{
	background-color: #1fa0b3;
	color : white;
	width: 86.65px
}

.bloc_pos{
	margin:10px;
}

.div_bloc{
	margin-bottom: 30px;
}

.form_bloc {
	height:678px;
}

.contact_bloc {
	height:324px;
}


@media screen and (max-width:1000px){
	.comm_contact_bloc{
		height:500px;
	}
}

.tel {
	color : #1fa0b3;
	font-weight: bold;
}

.reseaux {
	width: 20px;
}

.mail, .contact_mail {
	margin-bottom: 15px;
	margin-top: 5px;
}

.contact_tel {
	margin-top: 5px;
}

.contact-us {
    padding-top: 40px;
}

.btn.contact_btn:hover {
	color: white !important;
	background-color: #018295 !important;
}

.shadow{
	border-radius: 10px;
}

centered-btn {
	margin-right: auto;
  	margin-left: auto;
}

.delete_contact {
	width: 50px;
}

.navbar-collapse {
	position: relative;
	z-index: 1050; /* égal ou supérieur à Bootstrap modal/dropdown */
	background-color: #1fa0b3; /* ou la couleur de ta navbar */
}

.navbar .dropdown {
	position: relative;
}

@media (max-width: 991.98px) {
	.navbar .dropdown-menu {
		position: absolute !important;
		top: 48px;
		left: 48px;
		z-index: 1050;
	}
}

.dialog_message, #dialog_modal {
	z-index: 1059 !important; /* supérieur à la navbar */
}

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

.my-scroll {
  overflow: auto;
  /* Firefox */
  scrollbar-width: none;       /* supprime la barre */
  -ms-overflow-style: none;    /* IE/Edge legacy */
}

.opacity-40 {
	opacity: 0.4;
}