#help_mac_autorisations {

	position:absolute;
	top:2%;
	right: 0;
	left:calc(50% - 475px);
	z-index:1000;
	width:950px;
	background-color:rgba(52, 214, 194, 1);
	border-radius:20px;
	color:white;
	padding: 15px;
	box-sizing:border-box;
	font-family:"Nunito";
	font-size:14px;
}

#help_mac_autorisations .screen_video {

	position:relative;
	width:100%;
}

#help_mac_autorisations h3 {
	font-size:20px;
}

#help_mac_autorisations video {

	width:750px;
	height:600px;
	z-index:1;
}
/*
#help_mac_autorisations .screen_video:hover .thumbnail {

	opacity:0;
	transition:0.5s ease;
}

#help_mac_autorisations .thumbnail {

	position:absolute;
	left:calc(50% - 400px);
	top:0;
	width:800px;
	height:100%;
	z-index:2;
	background-color:white;
	color:#333333;
	text-align:center;
	line-height:600px;
	font-size:30px;
	border:1px solid gray;
}
*/
#help_mac_autorisations button {

	background-color:white;
	color:black;
	font-weight:bold;
	border-radius:5px;
	padding:5px 15px;
	font-family:"Nunito";
	border:none;
	cursor:pointer;
	font-size:17px;
}

#logs_erwan {
  position:fixed;
  top:5px;
  left:5px;
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
  display:none;
  padding:10px;
  border-radius:3px;
  width:380px;
}


#encart_pp {
  
  width:300px;
  background-color:white;
  box-sizing:border-box;
  padding:15px;
  border:1px solid #D3D3D3;
}

#encart_pp p {
  font-weight:bold;
}

#encart_pp i {
  color:gray;
}

.transparent {
  
  opacity:0.4;
}

@media only screen and (max-width: 430px) {

	body {
		
		position:relative;
		left:0px;
	}
}

@media only screen and (min-width: 430px) {

  
  [data-tooltip] {
      position: relative;
  }
  
  [data-tooltip]::after {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      content: attr(data-tooltip);
      left: 0;
      top: calc(100% + 10px);
      border-radius: 3px;
      box-shadow: 0 0 5px 2px rgb(100 100 100 / 60%);
      background-color: white;
      z-index: 10;
      padding: 8px;
      width: 250px;
      font-size: 13px;
      transform: translateY(-20px);
      transition: all 150ms cubic-bezier(.25, .8, .25, 1);
      color: black;
    text-align:center;
  }
  
  [data-tooltip]:hover::after {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 300ms;
  }


}


#niv40 {
	display:none;
	margin-top:30px;
}

body {
	
	background-color:#F9F9F9;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	overflow-x: hidden;
	padding-bottom:100px;
	/*border:1px solid green;*/
}

h1, h2 {
	
	font-size:30px;
	padding-top:15px;
	text-align:center;
	
	color: rgba(11,154,203,1);
	font-size:26px;
	font-family: 'proxima-soft',sans-serif;
}


.change_dossier {
	cursor:pointer;
	border:1px solid white;
	display:inline-block;
	padding:10px 25px;
	width:70%;
}

.change_dossier:hover {
	
	background-color:white;
	color:#0B9ACB;
}


#home {
	
	position:fixed;
	
	left: 3%;
	/*left:calc(50% - 220px);*/
	bottom: 3%;
	
	cursor:pointer;
	z-index:10;
	
	width:55px;
	height:55px;
	
	background-image:url(/mobiles/img/home_blue.png);
	background-repeat: no-repeat;
	background-size: contain;
}

#home_disconnect {
	
	/*background: linear-gradient(white, #ADA69F);*/
	background-image:url(/newmobiles/images/disconnect.png);
	background-size:cover;
	position: fixed;
	left: 2%;
	bottom: 24px;
	width: 55px;
	height: 55px;
	border-radius: 10px;
	z-index:99999;
}

.molette {
	
	position:fixed;
	right: 3%;
	/*left:calc(50% + 180px);*/
	bottom: 3%;
	cursor:pointer;
	width:60px;
	height:60px;
	
	background-image:url(/transtel/banque2/export/img/molette_bic.png);
	background-repeat: no-repeat;
	background-size: contain;
	
	z-index:999;
}



#vignetteAdherent {
	
	font-size:13px;
	position:fixed;
	right: 2%;
	/*left:calc(50% + 180px);*/
	bottom: 4%;
	cursor:pointer;
	width:110px;
	height:110px;
	/*overflow:auto;*/
	font-family: 'Poiret One', cursive;
	font-weight:bold;
	text-align:center;
	/*border:1px solid green;*/
}


@media only screen and (max-width: 420px) {
	
	#home {
		
		left: 5%;
		bottom: 3%;
	}
	
	.molette {
		
		right: 5%;
		bottom: 2%;
	}
	
	#vignetteAdherent {
		
		right: 2%;
		bottom: 4%;
	}
}

#vignetteAdherent .image_pack {
	
	margin-top:35%;
	width:55%;
	height:55%;
}

#vignetteAdherent .libelle_pack, #vignetteAdherent .libelle_options {
	
	box-sizing: border-box;
	padding:0px 10%;
	width:100%;
	position:absolute;
	z-index:2;
	color:black;
}


.button {
	
	width:300px;
	display:block;
	height:50px;
	line-height:50px;
	position:relative;
	/*border:1px solid red;*/
	vertical-align:middle;
	margin-bottom: 25px;
	box-sizing: border-box;
	cursor:pointer;
	/*background-color:#D3D3D3;*/
	background-color:#DDDDDD;
}

.button:hover {
	background-color:#EEEEEE;
}

.button .img {
	
	height:50%;
	max-width:50px;
	position:absolute;
	left:5%;
	top:20%;
	line-height:50px;
	vertical-align:middle;
}


.button .img2 {
                
	height:55px;
	width:65px;
	max-width:100px !important;
	position: absolute;
	left:4%;
	top:-20%;
}

.button .fleches {
	
	height:60%;
	position:absolute;
	right:2%;
	top:20%;
	line-height:50px;
	vertical-align:middle;
}

.button .libelles {
	
	color:#555555;
	font-size:18px;
	text-align:left;
}

a {
	text-decoration:none;	
}

/* Banques */

#bank_table {
	
	margin-top: 30px;
	background-color:white;
	border-collapse:collapse;
	width:300px;
	cursor:pointer;
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
	box-shadow:0px 0px 5px 1px #D3D3D3;
}



@media only screen and (max-width: 400px) {
	#bank_table {
		margin-top: 0px;
		width:300px;
	}
}
/*@media only screen and (min-width: 400px) {
	#bank_table > tbody > tr:hover {
		
		background-color:#EEEEEE;
	}
}*/

#bank_table th {
	height: 60px;
	font-family: 'Exo', sans-serif;
	background-color:#4C7D9E;
	color:white;
	font-size:18px;
	border:1px solid #4C7D9E;
}

#bank_table td {
	
	height: 50px;
	border:1px solid #EEEEEE;
	position:relative;
}

#bank_table .float {
	
	text-align:right;
	/*border:1px solid red;*/
	position:absolute;
	bottom: 10px;
	right:5px;
	/*width:40px;*/
	height:20px;
	cursor:pointer;
}

#bank_table .logos {
	
	width: 25px;
	height:25px;
}

#bank_table .libelles {
	
	color:#333333;
	font-size:15px;
	overflow:hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
	#bank_table .libelles {
		font-family: 'Exo', sans-serif;
		font-size:16px;
		overflow:hidden;
		text-overflow: ellipsis;
	}
}


#bank_table .dates_solde {
	
	color:#888888;
	font-size:13px;
	display: inline-block;
}

#bank_table .montants {
	
	text-align:right;
	white-space:nowrap;
}

#bank_table .ligne_comp {
	
	background-color:white;
	display:none;
	color:#555555;
	font-size:13px;
}

#bank_table .erreur {
	
	color:#E58D7A;
	background-color:white;
	cursor:pointer;
}

#bank_table .total {
	
	text-align:right;
}

#bank_table .debit {
	
	color:red;
}

#bank_table .credit {
	
	color:green;
}

#bank_table .bad {
	
	color:orange;
}

#bank_table .good {
	
	color:#609BC2;
}


#bank_table tr.clair {
	
	background-color:white;
}

#bank_table tr.foncer {
	
	background-color:#F6F6F6;
}

#bank_table .meteo {
	
	width:22px;
}

#bank_table .pastille {
	
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius:15px;
}

#bank_table .rouge {
	background-color: #E58D7A;
}

#bank_table .line_mvt {
	
	text-align:left;
	line-height:20px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#bank_table a {
	color:black;
	text-overflow: ellipsis;
}

#bank_table a:hover {
	text-decoration:underline;
}









/* Form recherche */

#form_recherche {
	
	width:350px;
}

@media only screen and (max-width: 400px) {
	
	#form_recherche {
		
		width:98%;
	}
}

#form_recherche table {
	border-collapse:collapse;
	border:1px solid #D3D3D3;
	background-color:white;
	box-shadow:0px 0px 2px 0px #EEEEEE;
}

#form_recherche #libelle, #form_recherche select {
	
	width: 98%;
}

#form_recherche input, #form_recherche select {
	
	border:1px solid #EEEEEE;
	height: 30px;
	padding: 0px 5px;
}

#form_recherche td {
	padding:0px;
}

#form_recherche th {
	
	background-color:#4C7D9E;
	color:white;
	padding:7px;
}

#form_recherche input[type='submit'] {
	
	width:100%;
	height:40px;
	font-size: 16px;
	font-weight:bold;
	cursor:pointer;
	background-color:#4C7D9E;
	color:white;
	border:none;
	-webkit-appearance: none;
}

::placeholder {
	color:#CCCCCC;
  font-size:16px;
}

#form_recherche #montant_recherche {
	text-align:right;
}

#form_recherche input[type='submit']:hover {
	
	background-color:#6C9DBE;
	
}

/* Form choix dossiers */

#field_dossier {
	
	display:none;
	margin-bottom:30px;
}

#field_dossier #txt_search_1 {
	height:40px;
	padding:5px;
	width:200px;
}

#search_suggest_1 {
	display:inline-block;
	width:200px;
	margin-left:4px;
}

#field_dossier #search_suggest_1 .suggest_link_over {
	font-size:13px;
	/*text-overflow: ellipsis;*/
	background-color:#99CCFF;
	text-align:left;
	color:white;
	width:250px;
	height:40px;
	line-height:40px;
	cursor:pointer;
	white-space: nowrap;
	overflow:hidden;
	padding:0px 10px;
	box-sizing:border-box;
}

#field_dossier #search_suggest_1 .suggest_link {
	font-size:13px;
	/*text-overflow: ellipsis;*/
	background-color:white;
	text-align:left;
	width:250px;
	height:40px;
	line-height:40px;
	white-space: nowrap;
	overflow:hidden;
	cursor:pointer;
	padding:0px 10px;
	box-sizing:border-box;
}

#field_dossier .btn_submit, #personal_theme input[type='submit'], .boutons {
	padding:10px 25px;
	font-size: 16px;
	background-color:#34D6C2;
	border:none;
	border-radius:0px;
	color:white;
	cursor:pointer;
	width:200px;
	display:block;
	-webkit-appearance: none;
	box-sizing:border-box;
}

#field_dossier .btn_submit:hover, .boutons:hover {
	background-color:#54F6E2;
}

#field_dossier #contains_coord {
	
	display:inline-block;
	padding:15px;
}

#field_dossier #contains_coord legend {
	font-style:italic;
}

#droits_acces {
	
	display:none;
	height:400px;
}

#form_theme select {
	font-size:16px;
	height:40px;
}

#details_themesperso {display:none;}

#details_themesperso h3 {
	display:inline;
}

#details_themesperso table, #details_themesperso table td, #details_themesperso table th {
	border-collapse:collapse;
	background-color:white;
	border:1px solid #D3D3D3;
}

#details_themesperso table th {
	background-color:#4C7D9E;
	color:white;
}

#details_themesperso table tr .fonce {
	background-color:#F1F1F1;
}

#parent_edito {
	
	width:85%;
	max-width:300px;
	text-align:left;
}


#edito {
	display:inline-block;
	text-align:left;
	font-size:25px;
	color:black;
	margin-top:10px;
	border-top: 4px solid #0B9ACB;
}


#edito2 {
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:25px;
	color:#0B9ACB;
	margin-top:10px;
	border-top: 4px solid #0B9ACB;
	padding-top:20px;
}



#img_edito {
	/*width:150px;*/
	max-width:300px;
	/*border:1px solid #D3D3D3;*/
  margin-top:10px;
}

.titre_edito {
	margin-top:0px;
	padding-bottom:0px !important;
	width:300px;
	text-align:left;
  margin-bottom:0px;
}

#resume_edito {
	margin-top:-10px;
	color:#555555;
	width:100%;
	max-width:300px;
	text-align:left;
}


#menu_fictif {
	
	top:0px;
	position:fixed;
	left:35%;
	width:350px;
	height:45px;
}

a.lire_la_suite {
	
	padding: 5px 20px;
	box-sizing:border-box;
	border:2px solid #0B9ACB;
	color:#0B9ACB;
	background:transparent;
	font-size:14px;
	border-radius:2px;
	font-weight:bold;
	cursor:pointer;
}

#contain_vmc_title {
	
	margin-top:30px;
	position:relative;
	width:90%;
	max-width:300px;
	height:130px;
	line-height:130px;
	/*font-weight:bold;*/
	white-space: nowrap;
	font-size: 20px;
}

#contain_vmc_title img {
	
	display:inline-block;
	width:90px;
	vertical-align:middle;
	position:absolute;
	left:0px;
}

#contain_vmc_title2 img {
	
	display:inline-block;
	width:90px;
	vertical-align:middle;
	margin-bottom:30px;
	margin-top:20px;
}

.fa-bell {
	
	position:absolute;
	top:30px;
	right:30px;
	font-size:40px;
	color:black;
	
	/*color:#DDDDDD;*/
	
	/*color:grey;*/
	/*color:#0B9ACB;*/
	/*color:#92D050;*/
	/*color:#34D6C2;*/
	z-index:6;
}


.nb_notifs {
	
	position:absolute;
	top:60px;
	right:55px;
	font-size:13px;
	color:white;
	font-weight:bold;
	background-color:red;
	z-index:7;
	border-radius:100px;
	display:inline-block;
	padding:3px;
	line-height:13px !important;
}



.notifications {
	
	position:absolute;
	top:5%;
	right: 0px;
	z-index:5;
	width:350px;
	border-radius:20px;
	/*background-color:rgba(0, 0, 0, 0.7);
	color:white;*/
	/*border:1px solid #0B9ACB;*/
	background-color: rgba(11,154,203,1);
	color:white;
	padding: 15px;
	box-sizing:border-box;
	display:none;
}

.notifications .timedate {
	
	font-size:12px;
	font-style:italic;
	text-align:right;
	margin-bottom:15px;
}

@media only screen and (max-width: 430px) {
	
	.notifications {
		left:calc(50% - 150px);
		right:auto;
		top:10%;
		width:300px;
	}
}

.notifications .notifs {
	
	padding: 15px;
	border-bottom:2px solid white;
}

.notifications .notifs:last-child {
	
	padding: 15px;
	border-bottom:none;
}

.notifications .notifs .objet {
	
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:0px;
	margin:0px;
	line-height:20px;
	margin-bottom:15px;
}

.notifications .notifs .contenu {
	
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
	max-height: 500px;
}

.voir_plus {
	cursor:pointer;
}


.already_read2 {
	display:none;
}

.minimized {
	height:70px;
	transition:1s ease;
}


.expanded {
	height:auto;
	transition:1s ease;
}


.voir_plus {
	margin-top:20px;
	font-weight:bold;
}


#mobile_menu {
	
	position:fixed;
	right:0;
	top:0;
	height:40px;
	width:400px;
	font-size:17px;
	z-index:18;
	box-shadow:-3px 3px 5px 1px #D3D3D3;
}





#center_main {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	padding-bottom:100px;
	box-sizing:border-box;
}

/* Moche menu */


@media only screen and (max-width: 430px) {
	
	#mobile_menu {
		
		position:relative;
		width:100%;
		height:40px;
		box-sizing:border-box;
		font-size:15px;
	}
}


/* Stop moche menu */

/* Beau menu */
/*
#center_main {
	padding-top:30px;
}

@media only screen and (max-width: 430px) {
	
	#mobile_menu {
		
		position:fixed;
		width:100%;
		height:40px;
		box-sizing:border-box;
		font-size:15px;
	}
	
	#sousmenu_connexion {
		width:100% !important;
	}
	
	#float_burger_menu {
		
		width:270px !important;
	}
}*/

/* Stop beau menu */


#mobile_menu #connexion {
	
	color:white;
	background-color:#0B9ACB;
	width:35%;
	float:left;
	height:100%;
	line-height:40px;
	/*border:1px solid pink;*/
	box-sizing:border-box;
	cursor:pointer;
	overflow:hidden;
	text-overflow: ellipsis;
	text-align:left;
	padding-left:5%;
	white-space:nowrap;
}

#mobile_menu #connexion a {
	color:white;
}


#mobile_menu #tel {
	
	background-color:#92D050;
	color:white;
	font-weight:bold;
	width:50%;
	float:left;
	height:100%;
	line-height:40px;
	/*border:1px solid pink;*/
	box-sizing:border-box;
}

#mobile_menu #tel a {
	color:white;
}

#mobile_menu .rdv {
	
	background-color:#FF9999 !important;
	color:white !important;
	font-weight:bold;
	width:50%;
	float:left;
	height:100%;
	line-height:40px;
	/*border:1px solid pink;*/
	box-sizing:border-box;
}

#mobile_menu .rdv a {
	color:white !important;
}


#mobile_menu #burgermenu {
	
	font-size:20px;
	background-color:#34D6C2;
	color:white;
	font-weight:bold;
	width:15%;
	float:left;
	height:100%;
	line-height:40px;
	/*border:1px solid pink;*/
	box-sizing:border-box;
	position:relative;
}

#mobile_menu #float_burger_menu {
	
	position:fixed;
	top:40px;
	padding-top:10px;
	right:0;
	width:260px;
	color:white;
	background-color:#0B9ACB;
	opacity:0.95;
	font-size:14px;
	display:none;
	z-index:17;
	border-bottom-left-radius:15px;
}

@media only screen and (max-width: 430px) {
	
	#mobile_menu #float_burger_menu {
		
		left:auto;
		position: absolute;
		width:300px;
	}
}


#mobile_menu #float_burger_menu div.btn_burger {
	
	padding: 5px 20px;
	margin-bottom: 10px;
	display:block;
	float:right;
	clear:right;
}

#mobile_menu #float_burger_menu .blue_bg {background-color:#34D6C2;}
#mobile_menu #float_burger_menu .blue_bg a {color:white;}

#mobile_menu #float_burger_menu .white_bg {background-color:#EDEDE8;}
#mobile_menu #float_burger_menu .white_bg a {color:#333333;}
#mobile_menu #float_burger_menu .white_bg a:hover {color:#33CCFF;}



#sousmenu_connexion {
	
	position:absolute;;
	top:40;
	padding-top:10px;
	right:0;
	width:400px;
	color:white;
	background-color:#0B9ACB;
	opacity:0.9;
	font-size:14px;
	display:none;
	z-index:17;
	box-shadow:-5px 5px 5px 1px #D3D3D3;
}

@media only screen and (max-width: 430px) {
	
	#sousmenu_connexion {
		
		right:auto;
		position: absolute;
		width:300px;
	}
}


#sousmenu_connexion fieldset{
	
	border:1px solid white;
	display:inline-block;
	padding:10px 25px;
	width:70%;
}

#sousmenu_connexion a {
	text-decoration:underline;
	color:white
}

#sousmenu_connexion a.btn_sousmenu {
	text-decoration:none;
	display:block;
	float:left;
	width:49.9%;
	border:1px solid white;
	height:35px;
	line-height:35px;
	color:white;
	box-sizing:border-box;
}

@media only screen and (max-width: 430px) {
	#sousmenu_connexion a.btn_sousmenu {
		width:49.9%;
	}
}

.btn_sousmenu:last-child {
	border-right:none;
}

#sousmenu_connexion a.btn_sousmenu:hover {
	
	background-color:white;
	color:#0B9ACB;
}

/*#acces_directs {
	display:none;
}*/

#trigger_acces_direct {
	color:#0B9ACB;
	cursor:pointer;
	margin-right:200px;
}

#ma_compta_ici {
	color:#0B9ACB;
	cursor:pointer;
	margin-right:200px;
}

#ma_compta_analytique_ici {
	color:#0B9ACB;
	cursor:pointer;
	margin-right:122px;
}



#warningBrowser {
	
	position:absolute;
	top:5%;
	right: 0px;
	z-index:5;
	width:350px;
	background-color:rgba(0, 0, 0, 0.7);
	border-radius:20px;
	color:white;
	padding: 15px;
	box-sizing:border-box;
}

@media only screen and (max-width: 400px) {
	
	#warningBrowser {
		left:calc(50% - 150px);
		right:auto;
		top:15%;
		width:300px;
	}
}


#warningBrowser .fa-globe {
	margin-top:10px;
	font-size:40px;
	text-align:center;
}

#warningBrowser .btn_warning {
	
	background:white;
	border:none;
	padding:5px 15px;
	font-size:17px;
	cursor:pointer;
}

#warningCamera {
	
	position:absolute;
	top:5%;
	right: 0px;
	z-index:5;
	width:350px;
	background-color:rgba(0, 0, 0, 0.7);
	border-radius:20px;
	color:white;
	padding: 15px;
	box-sizing:border-box;
}

@media only screen and (max-width: 400px) {
	
	#warningCamera {
		left:calc(50% - 150px);
		right:auto;
		top:15%;
		width:300px;
	}
}


#warningCamera .fa-camera {
	margin-top:10px;
	font-size:40px;
	text-align:center;
}

#warningCamera .btn_camera {
	
	background:white;
	border:none;
	padding:5px 15px;
	font-size:17px;
	cursor:pointer;
}

/*
* {
	border:1px solid red !important;
}
*/

.boutons_transparent {
	
	text-align:center;
	font-size: 15px;
	display:block;
	border:2px solid #0B9ACB;
	background:transparent;
	color:#0B9ACB;
	font-weight:bold;
	border-radius:3px;
	padding:5px;
	width:150px;
}

.boutons_transparent:hover {
	background:#0B9ACB;
	color:white;
}

.infos_missions_comptables {
	
	width: 300px;
	border:1px solid #0B9ACB;
	border-radius:15px;
	padding:15px;
	box-sizing:border-box;
	background-color:white;
	font-style:italic;
	margin-bottom:15px;
}

.float_before_more	{
  
	margin-top: 10px;
	position:absolute;
	left:-80px;
	height:25px;
	width:25px;
}

.float_before {
	
	margin-top: 10px;
	position:absolute;
	left:-40px;
	height:30px;
	width:30px;
}

.float_after {
	
	margin-top: 10px;
	position:absolute;
	right:-40px;
	height:30px;
	width:30px;
}

.nb {
	filter:grayscale(100%);
	opacity:0.5;
}

.invisible {
	display:none;
}

#contains_searchform {
	
	margin-top:0px;
	display:inline-block;
	width:300px;
}

#searchForm  {
	
	border:1px solid #D3D3D3;
	padding:10px;
	background-color:white;
}

#search_article {
	vertical-align:4px;
	width:220px;
	border:none;
	height:24px;
	font-size:15px;
	text-align:center;
}

#search_article::placeholder {
	color:grey;
}

.emptyLibCompta a {
	
	color: #0B9ACB;
}


#white_cover {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: none;
}

.libcomp {
	
	padding:5px 15px;
	border:1px solid #0B9ACB;
	text-align:center;
}

.libcomp::placeholder {
	
	color:gray
}


.contain_canvas {
	
	color:white;
	display:none;
	position:fixed;
	left: 50%;
	transform: translateX(-50%);
	top:5%;
	background-color:rgba(255, 255, 255, 0.9);
	padding:15px;
	box-sizing:border-box;
	z-index:300;
	max-height:90%;
	border:1px solid #0B9ACB;
}

.contain_canvas .rotate, .contain_canvas .fa-check,  .contain_canvas .fa-times {
	
	display:inline-block;
	color:#0B9ACB;
	font-size:22px;
	cursor:pointer;
	/*border:1px solid #0B9ACB;*/
	cursor:pointer;
	padding:15px;
	/*background-color:white;*/
}

.contain_canvas .fa-check {
	color:#92D050;
}

.contain_canvas .fa-times {
	color:#E58D7A;
}

.contain_canvas #btn_upload_orient:hover {
	
	color:white;
	background-color:#0B9ACB;
}

/*.contain_canvas .fa-times {
	
	color:#0B9ACB;
	position:absolute;
	top:10px;
	right:10px;
}*/

.contain_canvas canvas {
	
	/*border:1px solid gray;*/
	margin:20px;
	max-height:700px;
}

@media only screen and (max-width: 430px) {
	
	.contain_canvas {
		max-width:90%;
		/*padding:0px;*/
	}
	
	.contain_canvas canvas {
		margin-top:40px;
		max-width:200px;
	}
  
  #img_edito {
    max-width:280px;
    margin-left:-30px
  }
}

.cog_wait, .cog_wait_bu {
	
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}



@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}




blockquote {
	font-size: 26px;
    margin: 20px 0 !important;
	font-family: Times New Roman;
    font-style: italic;
	line-height: 110%;
    white-space: normal !important;
}


#whole_loader {
	
	position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: none;
	
	padding-top:30%;
	color:#0B9ACB;
	font-size:30px;
	text-align:center;
  z-index:1000;
}

@media only screen and (max-width: 430px) {
	
  #whole_loader {
    
    padding-top:55%;
    font-size:25px;
  }
}

.spin {
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

#resume_edito h2 {
  
  margin-top:0px;
  padding-top:10px !important;
  line-height:28px;
}


.titre_edito {
  line-height:28px !important;
}


.alert-success {
  color: #155724;
  background-color: #d4edda;
  border:1px solid #c3e6cb;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border:1px solid #b8daff;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border:1px solid #f5c6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border:1px solid #ffeeba;
}

.alert-basic {
  color: #333333;
  background-color: white;
  border:1px solid #D3D3D3;
}

.alert {
  display:inline-block;
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}




#recap_annuel {

	border-collapse:collapse;
	border:1px solid #D3D3D3;
	background-color:white;
	width:300px;
	margin-top:25px;
	box-shadow:0px 0px 5px 0px #D3D3D3;
}

#recap_annuel td, #recap_annuel th {
	font-size:13px;
}

/*select {

	-webkit-appearance: none;
}*/