
/* ------------------------------------------------------------------ */

/* arabic */

/*
@font-face
{
  font-family: 'Scheherazade';
  font-style: normal;
  font-weight: 400;
  src: local('Scheherazade'), local('Scheherazade-Regular'), url(/polices/sheherazade_arabic.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
*/

/* latin */
/*
@font-face
{
  font-family: 'Scheherazade';
  font-style: normal;
  font-weight: 400;
  src: local('Scheherazade'), local('Scheherazade-Regular'), url(/polices/sheherazade_latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/

/*
@font-face
{
  font-family: 'Scheherazade';
  font-style: normal;
  font-weight: 400;
  src:  url(/polices/scheherazade_regular.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*/

@font-face
{
  font-family: 'Cambria';
  font-style: normal;
  font-weight: 400;
  src: local('Cambria'), local('Cambria-Regular'), url(/polices/cambria.ttf) format('ttf');
}

/* ------------------------------------------------------------------ */

body
{
	background-color: #e2e2e2;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    
	padding: 0;
	margin: 0;
    
}

/*
input
{
    font-family: Cambria;
    font-size: 14px;
}
*/

/* Special Internet Explorer */

a img
{
    border: 0;
}

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

a:hover {
    text-decoration: underline;
}

#title
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
}

/* ---------------------------------------- */

#main_page2
{
	padding: 0;
	margin: 0;
}

#main_page
{
	display: flex;
}

#entete_main_page
{
	display: flex;
	text-align: left;
	background-color: #bfbaa5;
}

#entete_logo_court
{
	display: inline-block;
	text-align: left;	
	width: 150px;	
	margin: 0px;
}


#entete_logo_court a img
{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

#entete_logo_court a:hover img
{
	-webkit-transform: scale(2.0);
	transform: scale(2.0);

/*	margin-left: +45px;
	margin-top: +45px; */

	margin: +45px;
}


#logo_phasif
{
	position: sticky;
	z-index: 10000;
}

#titre_main_page
{
	display: inline-block;
	color: #ffffff;
	text-align: left;	
	width: 100%;
	font-size: 25px;
	vertical-align: middle;
	margin-top: 25px;
    margin-left: 150px;
	font-family: Cambria;
	font-weight: bold;
}

/* ---------------------------------------- */

#menu_principal
{
		float: left;
		z-index: 9999;
}

#nav
{
		/* float: left;  TOTO*/
        display: inline-block;
        z-index: 9999;
}

#nav a
{
        text-decoration: none;
}

#nav li
{
        list-style: none;

        position: relative;
        padding: 5px;
}

#nav>li
{
        width: 160px;
}

#nav ul
{
		color: #000000;
        padding-left: 10px;
        padding-right: 10px;
        
        text-align: left;
}

#nav>ul
{
        width: 140px;
        padding-bottom: 10px;
}

#nav>ul>li
{
		color: #000000;
        height: 10px;
		padding-top: 5px;
		padding-bottom: 10px;
}

#nav ul li a
{
        color: #33231b;
		font-size: 14px;
}

#nav ul li:hover
{
        /* background-color: #39230f; */
        
        /* background-color: #fda84d; orange clair */
        
		background-color: #bfbaa5;
		color: #000000;
}

/*
#nav ul li:hover >a
{
		color: #000000;
}
*/

#nav ul li:hover a
{
	color: #000000;
}

#top-level li
{
	cursor: pointer; 
}

#top-level li a
{
    display: block;
}

.menu_actif
{
	background-color: #bfbaa5;
}

/* ------------------------------------------- */


.sub-level
{
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 0px;
	padding-top: 0px;
}

.sub-level li
{
	width: 300px;
	background-color: #DDDBDF; /* gris clair */
	height: 15px;	
	padding-bottom: 10px;
	cursor: pointer; 
}

#nav #top-level .sub-level li a
{
	font-size: 14px;
	color: #000000;
    display: block;
}

#nav #top-level .sub-level li:hover a
{
		color: #ffffff;
}
	
/* ---------------------------------------- */

.sub-level-2
{
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    left: 190px;

    /* box-shadow: 6px 6px 0px #aaa; */
}

#nav .sub-level-2 li
{
	width: 400px;
	/* background-color: #7f8995; */
	background-color: #785b40;
}

#nav .sub-level-2 li a
{
	font-size: 15px;
	color: #ffffff;
}

/* ---------------------------------------- */

.sub-level-3
{
    display: none;
    position: absolute;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    left: 300px;

    /* box-shadow: 6px 6px 0px #aaa; */
}

#nav .sub-level-3 li
{
	width: 300px;
	/* background-color: #9fa9b5; */
	background-color: #b79a7e;
	
}

#nav .sub-level-3 li a
{
	font-size: 18px;
}

/* ------------------------------------------ */

.btn
{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    border: 2px solid #333;
    border-radius: 30px;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    outline: none;
	text-decoration: none;
}
.btn:hover
{
    background-color: #bfbaa5;
    text-decoration: none;
}

/* ------------------------------------------ */

#zone_centrale
{
	display: inline;
	text-align: left;
}

/* ---------------------------------------- */

#copyright
{
	clear: both;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	font-size: 11px; 	
}

/* ---------------------------------------- */

.SuggestListItem
{
	white-space: nowrap;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	font-size: 14px;
}

.SuggestListItemTD
{
	background-color: window;
	color: windowtext;
	text-align: left;
}

/* ---------------------------------------------- */

#suggest_result
{
	float: left;

	height: 110px;		
	overflow-x: hidden;
	overflow-y: auto;
	
	background-color: window;
	border-style: solid;
	border-width: 1px;
	visibility: hidden;

	margin-left: 3px;
	
	position: absolute;	
}

#SuggestList
{
	background-color: #FFFFFF;
	color: #000000;
	
	width: auto;
	
	border-style :solid;
	border-width: 1px;
	border-color: gray;
	border-collapse: collapse;
	
	cursor: pointer;
	font-size: 95%;
}

.SuggestNoSelect
{
	cursor: not-allowed;
}


/* -------------------------------- */

#error_msg_login
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	color: red;

	background-color: #eeede7;

	border-style: solid;	
    border-width: 1px;
	border-radius: 10px;
	border-color: #000000;

	width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	padding-top: 10px;
	padding-bottom: 10px;
}

#titre_level_user
{
	text-align: left;
	padding-left: 300px;
}

/* -------------------------------- */

#messages
{
	margin-top: 40px;
	margin-left: 50px;
}

#confirm_msg
{
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: red;
	text-align: left;
}

#confirm_msg2
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: left;
}

#click_here
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 90px;
	text-align: left;
}

/* -------------------------------- */

.div_actions_btn
{
	float: left;

	width: 18px;
	height: 18px;
	background-color: #f6f6f6;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;	
	
	text-align: center;
}

.div_actions_btn a
{
 	display:block;
	width:100%;
	height:100%;
}

.div_actions_btn a>img
{
	margin-top:3px;
}

.div_actions_btn2
{
	width: 18px;
	height: 18px;
	background-color: #f6f6f6;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;	
	
	text-align: center;
}

/* -------------------------------- */

.buttons
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.buttons a
{
    text-decoration: none;
}

.buttons td
{
    padding-right: 15px;
}

/* -------------------------------- */

#DELETE_ERROR_MESSAGE
{
	padding-top: 10px;
	color :red;
	font-weight: bold;
}

/* -------------------------------- */

.SELECT_NOM_PERSONNAGE
{
	overflow-x: auto;
	width: 700px;
}

.SELECT_NOM_CANONIQUE
{
	overflow-x: auto;
	width: 600px;
}

/* -------------------------------- */

.langage_flag
{
    width: 32px;
    height: 22px;
}
