/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* **************************************************************** */
/* Commun
/* **************************************************************** */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#sub-header {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0,0,0,1);
    z-index: 10000;
}

#sub-header {
    display: flex;
    justify-content: space-between;
}

#sub-header div.logo {
    width: 20%
}

#sub-header div.logo img {
    width : 200px;
    height: auto;
    margin-left: 30px;
}
#sub-header div.nav {
    width: 80%;
    text-align: right;
}

#sub-header .btn {
    background-color: #005da5;
    color: #ffffff;
    padding: 15px;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 30px;
	transition: all 0.3s;
}

#sub-header .btn:hover {
    background-color: #FD9500;
	transition: all 0.3s;
}

#sub-header ul {
    margin-top: 0px;
}

#sub-header li {
    display: inline;
    color: #fff;
    font-family: "Montserrat";
    font-size : 16px;
    font-weight: 600;
    margin-left: 30px;
    margin-right: 30px;
    vertical-align: middle;
}
#sub-header li.first {
    margin-left: 0px;
}
#sub-header li.last {
    margin-right: 0px;
}
#sub-header li a:link {
    color: #fff;
    text-decoration: none;
}
#sub-header li a:visited {
    color: #fff;
}
#sub-header li a:hover {
    color: #FD9500;
	transition: all 0.3s;
}

#header {
    display: block;
    width: 1220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

#header img {
    margin: 0px;
    width: 200px;
}

#TitrePage h1 {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
	font-size: 36px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#TitrePage h1.white {
    color: #ffffff;
}

.sep-esp {
    border-bottom-width: 1px;
    border-bottom-color: #c0c2c2;
    border-bottom-style: solid;
    padding-bottom: 20px;
}

#MsgEtat {
    position: sticky;
    z-index: 10000;
    width: 600px;
    top : 50%;
	padding: 25px;
    margin-left: auto;
	margin-right: auto;
    background-color: rgba(0,0,0,1);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-style: normal;
	text-decoration: none;
    text-align: center;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#back {
    position: relative;
	width: 1200px;
	padding: 25px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	text-decoration: none;
	text-align: right;
}

#back .btn {
    background-color: #005da5;
    color: #ffffff;
    padding: 10px;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px; 
	transition: all 0.3s
}

#back .btn:hover {
    background-color: #000000;
	transition: all 0.3s
}

/* **************************************************************** */
/* Page Login */
/* **************************************************************** */

#ContenuLogin {
	position: relative;
	width: 440px;
	padding: 25px;
	margin: 100px auto;
	background-color: rgba(255,255,255,0.8);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	font-style: normal;
	text-decoration: none;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#ContenuLogin label {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

#ContenuLogin .Input {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: #333;
	border: 1px solid #999;
	padding: 8px;
	margin-bottom: 15px;
	height: 22px;
	width: 300px;
}

#ContenuLogin .Submit {
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
	font-size: 18px;
	color: #FFF;
	padding: 15px;
	margin-top: 10px;
	background-color: #005da5;
    text-transform: uppercase;
	transition: all 0.3s;
}

#ContenuLogin .Submit:hover {
    background-color: #FD9500;
	transition: all 0.3s;
}


/* **************************************************************** */
/* Page Listes NDD */
/* **************************************************************** */

#ListeRenew {
    position: relative;
	width: 1200px;
	padding: 25px;
	margin: 20px auto;
	background-color: rgba(255,255,255,0.9);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#ListeRenew table.liste {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#ListeRenew .submit {
    background-color: #005da5;
    color: #ffffff;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
	transition: all 0.3s;
}

#ListeRenew .submit:hover {
    background-color: #000000;
    color: #ffffff;
	transition: all 0.3s;
}

#ListeRenew table.tbl_launch {
    background-color: #b7cecd;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#ListeDomaines {
    position: relative;
	width: 1200px;
	padding: 25px;
	margin: 20px auto;
	background-color: rgba(255,255,255,0.9);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#ListeDomaines table.liste,
#GestionNdd table.liste,
#Gestionclients table.liste{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#ListeRenew h2,
#ListeDomaines h2,
#GestionNdd h2 {
    text-align: center;
}

#ListeRenew table td,
#ListeRenew table th,
#ListeDomaines table td,
#ListeDomaines table th,
#GestionNdd table td,
#GestionNdd table th,
#Gestionclients table td,
#Gestionclients table th
{
    padding: 15px;
    font-family: "Montserrat";
}

#ListeRenew table th,
#ListeDomaines table th,
#GestionNdd table th,
#Gestionclients table th
{
    text-transform: uppercase;
}

#ListeRenew table th a,
#ListeDomaines table th a,
#GestionNdd table th a
{
    color: #fff;
    text-decoration: none;
}

#ListeRenew table th a:hover,
#ListeDomaines table th a:hover,
#GestionNdd th a:hover,
#Gestionclients th a:hover
{
    color: #FFC600;
}

#ListeRenew .btn,
#ListeDomaines .btn,
#GestionNdd .btn,
#Gestionclients .btn {
    background-color: #005da5;
    color: #ffffff;
    width: 110px;
    padding: 10px;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px; 
	transition: all 0.3s;
}

#ListeRenew .btn:hover,
#ListeDomaines .btn:hover,
#GestionNdd .btn:hover,
#Gestionclients .btn:hover{
    background-color: #000000;
	transition: all 0.3s;
}


/* **************************************************************** */
/* Page Edit NDD */
/* **************************************************************** */

#GestionNdd {
    position: relative;
	width: 1200px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.9);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#GestionNdd table.liste {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	
}

/* ---------------------------------- */
/* txt ndd et renew */ 
/* ---------------------------------- */
#GestionNdd .ndd-renew{
	 display: inline-block;
    font-family: "Montserrat", sans-serif;
	padding: 8px;
	padding-left: 15px;
	font-size: 15.5px;
    font-weight: 600;
    margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	
	
}

#GestionNdd .date-renew{
	display: inline-block;
    font-family: "Montserrat", sans-serif;
	padding: 8px;
	width: 100px;
	padding-left: 15px;
	font-size: 15.5px;
    font-weight: 600;
    margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	
}



/* ---------------------------------- */
/* boutton conf modification d'un ndd */ 
/* ---------------------------------- */
#GestionNdd .submit {
    background-color: #005da5;
    color: #ffffff;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
	transition: all 0.3s;
}

#GestionNdd .submit:hover {
    background-color: #000000;
    color: #ffffff;
	transition: all 0.3s;
}

/*-----------------------------------*/
/* boutton conf suppression d'un ndd */ 
/*------------------------------------*/

#GestionNdd .btnsup {
    background-color: #005da5;
	color: #ffffff;
    padding: 15px;
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
	transition: all 0.3s;
}

#GestionNdd .btnsup:hover {
    background-color: #FF0000;
    color: #ffffff;
	transition: all 0.3s;
}



/*----------------------------*/
/* boutton ajouter un ndd */ 
/*----------------------------*/
#ndd-add {
    position: relative;
	width: 1200px;
	padding: 25px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	text-decoration: none;
	text-align: right;
}

#ndd-add .btnadd {
    background-color: #005da5;
    color: #ffffff;
    padding: 10px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px; 
	transition: all 0.3s
}

#ndd-add .btnadd:hover {
    background-color: #000000;
	transition: all 0.3s
}

/* ********************************** */
/* Gestionclients */
/* ********************************** */

#Gestionclients {
    position: relative;
	width: 1200px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.9);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#Gestionclients table.liste {
    width: 100%;
    margin-left: auto;
    margin-right: auto;	
}


#Gestionclients .rs{
    display: inline-block;
    width: 500px;
    font-family: "Montserrat", sans-serif;
	padding: 8px;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);	
}

#Gestionclients .email{
    display: inline-block;
    width: 400px;
    font-family: "Montserrat", sans-serif;
	padding: 8px;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);	
}


/* ---------------------------------- */
/* boutton conf modification d'un ndd */ 
/* ---------------------------------- */
#Gestionclients .submit {
    background-color: #005da5;
    color: #ffffff;
    padding: 15px;
	margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
	transition: all 0.3s;
}

#Gestionclients .submit:hover {
    background-color: #000000;
    color: #ffffff;
	transition: all 0.3s;
}


/*----------------------------*/
/* boutton ajouter un ndd */ 
/*----------------------------*/
#client-add {
    position: relative;
	width: 1200px;
	padding: 25px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,0);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	text-decoration: none;
	text-align: right;
}

#client-add .btnadd {
    background-color: #005da5;
    color: #ffffff;
    padding: 10px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px; 
	transition: all 0.3s
}

#client-add .btnadd:hover {
    background-color: #000000;
	transition: all 0.3s
}


/*-----------------------------------*/
/* boutton conf suppression d'un ndd */ 
/*------------------------------------*/
#Gestionclients .btnsup {
    background-color: #005da5;
	color: #ffffff;
	padding: 15px;
	font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
	transition: all 0.3s;
}

#Gestionclients .btnsup:hover {
    background-color: #FF0000;
    color: #ffffff;
	transition: all 0.3s;
}

/*------------------------------------*/
/* 			  Gestion mdp 			  */ 
/*------------------------------------*/

#GestionNdd .number {
    display: inline-block;
    width: 50px;
    font-family: "Montserrat", sans-serif;
	padding: 8px;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);	
}

#GestionNdd .long {
    display: inline-block;
    width: 50px;
    font-family: "Montserrat", sans-serif;
	padding: 8px;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);	
}


    #GestionNdd .txtmdp {
        display: inline-block;
        resize: none;
        overflow: hidden;
        background-color: rgba(255,255,255,0);
        font-family: "Montserrat", sans-serif;
        padding: 8px;
        margin-top: 10px;
        padding-left: 15px;
        /*text-weight: 150px;*/
        font-size: 14px;
        font-weight: 600px;
        margin-bottom: 3px;
        font-style: normal;
        text-decoration: none;
        border: none;
        text-align: center;
    }


	#GestionNdd .tooltip {
		  position: relative;
		  display: inline-block;
		  background-color: #005da5;
		  color: #ffffff;
		  width: 75px;
		  padding: 10px;
		  font-family: "Montserrat";
		  font-size: 14px;
		  font-weight: 600;
		  text-transform: uppercase;
		  cursor: pointer;
		  border-radius: 5px; 
		  transition: all 0.3s
		}
	#GestionNdd .tooltip:hover {
		background-color: #000000;
		transition: all 0.3s
}

	#GestionNdd .tooltip .tooltiptext {
		  visibility: hidden;
		  width: 140px;
		  background-color: #555;
		  color: #fff;
		  text-align: center;
		  border-radius: 6px;
		  padding: 5px;
		  position: absolute;
		  z-index: 1;
		  bottom: 150%;
		  left: 50%;
		  margin-left: -75px;
		  opacity: 0;
		  transition: opacity 0.3s;
		}

	#GestionNdd .tooltip .tooltiptext::after {
		  content: "";
		  position: absolute;
		  top: 100%;
		  left: 50%;
		  margin-left: -5px;
		  border-width: 5px;
		  border-style: solid;
		  border-color: #555 transparent transparent transparent;
		}

	#GestionNdd .tooltip:hover .tooltiptext {
		  visibility: visible;
		  opacity: 1;
		}
/*------------------------------------*/
/* 			  Mentions legales 		  */ 
/*------------------------------------*/


#GestionNdd .entreprise{
	
	display: inline-block;
    width: 250px;
    font-family: "Montserrat", sans-serif;
	padding: 8px;
	margin-top: 10px;
	padding-left: 15px;
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
	font-style: normal;
	text-decoration: none;
    border-radius: 20px;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px rgba(0,0,0,0.1);	
}

	









